Skip to content

Latest commit

 

History

History
110 lines (86 loc) · 13.4 KB

slides.md

File metadata and controls

110 lines (86 loc) · 13.4 KB

第一週投影片 02/27

主題 北區投影片 竹區投影片
課程介紹 Intro.pdf Introduction.pdf
背景知識 Background.pdf Background.pdf
Dev-C++ Dev-C++.pdf Dev-C++.pdf
表達式與變數 expr.pdf expr.pdf

第二週投影片 03/05

主題 北區投影片 竹區投影片
if-else判斷式 if-else.pdf if-else.pdf
while迴圈 while-loop.pdf while-loop & array.pdf
一維陣列 array.pdf
week01 檢討 week01-revisit.pdf

第三週投影片 03/12

主題 北區投影片 竹區投影片
迴圈(for)、控制流程(break, continue)、多維陣列、字元 for-loop & multi-array & char.pdf for-loop & multi-array & char.pdf

第四週投影片 03/19

主題 北區投影片 竹區投影片
函數呼叫、字串、資料型態與轉型 func_call & string & type call-function & rand & cstring.pdf
type2
Coding style參考資料 Coding Style 同北區
作業檢討(week1, 2) week1, 2 hw review
大作業說明 請參閱「課程作業」頁面

第五週投影片 03/26

主題 北區投影片 竹區投影片
函數介紹 func.pdf func.pdf
參數傳遞與變數生命週期 argu-pass-and-scope scope
作業檢討(week 3) week3 hw review

第七週投影片 04/09

主題 北區投影片 竹區投影片
遞迴 recursion.pdf recursion.pdf
const 修飾子 const.pdf qualifier.pdf
課程回顧 review
作業檢討(week 4, 5) week4, 5 hw review
作業檢討(bonus) bonus review

第十週投影片 04/30

主題 北區投影片 竹區投影片
iofs stream stream.pdf
string string.pdf
random random.pdf
struct struct.pdf
大作業二test test.pdf
stream + random + struct stream, random & struct.pdf
midterm review midterm.pdf

第十一週投影片 05/07

主題 北區投影片 竹區投影片
Sorting & Binary Search sort_binary_search sort.pdf bs.pdf
大作業二overview opencv.pdf

第十二週投影片 05/14

主題 北區投影片 竹區投影片
Pointer & Function & Recursive pointer&function&recursive

第十三週投影片 05/21

主題 北區投影片 竹區投影片
模板 template 介紹 template STL.pdf
資料結構 data-structure
演算法 Algorithm algorithm
Week 11 作業檢討 week11-review
大作業二 OpenCV intro introcv
大作業二 homework01 homework01
大作業二 sprout_opencv sprout_opencv

第十四週投影片 05/28

主題 北區投影片 竹區投影片
struct struct2
大作業二 Face detection Algorithm vj_algo
大作業二 homework02 homework02
大作業二 homework03 preview homework03-preview
大作業二 sprout_opencv 0.2 RC sprout_opencv_0.2_RC

第十六週投影片 06/09

主題 北區投影片 竹區投影片
大作業二 homework03 homework03
大作業二 sprout_opencv 0.3 RC sprout_opencv_0.3_RC

第十七週投影片 06/18

主題 北區投影片 竹區投影片
回顧與展望 (part1) overview
回顧與展望 (part2) future