1 Great Idea III: The Boehm-Jacopini Theorem and Structured Programming
http://www.cse.buffalo.edu/~rapaport/111F04/greatidea3.html
(關於C. Bohm和G. Jacopini證明“任何程式邏輯都可以用順序、選擇和迴圈等三種基本結構來表示”的文章,及相關資源)
2 PSEUDOCODE STANDARD
http://www.csc.calpoly.edu/~jdalbey/SWE/pdl_std.html
(闡述如何寫偽碼)
一些觀點:
Pseudocode is a kind of structured english for describing algorithms
the vocabulary used in the pseudocode should be the vocabulary of the problem domain
the logic must be decomposed to the level of a single loop or decision
Each textbook and each individual designer may have their own personal style of pseudocode
There is no universal "standard" for the industry, but for instructional purposes it is helpful if we all follow a similar style
3 Hamsterscripts: Procedures and Functions
(論述function和procedure的異同)
http://home.hetnet.nl/~ojb-hamster/EnWIP/EnWeb/html/hscr8lk3.htm
4 Dictionary of Algorithms and Data Structures
http://www.nist.gov/dads/
5 用電腦存0.1的問題
http://dev.csdn.net/article/68462.shtm