UMICH 上課筆記
Introduction
1.
EECS 583 - Adv Compiler
1.1.
Lecture 2 - 9/16/2015
1.2.
Lecture 3 - 9/21/2015
2.
EECS 485 - Web Database & Information System
3.
C++與程式邏輯訓練系列
3.1.
Introduction to Programming Problem Solving
3.2.
C++ Fast Recap
3.3.
Recursion - Basic
3.4.
Recursion - Applications: Searching
3.5.
String Manipulation
4.
演算法與資料結構 - 理論與實作
4.1.
Lecture 0 - 上課之前
4.1.1.
輸入與輸出
4.1.1.1.
關於 scanf / printf
4.1.1.2.
關於 cin / cout
4.1.2.
作業零
4.1.2.1.
♨ 0-1. Typing in speed
4.1.2.2.
✎ 0-2. What's the volume?
4.1.2.3.
✎ 0-3. What's the volume (II)
4.1.2.4.
✎ 0-4. Positive or Negative
4.1.2.5.
✎ 0-5. Color the Rectangle
4.1.2.6.
✎ 0-6. Alter a Table
4.1.2.7.
☢ 0-7. Catch the Flight
4.1.2.8.
☢ 0-8. Expression Parser
4.2.
Lecture 1 - Arrays
5.
EECS 575 - Adv Cryptograpy
5.1.
Lecture 1 (Missed)
5.2.
Lecture 2
6.
EECS 483 - Compiler Construction
6.1.
Lecture 1
6.2.
Lecture 2
6.3.
Temp
7.
EECS 586 - 演算法設計與分析
7.1.
Lecture 1
7.2.
Lecture 2
8.
EECS 492 - AI
8.1.
Lecture 1
8.2.
Lecture 2
8.3.
Lecture 3
8.4.
Lecture 4
9.
MATH 566 - 組合學
9.1.
Lecture 1
10.
DS
10.1.
Lecture 0 - Linked Lists
Powered by
GitBook
A
A
Serif
Sans
White
Sepia
Night
Share on Twitter
Share on Google
Share on Facebook
Share on Weibo
Share on Instapaper
UMICH 上課筆記
什麼是編譯器?
Compiler v.s. Interpreter
Virtual Machines
問題集
Warning
Machine code 的執行會需要 Interpreter嗎?
幾位名人
Grace Hopper
John Backus
Frances E.Allen
編譯的過程為何?
前端與後端 (Front-end, back-end)