⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 05.txt

📁 一個計算機系教授的上課講義 主要是教導學生使用C語言編寫程序
💻 TXT
字号:
CS 1355
Intro to Programming in C
Monday 2006.9.25 (Week 3)
Lecture notes (at http://r638-2.cs.nthu.edu.tw/C/notes/05.txt)

Chapter 3: Structured Program Development in C

Concepts:
- structured vs. unstructured 
- "control" structures
- if statements
- nested if statements
- while statements

"Unstructure programming":
- meaning: programming using "goto"  statements
  ("goto" means "go to" (铬

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -