Skip to content

Latest commit

 

History

History
173 lines (140 loc) · 10.6 KB

slides.md

File metadata and controls

173 lines (140 loc) · 10.6 KB

課程講義

第一週投影片 02/25

主題 北區 竹區
課程介紹 Introduction Introduction
背景知識 Background.pdf 新手上路
IDE Dev-C++.pdf Visual Studio 安裝
表達式與變數 表達式與變數 表達式與變數

第二週投影片 03/04

主題 北區 竹區
if else if-else if else
while迴圈 while while&array
一維陣列 array

第三週投影片 03/11

主題 北區 竹區
迴圈 (for)、控制流程 (break, continue) for 迴圈、流程控制 for 迴圈、流程控制
多維陣列、字元 二維陣列與字元 multi-array&char

第四週投影片 03/18

主題 北區 竹區
函數呼叫、字串(C-style, 常用函式) 函數呼叫、字串 函數呼叫、字串
資料型態與轉型 資料型態與轉型 資料型態與轉型

第五週投影片 03/25

主題 北區 竹區
編寫函數 編寫函數 編寫函數
scope、變數生命週期 scope、變數生命週期 scope、變數生命週期
程式風格 Coding-style 同北區
大作業1 大作業-GTK+ 同北區

第七週投影片 04/08

主題 北區 竹區
遞迴(費氏數列) 遞迴 遞迴
修飾子(const, long, short) 修飾子 同北區
課程回顧 課程回顧

第十週投影片 04/29

主題 北區 竹區
C++ String   C++字串    C++ string 
Stream 各種串流 stream
struct     struct  簡單介紹struct 
大作業 大作業講解

第十一週投影片 05/06

主題 北區 竹區
排列與二分搜 Sort & Binary Search      C++ Sort 
時間複雜度 Complexity     複雜度概念、二分搜尋法

第十二週投影片 05/13

主題 北區 竹區
記憶體 memory
指標、記憶體與refence func-ptr-ref
指標 pointer
reference reference

第十三週投影片 05/20

主題 北區 竹區
指標與動態記憶體 struct-ptr & dynamic-memory struct-ptr & dynamic-memory & linklist
linklist linked list linked list
標頭檔 header-file

第十四週投影片 05/27

主題 北區 竹區
template與STL                               template & STL
Data Structure Data Structure
Algorithm Algorithm

第十五週投影片 05/27

主題 北區 竹區
標頭檔       Header Files
遞迴(河內塔) recursion2 recursion2

第十六週投影片 06/17

主題 北區 竹區
大回顧       overview overview
大展望       future future