10702 工程學群 資訊工程學系

計算機程式設計一〡資工版

陳煥宗 教授

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

News

最新公告

2025-08-15 2025年9月-11月開放式課程工讀招募至8/28(四)12:00截止,工讀履歷隨到隨審,謝謝!
2025-08-15 如何開啟YOUTUBE影片翻譯字幕 ?
2025-08-15 如何開啟Google Chrome翻譯網頁功能?
2025-08-12 【OEGlobal 2026 論文徵稿】 MIT 麻省理工學院邀請您打造更開放且公平的未來!
2025-08-05 TOCEC攜手均一教育平台 推動數位學習新未來
2025-08-01 戴佳原教授 〡分歧理論
2025-07-24 2025研究生常用AI工具推薦
2025-07-24 22個優質AI工具推薦-20250724
2025-06-27 2025/8/4(一) E-want*Tocec 2025 台灣線上學習高峰會 2025 Taiwan Online Learning Summit
2025-06-20 4/26(六) - 4/29(二) 開放式課程系統升級維護通知!
2025-06-20 【2025 NTHU OCW 授權合作*共創雙贏】讓我們齊心並肩,如龍舵手般穩操勝券,帶領學生勇闖知識航道,助教師勇奪教學的榮耀錦標!
2025-06-20 【2025 NTHU OCW 授權合作*共創雙贏】讓我們齊心並肩,如龍舵手般穩操勝券,帶領學生勇闖知識航道,助教師勇奪教學的榮耀錦標!
2025-06-18 2025 OE Awards for Excellence 開始提名!2025 Open Education Awards for Excellence Nomination
2025-06-12 2025 開放式課程誠徵研究生資訊工讀生1名!
2025-03-25 OEGlobal 2026 conference

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