Skip to content

Latest commit

 

History

History
197 lines (169 loc) · 11.9 KB

slides.md

File metadata and controls

197 lines (169 loc) · 11.9 KB

課程講義

第一週投影片 03/07

主題 北區 影片 竹區
課程介紹 課程介紹 課程介紹 課程介紹
C/CPP 介紹、IDE
表達式與變數
如左 如左
基本知識、IDE 基本知識、IDE
表達式與變數 變數與運算

第二週投影片 03/14

主題 北區 影片 竹區
條件判斷 if-else if-else
while 迴圈 while/do-while while/do-while while
do-while
continue-break

第三週投影片 03/21

主題 北區 影片 竹區
for loop for loop for loop
array array 1d-array
字元&字串 字元、字串 字元、字串

第四週投影片 03/28

主題 北區 影片 竹區
函數呼叫 函數呼叫 函數呼叫 函數呼叫&字串(常用函式)
字串(常用函式) 字串(常用函式) 字串(常用函式)
資料型態(float, double)、轉型 資料型態(float, double)、轉型 全部直播 資料型態(float, double)、轉型
多維陣列 多維陣列 多維陣列
亂數 亂數 亂數

第六週投影片 04/11

主題 北區 影片 竹區
函數編寫 函數編寫 直播影片(21:27) 函數編寫
Coding Style Coding Style 直播影片(2:12:49) Coding Style
亂數 亂數

第七週投影片 04/18

主題 北區 影片 竹區
struct struct 直播影片(3:08:09) struct
修飾子 修飾子 Qualifier
標頭檔 標頭檔 標頭檔
變數生命週期 變數生命週期 scope

第八週投影片 04/25

主題 北區 影片 竹區
遞迴 遞迴 遞迴
大複習 北區大複習 直播影片 竹區大複習

第九週投影片 04/25

主題 投影片 影片
階段考 pA pA 題解影片
階段考 pB pB
階段考 pC pC
階段考 pD pD

第十週投影片 05/09

主題 北區 影片 竹區
複雜度 複雜度 直播影片(1:18:53) 複雜度、二分搜
二分搜 二分搜、排序 二分搜、排序影片
排序 排序

第十一週投影片 05/16

主題 北區 影片 竹區
指標 指標 指標
指標函式、Reference 指標函式 上課直播

第十二週投影片 05/16

主題 北區 影片 竹區
c++ string & stream [c++ string & stream][tp-string] [上課直播][tp-w12-yt] [c++ string & stream][hc-string]
[tp-string]:https://drive.google.com/file/d/1XaGc51UJniKphhBU9Ft1m27lUrknh95h/view?usp=sharing
[tp-w12-yt]:https://youtu.be/t3FrlGGaeJA
[hc-string]:https://docs.google.com/presentation/d/1WeY3e5_6ZTO87XQRZ69DdnsQG6D_cWsPi_o_BHM8TKc/edit?usp=sharing

第十三週投影片 05/30

主題 北區 影片 竹區
struct(ptr) struct(ptr) 上課直播 struct(ptr), new/delete
new/delete new/delete
linked-list linked-list 上課直播 linked-list

第十四週投影片 06/06

主題 北區 影片 竹區
template Template Template
STL STL STL

第十五週投影片 06/13

主題 北區 影片 竹區
遞迴2 遞迴2
STL 函式 STL函式
回顧與展望 Review and Future