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 ":\t" x[i]}應該改為 $1 == "print" {for (i =1;i <= n;i++)print i ":\t" x[i]}
評分##和 Programming Pearls屬於同一係列
評分##和 Programming Pearls屬於同一係列
評分##原文寫於2010-06-23 ================= 今天遇到瞭一件好事和一件壞事,好事是我在圖書館預定的編程珠璣終於到我手上瞭,壞事是我準備留到暑假看的GEB被人預定瞭,我必須在7月4日前還給圖書館。。於是,我看瞭大半天的編程珠璣,於是,我的形式語言與自動機、數據庫考試又危險...
評分 評分本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度,google,bing,sogou 等
© 2025 book.tinynews.org All Rights Reserved. 静思书屋 版权所有