鱼有胖的头

导航

2011年6月28日 #

Code Reading -chap6

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter6:Tackling Large Projects+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++116. You canexamine a project's organization by browsing its source code tree. the hierarchical directory structurecontaining the 阅读全文

posted @ 2011-06-28 10:11 鱼有胖的头 阅读(164) 评论(0) 推荐(0) 编辑

2011年6月24日 #

Code Reading -chap5

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter5: Advanced Control Flow+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++98. Recursively defined algorithms and data structures are often implemented by using recursive functions.(P.144) 递归定义算法以及数据结构通常由使用递归函数 阅读全文

posted @ 2011-06-24 23:56 鱼有胖的头 阅读(171) 评论(0) 推荐(0) 编辑

2011年6月23日 #

Code Reading -chap4

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter4: C Data Structures++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++67. Read explicit data structure operations in terms of the underlying abstract data class.(P96) 依据显式数据结构背后的抽象数据类去阅读该显式数据结构操作。------------ 阅读全文

posted @ 2011-06-23 13:32 鱼有胖的头 阅读(135) 评论(0) 推荐(0) 编辑

Code Reading -chap3

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter3: Advanced C Data Types++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++52. By recognizing the function served by a particular language construct, you can better understand the code that uses it. (P61) 通过识别 阅读全文

posted @ 2011-06-23 09:38 鱼有胖的头 阅读(155) 评论(0) 推荐(0) 编辑

Code Reading -chap2

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter2: Basic Programming Elements++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++19. When examing a program for the first time, main can be a good starting point.(p20) 当第一次开始检查一个程序的时候,main 可以是一个好的起点。----------- 阅读全文

posted @ 2011-06-23 09:31 鱼有胖的头 阅读(190) 评论(0) 推荐(0) 编辑

2011年6月21日 #

Code Reading -chap1

摘要: 【原著】Code Reading -The Open Source Perspective【作者】Diomidis Spinellisf++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter1: Introduction++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++1. Make it a habit to spend time reading high-quality code that others have 阅读全文

posted @ 2011-06-21 17:46 鱼有胖的头 阅读(265) 评论(0) 推荐(0) 编辑