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

来自问题求解
跳转至: 导航搜索
(+2017-10-20 课件)
 
Whf讨论 | 贡献
IO: +io
第1行: 第1行:
== IO ==
+
{| border=1
=== 2017年10月20日 ===
+
! 日期
 
+
! 论题
* [[Media:C-io.pdf|c-io.pdf]] ([[Media:C-io-handout.pdf|c-io-handout.pdf (无停顿版本)]])
+
! 阅读材料
* OJ 练习: Chapter 1, Section 1 + Chapter 2, Section 2, Problem 1
+
! 编程任务
 +
|-
 +
| style="width: 75px;" | 2017-10-20
 +
|
 +
* [[Media:C-io.pdf|IO (C 语言)]] ([[Media:C-io-handout.pdf|无停顿版本]])
 +
|
 +
* K&R: Chapter 7
 +
|
 +
* OJ: Chapter 1, Section 1
 +
* OJ: Chapter 2, Section 2, Problem 1
 +
|-
 +
| 2017-09-28
 +
|
 +
* Function and Pointer (I)
 +
|
 +
*
 +
|
 +
* 待定
 +
|}
  
 
== Control Flow, Function, Pointer (I) ==
 
== Control Flow, Function, Pointer (I) ==

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

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

Control Flow, Function, Pointer (I)

2017年10月27日

Pointer and Array (II)

Structure