Jon Bentley 世界著名计算机科学家,被誉为影响算法发展的十位大师之一。他先后任职于卡内基-梅隆大学(1976~1982)、贝尔实验室(1982~2001)和Avaya实验室(2001年至今)。在卡内基-梅隆大学担任教授期间,他培养了包括Tcl语言设计者John Ousterhout、Java语言设计者James Gosling、《算法导论》作者之一Charles Leiserson在内的许多计算机科学大家。2004年荣获Dr.Dobb's程序设计卓越奖。
What do topics ranging from organic chemistry to Napoleon's campaigns have to do with computer programming? This collection of essays demonstrates the many varied aspects of programming, showing how programming can be both a fun and elegant science. Some of the essays cover programming techniques, like how profilers can provide insight into the dynamic behavior of programs, and methods for making data files self-describing. These techniques deal with real programs and they are realistically illustrated, using the C and Awk languages. Bentley also provides the reader with some tricks of the programmer's trade, like a collection of rules of thumb and hints for finding simple solutions to hard problems. These essays also originally appeared in the author's column in Communication of the ACM, and have been substantially revised, incorporating new sections, problems, and reader comments. 0201118890B04062001
##This a great book to incite your brain. Although examples in the book are relating computer programming, I do think its methods and concepts can be applied to every fields.
评分 评分 评分##在卓越订了有将近两周了,先前早就见评论,相当不错,看了两章,很合我胃口,着重训练读者的思维,如何抽象问题-->罗列条件-->分析综合-->求解?层层引入读者,值得细细品尝,可惜翻译有点差,早知道就买本影印版了
评分##就中国电力出版社这个版本,翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 翻译真不是一般的烂。 ...
评分 评分读完第一章我就觉得这本书值五星。
评分 评分##中文版,24页中二分搜索的awk程序, $1 == "print" {for i =1;i <= n;i++}print i ":\t" x[i]}应该改为 $1 == "print" {for (i =1;i <= n;i++)print i ":\t" x[i]}
本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度,google,bing,sogou 等
© 2025 book.tinynews.org All Rights Reserved. 静思书屋 版权所有