“程序设计基础辅导”的版本间的差异

来自问题求解
跳转至: 导航搜索
学习周历
Whf讨论 | 贡献
学习周历
第50行: 第50行:
 
|
 
|
 
* K&R: Chapters 2, 5
 
* K&R: Chapters 2, 5
 +
|
 +
* 待定
 +
|-
 +
| 2017-11-10
 +
|
 +
The Josephus Puzzle (Revisited):
 +
* Struct
 +
* Linked-List
 +
|
 +
* K&R: Chapters 6
 
|
 
|
 
* 待定
 
* 待定
第55行: 第65行:
  
 
待定论题:
 
待定论题:
* C Memory Management
 
* C Structure
 
 
* C Standard Library
 
* C Standard Library
 +
* String
 
* Modern C & Switch to C++
 
* Modern C & Switch to C++

2017年11月5日 (日) 15:38的版本

学习目标

  • 掌握C/C++程序设计语言

参考教材

参考资料

学习周历

日期 论题 阅读材料 编程任务
2017-10-20
  • IO (C 语言)

1-1-io.pdf (1-1-io-handout.pdf)

  • K&R: Chapter 7
  • K&R: Chapter 2 (自学)
2017-10-27

The Josephus Puzzle:

  • Control Flow, Function, and Array

1-2-josephus.pdf (1-2-josephus-handout.pdf)

  • K&R: Chapters 3, 4
2017-11-03

The Tromino Tiling Puzzle:

  • Memory, Pointer, and Array
  • Recursion

1-3-tromino-tiling.pdf (1-3-tromino-tiling-handout.pdf)

  • K&R: Chapters 2, 5
  • 待定
2017-11-10

The Josephus Puzzle (Revisited):

  • Struct
  • Linked-List
  • K&R: Chapters 6
  • 待定

待定论题:

  • C Standard Library
  • String
  • Modern C & Switch to C++