<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Code.art

    public class code (string [art])

    BlogJava 首頁 新隨筆 聯系 聚合 管理
      3 Posts :: 0 Stories :: 4 Comments :: 0 Trackbacks
    Aho, Alfred V., John E. Hopcroft, 與 Jeffrey D. Ullman. 《計算機算法之設計與分析》(The Design and Analysis of Computer Algorithms) Addison-Wesley, 1974. 經典作品,但是在網絡流,線性規劃和近代算法方面較缺少。 Aho, Alfred V., John E. Hopcroft, and Jeffrey D. Ullman. The Design and Analysis of Computer Algorithms. Addison-Wesley, 1974. The classic text, but it lacks topics in network flows and linear programming, as well as more recent algorithms.


    Aho, Alfred V., John E. Hopcroft, 與 Jeffrey D. Ullman. 《數據結構與算法》(Data Structures and Algorithms) Addison-Wesley, 1983. 重新改版過后是以前作《計算機算法之設計與分析》(The Design and Analysis of Computer Algorithms )前六章所改版的較基本版本。
    Aho, Alfred V., John E. Hopcroft, and Jeffrey D. Ullman. Data Structures and Algorithms. Addison-Wesley, 1983. Revised and more elementary version of the first six chapters of The Design and Analysis of Computer Algorithms.



    Baase, Sara. 《計算機算法:設計與分析導論,第二版》(Computer Algorithms: Introduction to Design and Analysis. 2nd ed) Addison-Wesley, 1988. 普通參考,盡管它的說明有時是潦草扼要的。
    Baase, Sara. Computer Algorithms: Introduction to Design and Analysis. 2nd ed. Addison-Wesley, 1988. General reference, although the exposition is sometimes terse or sketchy.



    Bentley, Jon. 《程序設計明珠》(Programming Pearls) Addison-Wesley, 1986. 算法設計在軟件工程中的實用。(Programming Pearls 繁體中文版, 譯者:許鳴程,出版商:基峰,出版日期:2001-11-22,ISBN:9575668804)
    Bentley, Jon. Programming Pearls. Addison-Wesley, 1986. Applications of algorithm design techniques to software engineering.



    Bentley, Jon. 《更多的程序設計明珠》(More Programming Pearls) Addison-Wesley, 1988. 更多算法設計在軟件工程中的實用。
    Bentley, Jon. More Programming Pearls. Addison-Wesley, 1988. More applications of algorithm design techniques to software engineering.



    Bentley, Jon Louis. 《編寫有效率的程序》(Writing Efficient Programs) Prentice-Hall, 1982. 非常杰出的效能精進調整。
    Bentley, Jon Louis. Writing Efficient Programs. Prentice-Hall, 1982. Performance hacking extraordinaire.



    Brassard, Gilles 與 Paul Bratley. 《算法:理論與實踐》,Prentice-Hall, 1988. 很好的范例及習題,著重于方法而不是個別的問題。
    Brassard, Gilles and Paul Bratley. Algorithmics: Theory and Practice. Prentice-Hall, 1988. Good examples and problems. Focus on methods rather than specific problems.



    Chung, Kai Lai. 《基礎概率理論與隨機過程》,Springer-Verlag, 1974. 對概率直覺性的演示課。
    Chung, Kai Lai. Elementary Probability Theory with Stochastic Processes. Springer-Verlag, 1974. Intuitive introduction to probability.



    Even, Shimon. 《圖形算法》,Computer Science Press, 1979. 對圖形算法有廣泛的論述,包含了網絡流及平面性。
    Even, Shimon. Graph Algorithms. Computer Science Press, 1979. Broad treatment of graph algorithms, including network flow and planarity.



    Feller, William. 《概率理論導論與應用》,John Wiley & Sons, Vol 1. 1968, Vol 2. 1971. 對概率很好的參考。
    Feller, William. An Introduction to Probability Theory and Its Applications. John Wiley & Sons, Vol 1. 1968, Vol 2. 1971. Excellent reference for probability theory.



    Garey, Michael R. 與David S. Johnson. 《計算機與難駕馭性:對NP完整性理論的指南》,San Francisco: W. H. Freeman & Co, 1979. 專注于NP完整性的參考書。在后半部含有一份NP完整問題集的列表及在書中出現過,針對多項式時間特別情況的算法的參考。
    Garey, Michael R. and David S. Johnson. Computers and Intractibility: A Guide to the Theory of NP-Completeness. San Francisco: W. H. Freeman & Co., 1979. Reference book devoted to NP-completeness. The second half contains an extensive list of NP-complete problems and references to algorithms in the literature for polynomial-time special cases.



    Gonnet, G. H. 《算法與數據結構手冊》,Addison-Wesley, 1984. Pascal 及 C 碼, 真正執行時間的比較,和對研究報告中分析的指示。
    Gonnet, G. H. Handbook of Algorithms and Data Structures. Addison-Wesley, 1984. Code in Pascal and C, comparisons of actual running times, and pointers to analysis in research papers.



    Gusfield, Dan. 《字串,樹,與序列的算法》, Cambridge University Press, 1997. 操作字符字串及序列的算法的大概論述。
    Gusfield, Dan. Algorithms on Strings, Trees, and Sequences. Cambridge University Press, 1997. General treatment of algorithms that operate on character strings and sequences.



    Horowitz, Ellis 與Sartaj Sahni. 《計算機算法基礎》,Computer Science Press, 1978. 擇重介紹了數據結構,動態編程,以及分支與界限法。
    Horowitz, Ellis and Sartaj Sahni. Fundamentals of Computer Algorithms. Computer Science Press, 1978. Good on data structures, dynamic programming, and branch-and-bound algorithms.



    Kingston, Jeffrey H. 《算法與數據結構:設計,正確性,分析》,Addison-Wesley Publishing Co., 1991. 一本優良的數據結構導入書,關于算法正確性有一篇不錯的章節。
    Kingston, Jeffrey H. Algorithms and Data Structures: Design, Correctness, Analysis. Addison-Wesley Publishing Co., 1991. A nice introductory book on data structures, with a good chapter on algorithm correctness.



    Knuth, Donald E. 《計算機程序設計藝術》,Addison-Wesley. 三卷如百科全書般的作品:(1) 基礎算法, (2) 半數值算法, 與 (3) 排序與搜尋。
    Knuth, Donald E. The Art of Computer Programming. Addison-Wesley. Encyclopedic work in three volumes: (1) Fundamental Algorithms, (2) Seminumerical Algorithms, and (3) Sorting and Searching.



    Lawler, Eugene L. 《組合式優選》,Holt, Rinehart, and Winston, 1976. 圖算法(密集圖),網絡流,與線型規劃。開始幾章是很優秀的。
    Lawler, Eugene L. Combinatorial Optimization. Holt, Rinehart, and Winston, 1976. Graph algorithms (dense graphs), network flows, and linear programming. First few chapters are excellent.



    Liu, C. L. 《組合數學導論》,McGraw-Hill, 1968. 與計算機科學有關的組合數學。有優秀的習題.
    Liu, C. L. Introduction to Combinatorial Mathematics. McGraw-Hill, 1968. Combinatorial mathematics relevant to computer science. Excellent problems.



    Manber, Udi. 《算法導論》,Addison-Wesley, 1989. 著重于創造力的初級文章。
    Manber, Udi. Introduction to Algorithms. Addison-Wesley, 1989. Elementary text with an emphasis on creativity.



    Mehlhorn, Kurt. 《數據結構與算法》,Springer-Verlag, 1984. 三卷: (1) 排序與搜尋, (2) 圖算法和NP-完整性, 與 (3) 多維度查詢與計算幾何。基本及高階論題的講義。
    Mehlhorn, Kurt. Data Structures and Algorithms. Springer-Verlag, 1984. Three volumes: (1) Sorting and Searching, (2) Graph Algorithms and NP-Completeness, and (3) Multidimensional Searching and Computational Geometry. Lecture notes on basic and advanced topics.



    Niven, Ivan 與Herbert S. Zuckerman. 《數論導論》,John Wiley & Sons, 1980. 有閱讀價值的的數論入門介紹。
    Niven, Ivan and Herbert S. Zuckerman. An Introduction to the Theory of Numbers. John Wiley & Sons, 1980. Readable introduction to number theory.



    Papadimitriou, Christos H. 與Kenneth Steiglitz. 《組合式優選:算法與復雜性》,Prentice-Hall, 1982. 線性規劃和它的變體。
    Papadimitriou, Christos H. and Kenneth Steiglitz. Combinatorial Optimization: Algorithms and Complexity. Prentice-Hall, 1982. Linear programming and its variants.



    Press, William P., Brian P. Flannery, Saul A. Teukolsky, 與 William T. Vetterling. 《C的數值處方:科學計算的藝術》,Cambridge: Cambridge University Press, 1988. 數值算法的程序碼.
    Press, William P., Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling. Numerical Recipies in C: The Art of Scientific Computing. Cambridge: Cambridge University Press, 1988. Code for numerical algorithms.



    Reingold, E. M., J. Nievergelt, 與N. Deo. 《組合算法:理論與應用》,Prentice-Hall, 1977. 在遞歸關系和二元樹方面的內容不錯。
    Reingold, E. M., J. Nievergelt, and N. Deo. Combinatorial Algorithms: Theory and Practice. Prentice-Hall, 1977. Good on recurrence relations and binary search trees.



    Sedgewick, Robert . 《算法,第二版》,Addison-Wesley, 1988. 有著優秀論題廣度的初階文章。不重于分析,但是有很多圖。
    Sedgewick, Robert . Algorithms. 2nd ed. Addison-Wesley, 1988. Elementary text with an excellent breadth of topics. Light on analysis, but lots of figures.



    Sipser, Michael. 《運算理論導論》,PWS Publishing Co., 1997. 對可計算性及復雜性理論很好的文章。
    Sipser, Michael. Introduction to the Theory of Computation. PWS Publishing Co., 1997. A good text on computability and complexity theory.



    Tarjan, Robert Endre. 《數據結構與網絡算法》,Society for Industrial and Applied Mathematics, 1983. 有一堆好東西的高階書。
    Tarjan, Robert Endre. Data Structures and Network Algorithms. Society for Industrial and Applied Mathematics, 1983. Advanced book with tons of good stuff.

    posted on 2006-05-01 21:05 Art 閱讀(1566) 評論(0)  編輯  收藏 所屬分類: Algorithms.art

    只有注冊用戶登錄后才能發表評論。


    網站導航:
    博客園   IT新聞   Chat2DB   C++博客   博問  
     
    主站蜘蛛池模板: 亚洲国产精品无码AAA片| 好男人www免费高清视频在线 | 免费AA片少妇人AA片直播| 日本久久久久亚洲中字幕| 久久国产乱子精品免费女| 亚洲色图国产精品| 色欲色香天天天综合网站免费| 亚洲资源在线视频| 九九精品免费视频| 亚洲成av人片天堂网无码】| 国产精品酒店视频免费看| 猫咪免费人成在线网站| 狠狠综合久久综合88亚洲| 最近免费2019中文字幕大全| 国产亚洲sss在线播放| 日本免费一本天堂在线| 日韩在线视频播放免费视频完整版| 亚洲综合无码精品一区二区三区| 国产成人免费ā片在线观看老同学 | 久久精品国产这里是免费| 亚洲国产精品成人综合色在线婷婷| 免费看国产精品3a黄的视频| 精品亚洲av无码一区二区柚蜜| 亚洲一区无码精品色| 日韩免费电影网站| 国产亚洲福利在线视频| 亚洲成?v人片天堂网无码| 麻豆精品不卡国产免费看| 亚洲18在线天美| 亚洲福利精品电影在线观看| 在线观看片免费人成视频无码| 亚洲香蕉在线观看| 亚洲精品无码99在线观看 | 99在线在线视频免费视频观看| 亚洲综合无码一区二区痴汉| 亚洲精品无码av天堂| 8x8×在线永久免费视频| 国产综合激情在线亚洲第一页| 亚洲成亚洲乱码一二三四区软件| 在线观看免费人成视频色| 一级人做人爰a全过程免费视频|