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

来自问题求解
跳转至: 导航搜索
学习周历
Whf讨论 | 贡献
参考资料: +link
第13行: 第13行:
 
* [https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html C Coding Standard]
 
* [https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html C Coding Standard]
 
* [https://users.ece.cmu.edu/~eno/coding/CppCodingStandard.html C++ Coding Standard]
 
* [https://users.ece.cmu.edu/~eno/coding/CppCodingStandard.html C++ Coding Standard]
 +
* [https://google.github.io/styleguide/cppguide.html Google C++ Style Guide]
  
 
== 学习周历 ==
 
== 学习周历 ==

2017年11月29日 (三) 14:55的版本

学习目标

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

参考教材

参考资料

学习周历

日期 论题 阅读材料 编程任务
2017-10-20

1-1: IO (C 语言)

  • IO in C

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

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

1-2: 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

1-3: 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

1-4: The Josephus Puzzle (Revisited):

  • Struct
  • Linked-List

1-4-josephus-linkedlist.pdf (1-4-josephus-linkedlist-handout.pdf)

  • K&R: Chapters 6
2017-11-24

1-5:

  • Function Pointer
  • C Standard Library

(1-5-c-library.pdf 1-5-c-library-handout.pdf)

  • K&R: Section 5.11
  • K&R: Appendix B

待定论题:

  • Modern C & Switch to C++