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
中文版,24页中二分搜索的awk程序, $1 == "print" {for i =1;i <= n;i++}print i ": " x[i]}应该改为 $1 == "print" {for (i =1;i <= n;i++)print i ": " x[i]}
評分打开书本看了第一章,突然被这一章所吸引住了。 真正完美的将算法和编程完美的结合,第一次这编程有美的感受,或者说编程能像数学一样优雅。 也告诉我们,向别人求助时一定要准确的定位问题。 只有准确的定位出问题才能真正找到适合的算法。 在看第一章这前我将前言看了一下,...
評分编程不要想着用数学的东西来描述, 事实上,数学表示和数学运算本身就是一个构建好了的层面,封装好的功能, 编程的“基本粒子”应该是“位”与“位操作”, 那么“位”是什么玩意呢?“位”就是一个表示信息的基本单位,电压低表示0,电压高了表示1, 和”结绳记事“是一个道...
評分编程不要想着用数学的东西来描述, 事实上,数学表示和数学运算本身就是一个构建好了的层面,封装好的功能, 编程的“基本粒子”应该是“位”与“位操作”, 那么“位”是什么玩意呢?“位”就是一个表示信息的基本单位,电压低表示0,电压高了表示1, 和”结绳记事“是一个道...
評分拿齣一本消遣一下
评分不如第一部好
评分拿齣一本消遣一下
评分讀完第一章我就覺得這本書值五星。
评分看瞭後,感覺跟第一捲有很大不同,更注重於編程的習慣,策略;而不是一些具體有趣的問題。像 profiling 這個,還是看看這個書比較好:code optimization: effective memory usage. 好像也有翻譯版本的瞭
本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度,google,bing,sogou 等
© 2025 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有