10702 工程學群 資訊工程學系

計算機程式設計一〡資工版(0429整合畢)

陳煥宗 教授

資訊工程學系
國立清華大學資訊工程學系    特聘教授 
國立台灣大學資訊工程學系      博士
 
【榮譽】 國立清華大學100、104、110校傑出教學獎
【教學】 計算機程式設計、程式創作、電腦視覺特效、程式設計導論、
  統計學習理論
研究】 電腦視覺、圖像辨識
【網站】 https://htchen.github.io

News

最新公告

2025-04-17 4/26(六) - 4/29(二) 開放式課程系統升級維護通知!
2025-03-25 OEGlobal 2026 conference
2025-03-12 【校友力量大】李丞恩校友|程守慶教授複變數函數論筆記!
2025-03-07 李丞恩校友| 電子學A筆記 !
2025-03-07 李丞恩校友|高等微積分2B筆記 !
2025-03-07 李丞恩校友|高等微積分1筆記 !
2025-03-07 李丞恩校友|高等微積分2A筆記 !
2025-03-07 李丞恩校友| 電子學B筆記 !
2025-03-03 分享是最偉大的學習|李丞恩校友捐贈 高等微積分大要筆記 !
2025-02-25 分享是最偉大的學習|李丞恩校友捐贈10702吳尚鴻教授深度學習筆記!!
2025-02-19 分享是最偉大的學習|固態物理與電子薄膜筆記分享!
2025-02-18 臺灣開放式課程暨教育聯盟|榮獲內政部113年度全國社會公益團體貢獻獎 - 金質獎 (感謝會員學校齊心努力!)
2025-02-14 訊號與系統必修之選【電機資訊必考科目,清大低調巨匠洪樂文教授全英親授】
2025-02-13 A Must-Take Course on Signals and Systems - 【A Core Subject in Electrical Engineering and Computer Science, Taught by NTHU’s Esteemed Scholar, Professor Yao-Win Peter Hong】
2025-02-06 2023 引領教學潮流 : 大學教授的魅力品牌之路 !

Syllabus

課程大綱

This course is aimed to help the students learn how to program in C. There will be several labs, two midterm exams, one final exam, and the final project, with the following percentages.......

 

Text Books 
S. Prata, C PRIMER PLUS 
Lecture notes 

https://github.com/htchen/i2p-nthu/tree/master/程式設計一
清大開放課程影片-17週

http://ocw.nthu.edu.tw/ocw/index.php?page=course&cid=134
  
 
Reference
Essential C
 http://cslibrary.stanford.edu/101/EssentialC.pdf
The C Book
 http://publications.gbdirect.co.uk/c_book/the_c_book.pdf 
MIT: A Crash Course in C
 http://www.mattababy.org/~belmonte/Teaching/CCC/handouts.pdf
 MIT: A Crash Course in C Reference Manual
 http://www.gnu.org/software/libc/manual/html_mono/libc.html
 
 
Syllabus
WeekTopicsLabs and Exams
1.CH. 1 Getting Ready Lab #0 2/21 Thu.
2.CH. 3 Data and C2/28 放假
3.CH. 4 Formatted Input/OutputLab #1 3/7 Thu.
4.Binary RepresentationsCH 15 Bit Manipulation
5.CH. 6 Control Statements: LoopingLab #2 3/21 Thu.
6.CH. 6 Control Statements: Looping Written Exam  3/28 Thu. @ Delta 109 
 
CH. 7 Control Statements: Branching
 
7.CH. 8 Character I/O and Redirection4/4 放假
8.CH. 9 FunctionsLab #3 4/11 Thu.
9.CH. 9 Functions 
10.CH. 10 Arrays and Pointers Midterm Exam I  4/25 Thu.
11.CH. 10 Arrays and Pointers   
12.CH. 10 Arrays and Pointers Lab #4 5/9 Thu.
13.Midterm Exercise (5/14)Midterm Exercise (5/14)
14.CH. 10 Arrays and Pointers PointersTerm Project Hackathon 5/25 Sat.
 
CH. 11 String Functions
CH. 12 Memory Management
CH. 13 File Input/Output
 
15. CH. 12 Memory Management
Lab #5 5/30 Thu.
16.CH. 15 Bit Manipulation 
 
CH. 14 Structures
CH. 17 Advanced Data Representations 
 
17.CH. 17 Advanced Data RepresentationsLab #6 6/13 Thu.
   
   

10410講義1 .  11020程式設計1課程大綱

  

 

Keyword

關鍵字

  • 計算機程式設計一Introduction to Programming (I)
  • C 程式設計
  • C programming
  • problem solving
  • basic data structures
  • preliminary algorithms
  • Recursive Operation
  • Memory Management
  • Structures and Bit Manipulation