計算機概論
Introduction to Computer Science
| 節 | 週四 |
|---|---|
3 10:10–11:00 | 計算機概論 EE527 3 節連堂 |
4 11:10–12:00 | |
N 12:20–13:10 |
* 根據陽明交大上課時間表所列
介紹計算機科學的基礎概念,使同學對計算機的各領域有概括性認識(資訊素養)。 除此之外,並介紹C程式語言(含C++簡介),培養同學的基本程式設計能力。 如果沒用過IDE, 建議可先嘗試這超簡單的 Dev-C++ 再試其他 IDE: 0.)程式小白(Was)寫給程式小白的入門文章: https://bit.ly/Dev543 1.) https://sourceforge.net/projects/orwelldevcpp/ 或者 https://bit.Ly/DevCpp511 (上述網址縮址) 2.) https://www.codeblocks.org/ 3.) https://code.visualstudio.com/ 補充說明:Dev-C++ 有很多版本, 原始作者的版本是 https://www.bloodshed.net/devcpp.html 但是建議安裝使用Orwell的2016年版本 (Dev-C++5.11版) ; 2021 和 2022 的不好用 ! What is Dev-C++: https://www.udacity.com/blog/2021/05/dev-cpp-explained-for-all-levels.html * 這是 DevCPP4.9.9.2 超級小, IDE 只有 2.35MB, 連同 Gcc/G++ Compiler/Linker 總共只有8.89MB; 但我覺得不好用 :-( **如果你要比較新的 Dev-C++ (不同人寫的) 可以自己試用別的看看 :-) ✌► 這 2021年版的Dev-C++ 6.x版也說是用 Delphi 寫的: https://github.com/Embarcadero/Dev-Cpp/releases
本課程為機械系大一必修基礎課程,無須先備能力。 上課地點:EE527電腦教室
上課 + 上機實作 (上課地點:EE527電腦教室) 課程內容將依教學狀況調整
期中考 (筆試+上機) 30%, 期末考 (筆試+上機) 40%, 作業 (在e3繳交) 35% (總分105分, 期末總分數將調整為上限99分)
- Instruction of Computer Science 上課地點:EE527電腦教室
- Computer Architecture
- Operating Systems
- Networking and the Internet
- C Programming
- Data Processing
| 週次 | 主題 |
|---|---|
| 第 1 週 | 上課地點:EE527電腦教室Course Introduction and Introduction to IoT Applicationhttps://iottalk.vip/000/ |
| 第 2 週 | Introduction to Computer Science + Computer Architecture 、Data Storage
 C programming Fundamentals |
| 第 3 週 | Operating Systems, Networking and the Internet C Programming: Formatted Input/Output, Expressions Selection Statements / Loops |
| 第 4 週 | C Programming: Random numbers and their application srand(time(0)) 做啥用 ? |
| 第 5 週 | 字串處理, 檢查和(Check sum)與檢查碼概念; Example: 身分證檢查器與身分證產生器 |
| 第 6 週 | C Programming: Some Examples from Algorithm view Functions, Iteration vs. Recursive Find Factorial of N |
| 第 7 週 | C Programming: Pointers and Arrays Find C(m, n) using Pascal Triangle Inline function vs. Macro; C pointers vs. C++ Reference (參照) |
| 第 8 週 | Midterm exam. |
| 第 9 週 | C Programming: 變數放在記憶體的哪地方?神奇的 static 前綴語 !static local vs. static global static function (C vs. C++)Stack vs. HeapStackOverflow ? |
| 第 10 週 | C/C++ Programming: Strings C++ String class vs. C string Sorting Data and Search struct to group Data together typedef + struct .. |
| 第 11 週 | C Programming: Structs, Unions, and Enumerations again typedef enum color {red=0, orange, yellow, green, blue, cyan, purple } color color c = red C++ Programming: Class 類別 class 其實就是 struct 但規則改了一些 !Constructor and Destructor |
| 第 12 週 | C++ Programming: private member vs. public memberfunction name overloading virtual function and polymorphism |
| 第 13 週 | C++ Programming: Containers, STL https://cplusplus.com/reference/stl/ |
| 第 14 週 | C Programming: File I/OSystem call vs. normal function call ? |
| 第 15 週 | C/C++ and Algorithms:Sorting and Searching again |
| 第 16 週 | Final Exam. 期末考 |
| 第 17 週 | 第17週沒課(校規定16週) 所有作業 Due Date: 2025/12/26(五)23:59:59 |
指定書籍: - C程式語言第二版,翻譯:蔡文能,出版社:培生(原文書名: The C Programming Language 2/E. 作者:Kernighan、Ritchie ) - 自編教材 (網頁公佈) 參考書籍: - http://ocw.nctu.edu.tw/course_detail-v.php?bgid=30&gid=0&nid=691 - http://ocw.nctu.edu.tw/course_detail-v.php?bgid=0&gid=0&nid=192 - http://ocw.nctu.edu.tw/course_detail-v.php?bgid=8&gid=0&nid=343 - C語言入門與進階教學,作者:鄭昌杰,交大出版社 - C程式設計策略-入門篇,作者:林振輝,交大出版社 - 一次搞定C程式語言,作者:蔡明志,滄海出版社 - 計算機概論 (第2版),林仁勇、梁廷宇、陳怡良、張志標、韓端勇,歐亞書局
- 地點
- by appointment
- 時間
- by appointment
- 聯絡方式
- tsaiwn@cs.nctu.edu.tw