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

来自问题求解
跳转至: 导航搜索
IO: +io
Whf讨论 | 贡献
(+K&R)
第1行: 第1行:
 +
== 学习目标 ==
 +
* 掌握C/C++程序设计语言
 +
 +
== 参考教材 ==
 +
* K&R: [[Media:The_C_Programming_Language_(2nd_Edition_Ritchie_Kernighan).pdf ‎| The C Programming Language (2nd Edition)]], Brian Kernighan and Dennis Ritchie
 +
* C++ 教材待定
 +
 +
== 学习周历 ==
 
{| border=1
 
{| border=1
 
! 日期
 
! 日期
第14行: 第22行:
 
* OJ: Chapter 2, Section 2, Problem 1
 
* OJ: Chapter 2, Section 2, Problem 1
 
|-
 
|-
| 2017-09-28
+
| 2017-10-27
 
|
 
|
* Function and Pointer (I)
+
* Function, Pointer and Array (I)
 
|
 
|
 
*  
 
*  
 +
|
 +
* 待定
 +
|-
 +
| 2017-11-**
 +
|
 +
* Pointer and Array (II)
 +
|
 +
*
 
|
 
|
 
* 待定
 
* 待定
 
|}
 
|}
 
== Control Flow, Function, Pointer (I) ==
 
=== 2017年10月27日 ===
 
 
== Pointer and Array (II) ==
 
 
== Structure ==
 

2017年10月24日 (二) 17:52的版本

学习目标

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

参考教材

学习周历

日期 论题 阅读材料 编程任务
2017-10-20
  • K&R: Chapter 7
  • OJ: Chapter 1, Section 1
  • OJ: Chapter 2, Section 2, Problem 1
2017-10-27
  • Function, Pointer and Array (I)
  • 待定
2017-11-**
  • Pointer and Array (II)
  • 待定