• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 224  文章 - 41  trackbacks - 0
            <2011年5月>
            24252627282930
            1234567
            891011121314
            15161718192021
            22232425262728
            2930311234

            享受編程

            常用鏈接

            留言簿(11)

            隨筆分類(159)

            隨筆檔案(224)

            文章分類(2)

            文章檔案(4)

            經(jīng)典c++博客

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            原文地址:http://bobbycalf.blogbus.com/logs/2463095.html

            兩年前就給自己列出了一個讀書清單,但進(jìn)展緩慢,看的經(jīng)典書籍仍然寥寥可數(shù),慚愧中......
            現(xiàn)在將這個書單重新修改,一方面鞭策自己學(xué)習(xí),另一方面也表達(dá)對大牛們有如滔滔江水般的敬仰之意。
            書單中列舉的都是相關(guān)領(lǐng)域的經(jīng)典書籍,必讀之作。此書單的編輯參考了很多網(wǎng)站,包括一些名家的推薦,例如侯捷,孟巖,榮耀,潘愛民等等,在此也向這些前輩表示感謝。^_^

            1、C++ Language
            ------------------------------

            Bjarne Stroustrup. The C++ Programming Language (Special 3rd Edition)
            《C++程序設(shè)計語言(特別版)》

            Bjarne Stroustrup. The Design and Evolution of C++
            《C++語言的設(shè)計和演化》

            Stanley B.Lippman, Josée LaJoie, Barbara E.Moo. C++ Primer (4th Edition)
            《C++ Primer中文版(第4版)》

            Scott Meyers, Effective C++ (3rd Edition)
            《Effective C++中文版(第三版)》

            Scott Meyers, More Effective C++
            《More Effective C++中文版》

            Herb Sutter, Exceptional C++
            《Exceptional C++中文版》

            Herb Sutter, More Exceptional C++
            《More Exceptional C++中文版》

            Nicolai M. Josuttis, The C++ Standard Library: A Tutorial and Reference
            《C++標(biāo)準(zhǔn)程序庫:自修教程與參考手冊》

            Scott Meyers, Effective STL

            Brian W.Kernighan, The Prictice of Programming
            《程序設(shè)計實踐》

            Steve McConnell, Code Complete , 2nd Edition
            《代碼大全(第二版)》

            Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides. Design Patterns: Elements of Reusable Object-Oriented software
            《設(shè)計模式:可復(fù)用面向?qū)ο筌浖幕A(chǔ)》

            John Lakos, Large-Scale C++ Software Design
            《大規(guī)模C++程序設(shè)計》


            2、網(wǎng)絡(luò)編程
            ------------------------------

            Richard Stevens, TCP/IP Illustrated, Vol.1 / Vol.2 / Vol.3
            《TCP/IP詳解》(三卷)

            Richard Stevens, Bill Fenner, Andrew M. Rudoff.
            Unix Network Programming, Vol. 1: The Sockets Networking API, Third Edition
            《UNIX網(wǎng)絡(luò)編程》

            Jon C. Snader, Effective TCP/IP Programming
            《高級TCP/IP編程》

            Douglas Schmidt, Steven Huston,C++ Network Programming, Vol.1 / Vol.2
            《C++網(wǎng)絡(luò)編程 卷1:運(yùn)用ACE和模式消除復(fù)雜性》
            《C++網(wǎng)絡(luò)編程,卷2:基于ACE和框架的系統(tǒng)化復(fù)用》

            Anthony Jones, Jim Ohlund. Network Programming for Microsoft Windows
            《Windows網(wǎng)絡(luò)編程(第2版)》

            非常詳盡的TCP/IP資源介紹:
            Uri's TCP/IP Resources List: http://www.private.org.il/tcpip_rl.html


            3、Windows
            ------------------------------

            Mark E. Russinovich, David A. Solomon.
            Microsoft Windows Internals, Fourth Edition

            Charles Petzold, Programming Windows (Fifth Edition)
            《WINDOWS程序設(shè)計(第5版)》

            Jeffrey Richter, Programming Applications for Microsoft Windows Fourth Edition
            《WINDOWS核心編程》

            Jim Beveridge, Robert Wiener. Multithreading Applications in Win32
            《WIN32多線程程序設(shè)計》

            侯捷, 《深入淺出MFC》

            George Shepherd, David Kruglinski. Programming with Microsoft Visual C++ .NET, Sixth Edition
            《Visual C++ .NET技術(shù)內(nèi)幕(第6版)》

            Jeff Prosise, Programming Windows with MFC Second Edition
            《MFC Windows程序設(shè)計(第2版)》

            Jeffrey Richter, Applied Microsoft .NET Framework Programming
            《Microsoft .NET框架程序設(shè)計(修訂版)》

            John Robbins, Debugging Applications for Microsoft .NET and Microsoft Windows
            《Microsoft .NET和Windows應(yīng)用程序調(diào)試》

            Chris Cant, Writing Windows WDM Device Drivers
            《Windows WDM設(shè)備驅(qū)動程序開發(fā)指南》


            4、Linux
            ------------------------------

            Richard Stevens, Advanced Programming in the UNIX Environment
            《UNIX環(huán)境高級編程》

            Richard Stevens, Bill Fenner, Andrew M. Rudoff.
            Unix Network Programming, Vol. 1: The Sockets Networking API, Third Edition
            《UNIX網(wǎng)絡(luò)編程》

            John Lions, Lion'Cornmentary on UNIX 6th Edition With Source Code
            《萊昂氏UNIX源代碼分析》

            Robert Love, Linux Kernel Development, 2nd Edition
            《Linux內(nèi)核設(shè)計與實現(xiàn)(第2版)》

            Daniel Pierre Bovet, Marco Cesati. Understanding the Linux Kernel, 3rd Edition
            《深入理解Linux內(nèi)核(第三版)》

            Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman. Linux Device Drivers, 3rd Edition
            《LINUX設(shè)備驅(qū)動程序(第三版)》

            Marshall Kirk McKusick, Keith Bostic, Michael J. Karels and John S. Quarterman.
            The Design and Implementation of the 4.4 BSD Operating System
            《4.4BSD操作系統(tǒng)設(shè)計與實現(xiàn)》

            毛德操, 胡希明. 《Linux內(nèi)核源代碼情景分析》


            5、Others
            ------------------------------

            Donald E.Knuth, Art of Computer Programming, Volume 1-3
            《計算機(jī)程序設(shè)計藝術(shù)》(三卷)

            Thomas H.Cormen Charles E.Leiserson Ronald L.Rivest Clifford Stein.
            Introduction to Algorithms, Second Edition
            《算法導(dǎo)論(第二版)》

            Bruce Schneier, Applied Cryptography
            《應(yīng)用密碼學(xué)》
            posted on 2010-09-05 13:28 漂漂 閱讀(892) 評論(0)  編輯 收藏 引用 所屬分類: c++經(jīng)典文章轉(zhuǎn)載
            97视频久久久| 久久精品国产乱子伦| 国产ww久久久久久久久久| 国内精品久久久久久久涩爱| 色偷偷91久久综合噜噜噜噜| 97精品伊人久久大香线蕉| 成人久久精品一区二区三区| 久久黄视频| 狠狠色婷婷久久一区二区三区| 国产女人aaa级久久久级| 久久青青草视频| 国产免费福利体检区久久| 久久国产精品成人片免费| 久久精品极品盛宴观看| 99久久精品国产一区二区三区 | 色欲综合久久中文字幕网 | 久久经典免费视频| 国内精品久久久久影院优 | 狠狠狠色丁香婷婷综合久久五月 | 噜噜噜色噜噜噜久久| 曰曰摸天天摸人人看久久久| 久久精品卫校国产小美女| 久久精品无码一区二区三区免费| 欧美va久久久噜噜噜久久| 国产精品久久久久久久久软件| 国产成人精品久久亚洲| 欧美亚洲另类久久综合| 国产精品18久久久久久vr| 精品国产VA久久久久久久冰 | 久久久久久久综合综合狠狠| 99久久久精品免费观看国产| 久久久久久亚洲AV无码专区| 亚洲国产另类久久久精品黑人 | 久久久久亚洲AV片无码下载蜜桃| 精品久久久久久无码中文野结衣| 国产精品久久免费| 国产亚洲综合久久系列| 国产成人无码久久久精品一| 99精品久久精品| 9999国产精品欧美久久久久久| 久久久久夜夜夜精品国产|