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

来自问题求解
跳转至: 导航搜索
学习周历
Whf讨论 | 贡献
学习周历
第33行: 第33行:
 
| 2017-10-27
 
| 2017-10-27
 
|
 
|
 +
* The Josephus Puzzle
 
* Control Flow, Function, and Array
 
* Control Flow, Function, and Array
 
|
 
|
第39行: 第40行:
 
* 待定
 
* 待定
 
|-
 
|-
| 2017-11-**
+
| 2017-11-03
 
|
 
|
 +
* The Triomino Tiling Puzzle
 
* Pointer and Array
 
* Pointer and Array
 +
* Recursion
 
|
 
|
 
*
 
*
第49行: 第52行:
  
 
待定论题:
 
待定论题:
* Recursion
 
 
* C Memory Management
 
* C Memory Management
 
* C Structure
 
* C Structure
 
* C Standard Library
 
* C Standard Library
* Switch to C++
+
* Modern C & Switch to C++

2017年10月27日 (五) 09:31的版本

学习目标

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

参考教材

参考资料

学习周历

日期 论题 阅读材料 编程任务
2017-10-20
  • K&R: Chapter 7
  • K&R: Chapter 2 (自学)
  • OJ: Chapter 1, Section 1
  • OJ: Chapter 2, Section 2, Problem 1
2017-10-27
  • The Josephus Puzzle
  • Control Flow, Function, and Array
  • K&R: Chapters 3, 4
  • 待定
2017-11-03
  • The Triomino Tiling Puzzle
  • Pointer and Array
  • Recursion
  • 待定

待定论题:

  • C Memory Management
  • C Structure
  • C Standard Library
  • Modern C & Switch to C++