鱼有胖的头

导航

2013年7月14日 #

移动互联网时代的一段想象视频

摘要: 阅读全文

posted @ 2013-07-14 13:04 鱼有胖的头 阅读(128) 评论(0) 推荐(0) 编辑

2013年7月13日 #

大数据时代:趋势、机遇与挑战

摘要: 阅读全文

posted @ 2013-07-13 17:15 鱼有胖的头 阅读(201) 评论(0) 推荐(0) 编辑

2012年5月8日 #

语法分析生成器 - LEX

摘要: 【转载】The Lex & Yacc PageLex - A Lexical Analyzer GeneratorM. E. Lesk and E. SchmidtABSTRACTLex helps write programs whose control flow is directed by instances of regular expressions in the input stream. It is well suited for editor-script type transformations and for segmenting input in preparat 阅读全文

posted @ 2012-05-08 15:41 鱼有胖的头 阅读(596) 评论(0) 推荐(0) 编辑

LIPS的历史

摘要: 【作者】John McCarthyThis paper concentrates on the development of the basic ideas and distinguishes two periods - Summer 1956 through Summer 1958 when most of the key ideas were developed (some of which were implemented in the FORTRAN based FLPL), and Fall 1958 through 1962 when the programming languag 阅读全文

posted @ 2012-05-08 13:50 鱼有胖的头 阅读(226) 评论(0) 推荐(0) 编辑

2011年7月5日 #

Effective JAVA 中有关Exception的几条建议

摘要: 这本书是从JDK源码注释阅读鼓捣来的,最近对exception产生了兴趣,看一下这位大牛都说了些什么?(Item 39- 47 论述了有关exception的那点事)Item 39:Use exceptions only for exceptional conditions只有在例外的情况下才能使用例外Q:?-----------------Item 40:Use checked exceptions for recoverable conditions andrun-time exceptions for programming errors对可恢复情况使用受检查例外,对程序错误使用运行时例 阅读全文

posted @ 2011-07-05 16:33 鱼有胖的头 阅读(383) 评论(0) 推荐(0) 编辑

2011年6月30日 #

Code Reading -chap11

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter11:A Complete Example+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++265. Modelsoftware additions along the lines of similar entities(classes,functions.modules)· Among similarexisting entities,pick one 阅读全文

posted @ 2011-06-30 09:49 鱼有胖的头 阅读(145) 评论(0) 推荐(0) 编辑

2011年6月29日 #

Code Reading -chap10

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter10:Code ReadingTools+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++223.Use lexical tools to efficiently search for patternsin a large source code file or acrossmany files.(P.340) 运用词典工具来有效的查找大型源代码文件或者跨许多文件的 阅读全文

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

2011年6月28日 #

Code Reading -chap9

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter9:Architecture+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++182. Onesystem can(and in nontrivial cases does)exhibit many different architecturalstyles simultaneously. Different styles can appear by looking 阅读全文

posted @ 2011-06-28 17:36 鱼有胖的头 阅读(141) 评论(0) 推荐(0) 编辑

Code Reading -chap8

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter8:Documentation+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++150. Takeadvantage of any documentation you find to supplement your code reading effort.(P.241) 利用一切你可以找到的文档去帮助提升你的代码阅读效果。---------------------- 阅读全文

posted @ 2011-06-28 14:16 鱼有胖的头 阅读(126) 评论(0) 推荐(0) 编辑

Code Reading -chap7

摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Chapter7:CodingStandards and Conventions+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++137. Knowingthe file organization followed by a given code base allows you to browse efficiently through the source code.(P.22 阅读全文

posted @ 2011-06-28 13:39 鱼有胖的头 阅读(148) 评论(0) 推荐(0) 编辑