推荐书源(转)

Gallon posted @ 2011年3月15日 21:30 in 未分类 , 1995 阅读

推荐的原则:
1. 推荐的来源:
    1)大师的作品。
    2)我看过并且认为不错的。
    3)我看过的书里面经常引用的。
    4)我没看过但是很多人都推荐的。

2. 宁缺勿滥,决不混进糟粕 (好书不一定对所有人都合适!但对于它的读者群来说,一定是好书)。
选书的原则:
1. 有国外的,不看国产的
2. 有原版的,不看翻译的
3. 看大师的作品

看书的原则:
1. 不要看 C、C++、JAVA...
不过不要理解错了。不管学什么语言,永远不要忘了语言是做什么用的。语言只 是一种工具,它的作用就是完成你的工作。不管把 C 的语法学得如何透彻,也不管把 C 的 trick 用的如何精妙,这并不能表示你会编程。要学会如何分析问题,如何设计程序,如何用一种具体的语言来实现。如果你只会做最后一步,你只是一个编码者 (coder),还不是一个程序员(programmer)。做一个 programmer,不要做 coder。总之,不要为了学语言而去学语言(除非你是个语言学家)。

2. 不要放弃对基础知识的学习。所谓基础知识,一般都有一个特点,那就是:它们可能看起来没用,但如果你忽视它们的话,总有一天你会后悔莫及。所以,如果不想以后再后悔的话,就在今天多花点时间。

3. 不管学什么东西,学之前先弄明白自己要学的是什么东西,它有什么用,在你已经学和以后的发展方向中,它处于什么位值。如果这些都不明白,就好比在茫茫的丛林里面四处乱撞,就算能出去,也一定会走很多弯路。

4. 对于软件工程之类的东西,不象 C 语言有着严格的标准,最好的办法就是兼收并蓄,能看的都看,然后(最重要的)在此之上形成自己的思想(不然就什么都白看了)。

5. 尽信书不如无书。书里写的只不过是写书的人认为正确的观点而已。学习前人的知识和经验,在此基础上形成自己的知识结构、观点和思维方式,才是学习的真正目的。

--------------------------------------------------------------------------------


1. Mathematics (数学)


Discrete Mathematics and Its Applications (Fifth Edition)
http://www.china-pub.com/computers/common/info.asp?id=9558
离散数学及其应用 (第五版)

[Kenneth H.Rosen]

我想这本书就不用我推荐了,就凭它是全世界 500 多所大学指定教材的事实就足以说明一切。

 

Concrete Mathematics : A Foundation for Computer Science (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=7210
具体数学:计算机科学基础 (第2版)

[Ronald L. Graham / Donald E. Knuth / Oren Patashnik]

如果你打算学“计算机”而不是“电脑”的话,别忘了看这本书。讲述了算法的数学基础。

--------------------------------------------------------------------------------


2. Data Structures & Algorithms (数据结构、算法)


Data Structures & Program Design In C (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=1449
数据结构与程序设计 C 语言描述 (第二版)

[Robert Kruse / C.L. Tondo / Bruce Leung]

大凡国外的数据结构教科书,都有一个共同的特点,就是他们的第一章都不是讲的数据结构,而是软件工程的基本原则。我个人认为这是十分必要的,特别是 对于大多数没有接触过程序设计的同学来说,在数据结构这个可以说是第一次接触程序设计的课程中能学习到基本的软件工程原则,对于以后的学习是十分有好处 的。至少,在我看来,写一个乱七八糟的程序出来还不如什么都不写。在我看来,这本书有两个优点:一:将软件工程的基本原则贯穿全书,二:简单,容易理解。

 

Data Structures with C++ Using STL (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=9164
数据结构C++语言描述描述—应用标准模版库 (第二版)

[William Ford, William Topp]

这本书的重点是:一、用面向对象的观点解决数据结构问题;二、用 STL 解决数据结构问题。有兴趣的同学可以看看这本书的第一版,看一看不用 STL 的 C++ 数据结构是什么样子的。http://www.china-pub.com/computers/common/info.asp?id=1429

 

Introduction to Algorithms (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=6434
算法导论 (第二版)

[Thomas H. Cormen / Charles E. Leiserson / Ronald L. Rivest / Clifford Stein]

又是经典,没什么好说的。我看过的几本离散数学、数据结构、操作系统的书都引用到了这本书的内容。

 

The Art of Computer Programming, Volume 1 : Fundamental Algorithms (Third Edition)
http://www.china-pub.com/computers/common/info.asp?id=7470
计算机程序设计艺术 第1卷 基本算法 (第3版)

The Art of Computer Programming, Volume 2 : Seminumerical Algorithms (Third Edition)
http://www.china-pub.com/computers/common/info.asp?id=7471
计算机程序设计艺术 第2卷 半数值算法 (第3版)

The Art of Computer Programming, Volume 3 : Sorting and Searching (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=7472
计算机程序设计艺术 第3卷 排序和查找 (第2版)

[Donald E. Knuth]

在计算机技术领域,Knuth = The Art of Computer Programming = 一切数据结构和算法问题的答案。这一点就足够了。

--------------------------------------------------------------------------------


3. Compiler (编译原理)


Compilers: Principles, Techniques, and Tools
http://www.china-pub.com/computers/common/info.asp?id=4713
编译原理 技术与工具

[Alfred V. Aho / Ravi Sethi / Jeffrey D. Ullman]

计算机科学界有几本著名的“龙书”,这是其中一本。作者将读者比喻为一个手握宝剑和盾牌,跟一只恐龙战斗的骑士。除了有趣之外,这本书的质量也是无可挑剔。只是人邮影印的...总是那么贵,真该跟高教好好学学。再怎么说我也是学生嘛...

 

Advanced Compiler Design and Implementation
http://www.china-pub.com/computers/common/info.asp?id=14021
高级编译器设计与实现

[Steven S. Muchnick]

与“龙书”齐名的另外一本讲编译原理的书。

--------------------------------------------------------------------------------


4. Operating System (操作系统)


Operating System Concepts (Sixth Edition)
http://www.china-pub.com/computers/common/info.asp?id=6437
操作系统概念 (第六版)

[Abraham Silberschatz / Peter Baer Galvin / Greg Gagne]

另外一本龙书,讲操作系统的非常经典的一本书,优点是阐述概念非常清晰,容易理解。缺点就是纯粹的概念,没有讲实现。在现实中具体的实现往往并不象 人们想象的那样。但不要以为我在说这本书的坏话。一般说来,一本好书在它写之前,作者肯定首先确定了这本书要面对的读者群。对你来说没用或者不好的书并不 代表对其他人来说也没用(如果你不打算学核物理,这不表示讲核物理的书没用;也不要考上了大学,就鄙视你的小学课本)。如果你以后不打算去写一个操作系统 的话,这本书再适合不过。
什么什么?为什么叫龙书呀?去买一本原版的看看封面就知道了...

 

Operating Systems : Design and Implementation (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=1433
操作系统:设计及实现 (第二版)

[Andrew S. Tanenbaum / Albert S. Woodhull]

如果你希望看到一个操作系统是如何具体实现的,而你有没有能力马上读懂linux之类的内核源码的话,这本书非常适合你。它除了阐述概念,还结合一 个“微型的 UNIX” - MINIX,讲述了如何实现一个真正的操作系统。这个操作系统不大,源码总共只有数万行、2兆多,但却是“麻雀虽小,五脏俱全”,操作系统该有的东西它差 不多都有了,而且还遵循 POSIX 规范(当然,它并不能支持所有的 POSIX 规范,只是一部分)。如今风头正劲的 linux,就是以 MINIX 为蓝本和平台开发的。用一个小型的操作系统作为入门平台的好处是你不必牵涉进真正的操作系统的复杂的实现中。除了概念,一个真正的操作系统还要考虑到很多 其他的东西。在学习的入门阶段,这些东西不会有什么帮助,只会让人抓狂。
本书的作者 Andrew S. Tanenbaum 博士一生写了好几本书,涉及操作系统、分布式操作系统、计算机网络等很多领域,每一本都在计算机教育领域产生了深远的影响。买书是要看作者的,有几个人写的书,不用看内容,掏钱买就行了。

 

UNIX Internals : The New Frontiers
http://www.china-pub.com/computers/common/info.asp?id=12731
UNIX系统内幕

[Uresh Vahalia]

讲 UNIX 系统内核的非常经典的一本书。介绍了各个版本的 UNIX 内核以及它们所用的算法。如果你很希望了解 UNIX 内核,这本书就是你想要的。

 

The Design and Implementation of the 4.4BSD Operating System
http://www.china-pub.com/computers/common/info.asp?id=7552
4.4BSD操作系统设计与实现

[Marshall Kirk McKusick / Keith Bostic / Michael J. Karels / John S.Quarterman]

UNIX 操作系统两大分支,BSD 和 System V,这一本是讲 BSD 内核实现的书。如果你对 BSD UNIX 内核感兴趣,这本是不可不看的。

 

The Design of The UNIX Operating System
http://www.china-pub.com/computers/common/info.asp?id=12740
UNIX操作系统设计

[Maurice J.Bach]

同上,只不过这本是讲 System V 的。因为 AT&T 的版权问题,作者不能透露源代码,但是书中阐述了大量 System V 的实现算法。

 

Lions' Commentary on UNIX 6th Edition with Source Code
http://www.china-pub.com/computers/common/info.asp?id=633
莱昂氏UNIX源代码分析

[John Lions]

知道什么叫旷世奇书吗?这本就是。在当初因为 UNIX 的版权问题而无法发表的情况下,这本书居然流传 20 多年魅力不减,可谓前无古人。不过...再怎么说,UNIX 第六版似乎老了点...

 

Distributed Systems : Principles and Paradigms
http://www.china-pub.com/computers/common/info.asp?id=7693
分布式系统:原理与范例

[Andrew S.Tanenbaum / Maarten van Steen]

分布式系统我没太大兴趣,但是这本书很经典的。

--------------------------------------------------------------------------------


5. C (C 语言)


The C Programming Language
http://www.china-pub.com/computers/common/info.asp?id=13426
C程序设计语言

[Brian W. Kernighan / Dennis Ritchie]

最经典的 C 语言书。其作者 Dennis Ritchie 就是 C 语言之父,UNIX 两个原作者之一。让我都不知道该怎么评价这本书了...总之,如果之前有一点程序设计基础的话,这本书很快就可以帮你在 C 语言的世界里登堂入室。但是,对于对编程一无所知的数学者来说,这本书还是困难了点。
如果你什么时候碰到了 K&R 的话(基本上,如果你搞计算机,想不碰到很难),那就是指这本书的两个作者。K&R 风格就是这本书里用的编码风格。
还要说的是,给出的链接是进口的,我这个四星会员也要209大洋。清华出的影印本绝版了...

 

The Art and Science of C : A Library-Based Introduction to Computer Science
http://www.china-pub.com/computers/common/info.asp?id=17991
C语言的科学和艺术

Programming Abstractions in C : A Second Course in Computer Science
http://www.china-pub.com/computers/common/info.asp?id=19744
C程序设计的抽象思维

[Eric S.Roberts]

两本非常优秀的C入门书。说实话,要推荐一本 C 的入门书还真不容易,原因大概就是讲 C 语言的书实在太多了。幸运的是,在我们国家,能买到的影印版 C 语言教科书就那么寥寥几本,我们还有的选(真不知道是幸运还是不幸,幸好这两本书也是非常优秀,以至于可以忽略其它的存在了)。非常适合初学者。需要注意 的是,《The Art and Science of C》为了更好的阐述概念,在书中用了作者自己开发的 C 库函数。在实际的 C 语言开发中,为了最大的标准性和可移植性,必须用 C 标准库。所以看完这本书之后很有必要看一看 K&R 的那本 C。《Programming Abstractions in C》实际上是讲数据结构和算法的,不过这两本书还是应该放在一起看。

 

C Traps and Pitfalls
http://www.china-pub.com/computers/common/info.asp?id=8150
C陷阱与缺陷

[Andrew Koenig]

很多人推荐的书,虽说我没看过...

--------------------------------------------------------------------------------


6. C++ (C++ 语言)


C++ Primer (Third Edition)
http://www.china-pub.com/computers/common/info.asp?id=5926
C++ Primer (第三版)

[Stanley B. Lippman / Josee Lajoie]

最好的 C++ 教科书。别看它的书名叫 Primer,实际上它的内容早就超出了一本入门书应有的范围。C++初学者最好的选择。潘爱民翻译的,质量还算有保证。

 

The C++ Programming Language (Special Edition)
http://www.china-pub.com/computers/common/info.asp?id=3311
C++ 程序设计语言 (特别版)

[Bjarne Stroustrup]

C++ 之父 Bjarne Stroustrup 写的,非常经典的一本书,除了对于初学者来说困难了点。我的经验是,当我有了任何对 C++ 不理解的问题时,总可以在这本书上找到答案。如果你学 C++,这本书必须备着。(这本书好像是计算机系的专业英语阅读教材,看很多人拿着出去卖二手,真不识货...)

 

Inside the C++ Object Model
http://www.china-pub.com/computers/common/info.asp?id=12911
深度探索 C++ 对象模型

[Stanley B. Lippman]

据说是一本“让很多 C++ 老手崩掉大牙”的书。虽说我没看过,不过既然侯捷都这么说了...

 

Effective C++ (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=12315
Effective C++ (第二版)

[Scott Meyers]

More Effective C++
http://www.china-pub.com/computers/common/info.asp?id=9587
More Effective C++

[Scott Meyers]

又是 C++ 程序员不得不看的书,能极大的提高 C++ 编码效率。只有翻译的,不过这回是侯捷。

 

Thinking in C++ (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=4801
C++编程思想 (第二版)

[Bruce Eckel]

Thinking in C++, Volume 2 : Practical Programming
http://www.china-pub.com/computers/common/info.asp?id=16608
C++编程思想 第2卷:实用编程技术

[Bruce Eckel / Chuck Alison]

Eckel 的好几本 Thinking in 系列都是不可多得的好书,也是必须看的(唉,当个 C++ 程序员真苦呀)。

 

Ruminations on C++ : A Decade of Programming Insight and Experience
http://www.china-pub.com/computers/common/info.asp?id=8149
C++沉思录

[Andrew Koenig / Barbara Moo]

也是影响很广泛的书。

--------------------------------------------------------------------------------


7. Object-Oriented (面向对象)


Object-Oriented Analysis and Design with Applications
http://www.china-pub.com/computers/common/info.asp?id=14571
面向对象分析与设计 (第二版)

[Grady Booch]

本书是UML的创始人Grady Booch的代表作之一,也是此领域公认的不可替代的权威著作,在推动面向对象技术走向现实应用的过程中发挥了重要的作用,曾获得《Software Development》杂志的Jolt图书大奖。
反正是好书,我正在看。

 

Object-Oriented Software Construction (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=8170
面向对象软件构造 (第二版)

[Bertrand Meyer]

据说是非常经典的 OO 圣经(一_一!~~哪来那么多圣经呀?),我唯一的感受就是 - 这本书好厚呀,比枕头还高...基于目前 OO 领域的混乱现状,本着兼收并蓄的原则,有时间一定看。

 

Design Patterns : Elements of Reusable Object-Oriented Software
http://www.china-pub.com/computers/common/info.asp?id=6333
设计模式:可复用面向对象软件的基础

[Erich Gamma Richard Helm Ralph Johnson John Vlissides]

学OO?那这本书就是必修课了。据作者称,他们在写这本书的时候,也不是很清楚他们到底在做什么(汗...)。据我所知,这种情况下一般只能出现两种结果:要么是一本糟烂到底的书,要么就是旷世奇书。这本是后者...

--------------------------------------------------------------------------------


8. Software Engineering (软件工程)


Software Engineering (6th Edition)
http://www.china-pub.com/computers/common/info.asp?id=9837
软件工程 (第6版)

[Ian Sommerville]

Software Engineering : A Practitioner's Approach (Fifth Edition)
http://www.china-pub.com/computers/common/info.asp?id=1305
软件工程:实践者之路 (第5版)

[Roger S. Pressman]

Software Engineering : Theory and Practice (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=3513
软件工程:理论与实践 (第二版)

[Shari Lawrence Pfleeger]

据说软件工程历来有理论派(俗称学院派)和实践派之分。不管他们怎么争论的,我在 china-pub 上找到这三本比较适合做教科书的。按我的理解,面向对象和软件工程这些东西,不象 UNIX 什么的有着严格的标准,那最好的学习办法就是兼收并蓄,学习所有人的理论,在此之上逐步形成自己的理解,这才是真正的学习之道。

 

The Mythical Man-Month
http://www.china-pub.com/computers/common/info.asp?id=9537
人月神话

[Frederick Phillips Brooks]


软件工程领域一本传世之作,自第一版出世以来历经数十年而不朽。这个应该是最近重版的,增加了数篇文章,包括这些年来书中的理论在实践中的 应用以及 Brooks 的反思。不可错过。特别要说的是,任何一个写操作系统的人都应该看一看这本书。Brooks 写这本书之前参与了 IBM 的 OS/350 操作系统的设计工作。总体来说,这是一个失败的系统。作者在这本书中详细总结了他的经验,从他艰苦的经历当中得出结论并告诉人们一个操作系统不应该怎么 写。很多情况下,知道一件事不应该怎么做就等于知道了一件事应该怎么做。

 

Software Architecture : Perspectives On an Emerging Emerging Discipline
http://www.china-pub.com/computers/common/info.asp?id=3806
软件体系结构:一门初露端倪学科的展望

[Mary Shaw / David Garlan]

软件体系结构也是一门比较新兴的学科,这本书可以说是这一领域的开山之作,在讨论软件体系结构的文章中,这本书是被引用的最多的。
清华出的32开标价15元,好像人邮也出了一本16开的,不过要贵上十元左右。

--------------------------------------------------------------------------------


9. UNIX Programming (UNIX编程)


Advanced Programming in the UNIX Environment
http://www.china-pub.com/computers/common/info.asp?id=4892
UNIX 环境高级编程

[W. Richard Stevens]

Stevens 一生写了六本书(好像是),每一本都是传世经典。让我评价?还是让我跳楼先吧...买吧,反正我全买了~话说回来,搞 UNIX 的有几个不知道 Stevens(您是从火星来的吧?)?数数历史上,有几个人一辈子没有写过一篇攻击计算机的文章,去世后却有全世界的 hacker 撰文哀悼的?
中国所谓的各位 hacker 大爷们,省省吧!你以为利用已经发现的漏洞攻陷了几个计算机,你就是 hacker 了?那叫 cracker,意思是破坏者!再说,hacker 这个名字是自己给自己封的吗?所谓 hacker,是指技术圈里所有的人对于你技术的承认。哪有自己给自己封爵位的?
这本书主要是讲 UNIX 系统调用的。

 

The UNIX Programming Environment
http://www.china-pub.com/computers/common/info.asp?id=22
UNIX 编程环境

[Brianw. Kernighan]

据说比 Stevens 那本容易。我没看,反正 Stevens 的也非常容易,前提是你要有一点操作系统知识,以及一些 UNIX 使用经验(连 UNIX 都不会用学什么 UNIX 编程?)。

 

UNIX Network Programming, Volume 1 : The Sockets Networking API (Third Edition)
http://www.china-pub.com/computers/common/info.asp?id=20159
UNIX 网络编程 卷1:套接字联网API (第三版)

[W. Richard Stevens / Bill Fenner / Andrew M. Rudoff]

UNIX Network Programming Volume 2 : Interprocess Communications (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=5968
UNIX 网络编程 卷2:进程间通信 (第2版)

[W. Richard Stevens]

其实这两本书是讲网络编程的。不过鉴于针对的是 UNIX,还是放到这里。总之只要是 Stevens 的书,就没有什么好怀疑的。

 

The Art of UNIX Programming
http://www.china-pub.com/computers/common/info.asp?id=18615
UNIX 程序设计艺术

[Eric Raymond]

本书是作者封笔30年后历时5年创作而成,是一部难得的软件工程方面的佳作 作者首次将哲学、设计模式、工具、文化和传统结合在一起,使得UNIX成为世界上最好且最具创新意义的软件,并展示了如何将其拓展到Linux和当今的开 源(open-source)运动中:通过取自最主要的开源项目中的示例,作者向UNIX和Linux编程人员展示了如何更巧妙地创建软件,使其更雅致、 更灵巧、更具可重用性且具有更长的生命期。

--------------------------------------------------------------------------------


9. UNIX Administration (UNIX系统管理)


UNIX System Administration Handbook (Third Edition)
http://www.china-pub.com/computers/common/info.asp?id=5623
UNIX系统管理技术手册 (第三版)

[Evi Nemeth / Garth Snyder]

Linux Administration Handbook
http://www.china-pub.com/computers/common/info.asp?id=15886
Linux系统管理技术手册

[Evi Nemeth / Garth Snyder / Trent R.Hein]

据说这两本书,前一本的第一版由 UNIX 之父 Dennis Ritchie 作序,第三版和后一本由 Linux 之父 Linus Torvalds 作序。这这这...还让我说什么好呢???

 

UNIX Unleashed (Fourth Edition)
http://www.china-pub.com/computers/common/info.asp?id=7788
UNIX 技术内幕 (第四版)

[Robin Anderson / Andy Johnston ...]

本书是由十几位经验丰富的系统管理员编写的,内容涉及系统管理的方方面面,包括如何构建自己的网络入侵侦测系统、身份验证、加密技术、安全及Web服务的建立和维护等。通过阅读本书,能让一名普通的UNIX用户快速成长为一名初中级系统管理人员。也是一本很经典的书。

 

UNIX:The Textbook
http://www.china-pub.com/computers/common/info.asp?id=7128
UNIX操作系统教程

[Syed Mansoor Sarwar / Robert Koretsky / Syed Aqeel Sarwar]

我看的第一本 UNIX 教程。浅显易懂,不止告诉你如何去做,而且告诉你为什么应该这样,里面都发生了什么事情。适合初学者。

 

Unix Backup & Recovery
http://www.china-pub.com/computers/common/info.asp?id=9352
UNIX 备份与恢复

[W.Curtis Preston]

如果你不懂的备份和恢复,那你还没有资格做 UNIX 系统管理员...

--------------------------------------------------------------------------------


网络


Computer Networks (Fourth Edition)
http://www.china-pub.com/computers/common/info.asp?id=15894
计算机网络 (第4版)

[Andrew S. Tanenbaum]

Tanenbaum 的,好书呀...

 

TCP/IP Illustrated, Volume 1 : The Protocols
http://www.china-pub.com/computers/common/info.asp?id=4803
TCP/IP 详解 卷1:协议

[W. Richard Stevens]

TCP/IP Illustrated, Volume 2 : The Implementation
http://www.china-pub.com/computers/common/info.asp?id=5216
TCP/IP详解 卷2:实现

[Gary R. Wright / W. Richard Stevens]

TCP/IP Illstrated, Volume 3 : TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols
http://www.china-pub.com/computers/common/info.asp?id=5066
TCP/IP详解 卷3:TCP事务协议、HTTP、NNTP和UNIX域协议

[W. Richard Stevens]

讲解 TCP/IP 协议的书有两套经典的,这一套是 Stevens 的。既然是 Stevens 的,那还有什么好犹豫的,想学就买。要注意的是,第二卷是讲 4.4BSD 的 TCP/IP 实现的,看清楚了是实现哦,很变态的。

 

Internetworking with TCP/IP Vol I : Principles, Protocols, and Architecture (Third Edition)
http://www.china-pub.com/computers/common/info.asp?id=4087
TCP/IP 网络互连技术 卷1:原理、协议和体系结构 (第3版)

[Douglas E. Comer]

Internetworking with TCP/IP Vol II : Design, Implementation, and Internals (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=4088
TCP/IP 网络互连技术 卷2:设计与实现 (第2版)

[Douglas E. Comer / David L. Stevens]

Internetworking with TCP/IP Vol III : Client-Server Programming and Applications, BSD Socket Version (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=4089
TCP/IP 网络互连技术 卷3:客户服务器编程和应用BSD套接字版 (第2版)

[Douglas E. Comer / David L. Stevens]

Internetworking with TCP/IP Vol III : Client-Server Programming and Applications, Windows Sockets Version
http://www.china-pub.com/computers/common/info.asp?id=4090
TCP/IP 网络互连技术 卷3:客户服务器编程和应用Windows套接字版

[Douglas E. Comer / David L. Stevens]

另外一套很经典的讲 TCP/IP 协议的书,道格拉斯写的,只要有时间就应该看。据说这套书出新版了,大家买之前多观察观察。

--------------------------------------------------------------------------------


Windows Programming (Windows 编程)
虽说我已经暂时不再研究 Windows 下的程序设计了,但我对此还是比较了解的。下面这几本书都是无可置疑的经典之作。


Inside Microsoft Windows 2000 (Third Edition)
http://www.china-pub.com/computers/common/info.asp?id=7737
Microsoft Windows 2000 技术内幕 (第3版)

[David A.solomon Mark E.Russinovich]

准确的说,这本书不是讲程序设计的,而是讲 Windows 操作系统的。但是显然的,如果你不了解 Windows,那么当你的程序写到一定程度时,你一定会碰到不可逾越的障碍。

 

Programming Windows (Fifth Edition)
http://www.china-pub.com/computers/common/info.asp?id=2700
Windows 编程 (第5版)

[Charles Petzold]

曾经的 Windows 程序设计圣经(又来一个圣经?)。虽说近些年来 MFC 这些东西的应用让这本书不再像以前那么光彩照人,但如果你打算一探 MFC 的本质的话,这本书就是你的稻草~

 

Programming Applications for Microsoft Windows
http://www.china-pub.com/computers/common/info.asp?id=10952
Microsoft Windows应用程序设计

[Jeffrey Richter]

和 Petzold 那本一样经典。只不过这本侧重点不同,主要涉及 Windows 下的进程、线程等等比较深层次的东西。

 

Programming with Microsoft Visual C++ .NET (Sixth Edition)
http://www.china-pub.com/computers/common/info.asp?id=8805
Visual C++.NET 技术内幕 (第6版)

[George Shepherd / David Kruglinski]

微软出版的讲 MFC 的书,前身是 Inside Microsoft Visual C++ (这个都该知道吧)。第四版出版以后,原作者在一次滑翔伞事故中去世,这是别人接着出的。

 

Dissecting MFC
http://www.china-pub.com/computers/common/info.asp?id=3565
深入浅出MFC

[侯捷]

非常好的一本书,把 MFC 剖开来,看看里面是如何工作的。虽说现代的软件工程思想是封装和隐藏,但大部分情况下如果你知道里面是什么样的话,你可以让它工作得更好。

--------------------------------------------------------------------------------


Other (其它)


Computer Systems : A programmer' s Perspective
http://www.china-pub.com/computers/common/info.asp?id=18384
计算机系统

[Randal E. Bryant / David R. O'Hallaron]

本书主要介绍了计算机系统的基本概念,包括最底层的内存中的数据表示、流水线指令的构成、虚拟存储器、编译系统、动态加载库,以及用户应用等。书中 提供了大量实际操作,可以帮助读者更好地理解程序执行的方式,改进程序的执行效率。此书以程序员的视角全面讲解了计算机系统,深入浅出地介绍了处理器、编 译器、操作系统和网络环境,是这一领域的权威之作。 本书适合作为计算机及相关专业的本科生教材,同时也适用于编程人员参考阅读。
aya极力推荐的书。

 

Pattern Classification (Second Edition)
http://www.china-pub.com/computers/common/info.asp?id=17198
模式分类 (第2版)

[Richard O. Duda / Peter E. Hart / David G. Stork]

本书的第1版是模式识别领域的奠基性著作。而今,Stork博士又从近年这一领域的最新成果中精选出重要的内容,对模式识别领域的发展进行了新的总 结,并指明了对未来30年至关重要的问题。本书简明易读,新增的图表使得许多统计和数学题材非常生动,最终以完美和谐的形式,引导读者深入各种新的主题。

 

An Introduction to Database Systems (Seventh Edition)
http://www.china-pub.com/computers/common/info.asp?id=693
数据库系统导论 (第7版)

[C. J.Date]

我看过的离散数学等好几本书上都引用了这本书的内容,其影响可见一斑。非常好的书,适合入门。不知道为什么 china-pub 上面没有影印的,我在学府都买到了。

 

Database System Concepts (Fourth Edition)
http://www.china-pub.com/computers/common/info.asp?id=6436
数据库系统概念 (第四版)

[Abraham Silberschat / Henry F.Korth / S.Sudarshan]

除了 Operating System Concepts,Silberschat 另外一本非常出名的书就是这个了。没看过,大家看着办吧。

Avatar_small
星海 说:
2011年3月17日 15:18

我擦。。。。。。。。。。
这么多

Avatar_small
Mike 说:
2020年4月23日 06:07

Very helpful blog post! There is a great deal of information here that can assist any organisation get started with an effective social networking campaign. Funny Wifi Names 2020

Avatar_small
Matt 说:
2020年4月28日 05:26

I examine your blog every day as well as try to learn something from your blog site. Thank you as well as waiting for your new post.

Avatar_small
Ric Thomas 说:
2020年5月01日 09:13

Positive site, where did u create the details on this publishing? I have checked out a few of the write-ups on your web site currently, and I really like your design. Thanks a million as well as please keep up the effective work.  kbc winner

Avatar_small
Ric Thomas 说:
2020年5月02日 05:30

You got a wonderful blog.
I will certainly have an interest in even more comparable topics.
I see you obtained really extremely valuable topics,
I will certainly be constantly checking your blog site thanks.  jio lottery winner,kbc lottery

Avatar_small
Ric Thomas 说:
2020年5月02日 20:28

You actually make it look so easy with your efficiency but I find this matter to be in fact something which I believe I would never ever comprehend.
It appears very broad as well as well challenging for me. I'm expecting your following message,
I'll attempt to master it! kbc lottery

Avatar_small
Ric Thomas 说:
2020年5月08日 14:23

Pretty wonderful article. I just stumbled upon your weblog and also wished to claim that I have actually truly taken pleasure in browsing your post. I'll be subscribing to your feed and also I wish you write once more quickly! kbc head office number

Avatar_small
Ric Thomas 说:
2020年5月08日 15:36

Hi there, I discovered your site by means of Google while looking for a related subject, your site showed up, it looks excellent. I have actually bookmarked it in my google book markings. kbc winner

Avatar_small
Ric Thomas 说:
2020年5月08日 15:37

I check out a great deal of blog articles,
but I never ever listened to a subject l   kbc lottery winner

Avatar_small
Ric Thomas 说:
2020年5月08日 16:06

Extremely great blog site and posts. I am truly very delighted to see your blog site. Now I am found which I actually want. I inspect your blog daily as well as attempt to find out something from your blog site. Thank you and also awaiting your brand-new blog post. kbc lottery

Avatar_small
Ric Thomas 说:
2020年5月11日 23:21

I obtained way too much fascinating things on your blog. I think I am not the just one having all the pleasure right here! Maintain up the good work. kbc

Avatar_small
Ric Thomas 说:
2020年5月11日 23:55

Believe it or otherwise, it is the kind of info I've long been looking for. It matches my requirements a great deal. Thank you for creating this details. kbc registration

Avatar_small
Ric Thomas 说:
2020年5月11日 23:55

I check out a whole lot of blog posts, however I never ever heard a topic like this. I Love this topic you made regarding the blog owner's container checklist. kbc lottery

Avatar_small
Andrew Strauch 说:
2020年5月23日 09:46

These specific papers fabulous, and also My spouse and I delight in each of the carry out that you have put right into this. I'm certain that you will certainly be making an actually valuable location. I have actually been in addition happy. Good carry out! kbc winner list

Avatar_small
Andrew Strauch 说:
2020年5月23日 09:58

I review a lot of blog posts, yet I never listened to a subject like this. I Love this subject you made concerning the blogger's pail listing. kbc lottery winner

Avatar_small
Andrew Strauch 说:
2020年5月23日 10:31

Sensational post. This isn't normally a horrendous post and also gives complete info. I like to check this message considering I met such a lot of brand-new authentic elements concerning it actually. Many thanks, lots. I bookmark your web log in light of I found dumbfounding details on your weblog, Thanks for sharing. kbc contact number

Avatar_small
Andrew Strauch 说:
2020年5月23日 10:43

Favorable site, where did u create the details on this posting? I have actually checked out a few of the write-ups on your site now, and also I truly like your style. Thanks a million as well as please maintain the efficient work. kbc lottery winner

Avatar_small
Andrew Strauch 说:
2020年5月23日 11:11

Really good write-up, I enjoyed reviewing your blog post, extremely great share, I wish to twit this to my fans. Thanks! kbc lottery

Avatar_small
Andrew Strauch 说:
2020年5月25日 14:48

Very great blog site as well as posts. I am truly very pleased to see your blog site.
Now I am located which I really want.  best free email marketing

Avatar_small
Andrew Strauch 说:
2020年5月28日 12:10

Positive website, where did u create the details on this publishing? I have actually read a few of the write-ups on your website now, and I actually like your design. Many thanks a million and please keep up the efficient job. jio lottery 2020

Avatar_small
Andrew Strauch 说:
2020年5月28日 12:16

Your job is truly valued round the globe and also the clock. It is a useful and also unbelievably thorough blog. kbc winner 2020

Avatar_small
Andrew Strauch 说:
2020年6月05日 06:51

Favorable site, where did u think of the details on this posting? I have checked out a few of the posts on your internet site currently, and also I really like your design. Thanks a million as well as please maintain the effective work. kbc winner list

Avatar_small
Andrew Strauch 说:
2020年6月05日 07:53

Great Article it's really informative and also innovative maintain us posted with brand-new updates. its was really valuable. many thanks a lot. kbc lottery winner

Avatar_small
Andrew Strauch 说:
2020年6月05日 10:14

I'm sure that you will certainly be making a really useful place. Great carry out! kbc contact number

Avatar_small
Andrew Strauch 说:
2020年6月05日 10:28

This is an incredible blog post I have seen due to the fact that of the deal it. It is actually what I anticipated to see rely on the future you will continue in sharing such a wonderful blog post. kbc lottery winner

Avatar_small
Andrew Strauch 说:
2020年6月05日 11:23

Normal sees provided below are the simplest method to value your energy, which is why I am going to the internet site every day, looking for brand-new, interesting information. Thank you! kbc lottery

Avatar_small
Andrew Strauch 说:
2020年6月05日 11:26

Superb post. I was always inspecting this blog, as well as I'm pleased! Incredibly useful info specifically the last part, I take care of such info a great deal. I was exploring this certain information for a lengthy time. Thanks to this blog site my expedition has ended. kbc winner 2021

Avatar_small
Andrew Strauch 说:
2020年6月05日 11:28

No question this is an excellent message I got a great deal of expertise after checking out best of luck. The style of the blog is superb there is nearly everything to read, Brilliant article. jio lottery 2021

Avatar_small
Andrew Strauch 说:
2020年6月07日 06:57

Fabulous article, you have represented out some great points, I similarly think this s an extremely terrific site. I will go to once again for more quality material and additionally, suggest this website to all. Thanks. dog training collar

Avatar_small
Andrew Strauch 说:
2020年6月12日 10:48

Fabulous message, you have represented out some fantastic points, I furthermore assume this s a really wonderful site. I will see once more for even more top quality web content and also, suggest this website to all. Many thanks. kbc lottery 2021

Avatar_small
Andrew Strauch 说:
2020年6月12日 11:34

Because of the offer it, this is a wonderful article I have seen. It is actually what I expected to see count on the future you will proceed in sharing such a mind-blowing message. kbc head office number

Avatar_small
Andrew Strauch 说:
2020年6月12日 11:55

I inspect your blog site every day and try to discover something from your blog site. Thank you as well as waiting for your brand-new blog post. jio lottery winner

Avatar_small
Andrew Strauch 说:
2020年6月12日 13:22

Superb article. I was constantly checking this blog, and I'm impressed! Incredibly beneficial info specially the last part, I take care of such information a whole lot. I was exploring this certain details for a long period of time. Many thanks to this blog site my expedition has finished. kbc lottery winner 2021

Avatar_small
Andrew Strauch 说:
2020年6月12日 13:24

No question this is an outstanding message I obtained a great deal of understanding after reading best of luck. The motif of the blog is outstanding there is nearly every little thing to review, Brilliant post. kbc lucky draw 2021

Avatar_small
Andrew Strauch 说:
2020年6月12日 14:01

Fantastic task here on. I review a great deal of blog articles, yet I never ever heard a subject such as this. I Love this topic you made about the blog owner's container listing. Extremely clever. kbc winner list

Avatar_small
Andrew Strauch 说:
2020年6月12日 14:04

Superior blog post, stay on par with this extraordinary work. It's great to recognize that this topic is being also covered on this internet site so cheers for making the effort to discuss this! Many thanks time and again! kbc head office number

Avatar_small
Andrew Strauch 说:
2020年6月15日 06:25

I value this write-up for the well-researched material and also exceptional wording. I got so curious about this product that I could not stop reading. Your blog is truly outstanding. כנסו לאתר

Avatar_small
Andrew Strauch 说:
2020年7月06日 18:53

Many thanks for sharing wonderful information with us. I like your blog post and also all you show to us is up to day and fairly useful, I would certainly such as to bookmark the web page so I can come below once again to read you, as you have done a remarkable task. מהאתר

Avatar_small
Andrew Strauch 说:
2020年7月10日 05:13

I'm certain that you will be making a truly beneficial place. Good perform! kbc lucky draw 2021

Avatar_small
Andrew Strauch 说:
2020年7月10日 05:16

You really make it look so easy with your performance however I discover this matter to be in fact something which I think I would certainly never ever understand. It appears incredibly broad and also as well complicated for me. I'm expecting your following post, I'll try to obtain the hang of it! kbc lottery winner 2021

Avatar_small
Andrew Strauch 说:
2020年7月11日 04:48

I really took pleasure in reading this article, big follower. Maintain the great as well as please inform me when can you publish more articles or where can I read a lot more on the subject? kbc winner list

Avatar_small
Andrew Strauch 说:
2020年7月11日 04:48

Routine sees provided here are the easiest approach to value your energy, which is why I am mosting likely to the web site on a daily basis, looking for new, fascinating details. Thank you! kbc official website

Avatar_small
Andrew Strauch 说:
2020年7月15日 07:04

I can not wait to dig deep and also kickoff utilizing resources that I got from you. Your pep is refreshing. kbc lottery winners

Avatar_small
Andrew Strauch 说:
2020年7月16日 04:17

Believe it or otherwise, it is the sort of info I've long been searching for. It matches my needs a whole lot. Thank you for composing this details. kaun banega crorepati lottery check

Avatar_small
Andrew Strauch 说:
2020年7月16日 05:20

Great article but I was wondering if you could compose a little a lot more on this topic? I would certainly be really happy if you might specify a bit further. Appreciate it! 网课代写

Avatar_small
Andrew Strauch 说:
2020年7月16日 05:23

These specific documents fabulous, as well as My partner and also I delight in each of the do that you have actually positioned into this. I'm sure that you will be making an actually beneficial location. I have actually been in addition delighted. Great do! paragonpoker

Avatar_small
Andrew Strauch 说:
2020年7月16日 19:11

Hi there, I located your web site via Google while looking for a related topic, your web site came up, it looks fantastic. I have bookmarked it in my google book markings. kbc whatsapp number

Avatar_small
Andrew Strauch 说:
2020年7月17日 19:02

It is genuinely a well-researched material and superb phrasing. I got so involved in this product that I couldn't wait to read. I am impressed with your job as well as ability. Thanks. kbc lottery check up

Avatar_small
Andrew Strauch 说:
2020年7月19日 06:12

These particular documents incredible, as well as My partner as well as I delight in each of the carry out that you have put right into this. I'm certain that you will certainly be making a really useful area. I have actually been additionally happy. Great execute! Hppoker

Avatar_small
Andrew Strauch 说:
2020年7月19日 06:14

You in fact make it look so easy with your performance however I discover this issue to be in fact something which I believe I would certainly never understand. It seems incredibly broad and also challenging for me. I'm looking ahead to your next article, I'll try to get the hang of it! mybestpoker

Avatar_small
Andrew Strauch 说:
2020年7月19日 06:16

Very wonderful article, I took pleasure in reading your post, really wonderful share, I intend to twit this to my fans. Thanks! Lexispoker

Avatar_small
Andrew Strauch 说:
2020年7月21日 06:10

I can not wait to dig deep as well as kickoff making use of sources that I received from you. Your spirit is rejuvenating. Judi Slot Online

Avatar_small
Andrew Strauch 说:
2020年7月26日 05:33

I'm sure that you will certainly be making a truly beneficial location. Excellent do! Jio 25 Lakh Lottery Winner List

Avatar_small
Andrew Strauch 说:
2020年7月26日 05:41

You in fact make it look so easy with your efficiency but I locate this matter to be actually something which I assume I would certainly never comprehend. It appears incredibly wide and also challenging for me. I'm looking forward to your following blog post, I'll attempt to get the hang of it! kbc prize winner file

Avatar_small
Andrew Strauch 说:
2020年7月26日 05:41

Keep up the great; I review a couple of messages on this web site, including I think about that your blog site is remarkable as well as has collections of fantastic item of info. Many thanks for your important efforts. dndpoker

Avatar_small
Andrew Strauch 说:
2020年7月27日 05:27

Actually pleased! Whatever is very open and also really clear explanation of problems. It contains true facts. Your website is extremely beneficial. Many thanks for sharing. kbc jio lottery winner

Avatar_small
Andrew Strauch 说:
2020年7月27日 05:27

I want you to give thanks to for your time of this terrific read!!! I definitely take pleasure in every little of it and also I have you bookmarked to have a look at brand-new stuff of your blog site a must-read blog! kbc new year lucky draw 2020

Avatar_small
Andrew Strauch 说:
2020年8月08日 22:49

I actually like your composing style, great info, thankyou for uploading. 먹튀검증사이트

Avatar_small
Andrew Strauch 说:
2020年8月08日 22:50

Exceptional web site! I adore exactly how it is easy on my eyes it is. I am examining exactly how I may be informed whenever a brand-new post has actually been made. Seeking even more brand-new updates. Have a great day! 먹튀커머스

Avatar_small
Andrew Strauch 说:
2020年8月12日 16:38

Fabulous article, you have actually represented out some wonderful points, I similarly assume this s a really remarkable internet site. I will certainly visit once more for more high quality material and additionally, advise this website to all. Many thanks. แทงบอลออนไลน์

Avatar_small
Andrew Strauch 说:
2020年9月10日 22:09

I truly appreciated analysis this article, huge follower. Maintain up the great and also please tell me when can you release a lot more articles or where can I review a lot more on the subject? บุหรี่ไฟฟ้า

Avatar_small
Andrew Strauch 说:
2020年9月24日 03:46

Superior blog post, stay on top of this remarkable job. It's nice to know that this topic is being also covered on this internet site so joys for making the effort to discuss this! Thanks time and again! QR Code Generator

Avatar_small
Andrew Strauch 说:
2020年10月27日 06:27

This article was composed by a genuine reasoning writer undoubtedly. I concur on much of them with the solid factors made by the author. I'll be back day in as well as day for further brand-new updates. radio app

Avatar_small
Andrew Strauch 说:
2020年11月09日 22:30

Fantastic job right here on. I read a whole lot of article, yet I never listened to a subject such as this. I Love this subject you made concerning the blog writer's container listing. Really resourceful. 卡式台胞證

Avatar_small
Andrew Strauch 说:
2020年11月11日 10:38

Fabulous message, you have represented out some wonderful points, I also believe this s a very terrific site. I will go to once more for more high quality web content and additionally, suggest this site to all. Thanks. 臺胞證

Avatar_small
Andrew Strauch 说:
2021年1月19日 06:20

Fabulous blog post, you have actually signified out some fantastic factors, I furthermore assume this s a very terrific web site. I will certainly go to once more for more quality web content as well as likewise, recommend this site to all. Many thanks. notes

Avatar_small
Andrew Strauch 说:
2021年4月09日 13:47

This write-up was composed by an actual reasoning writer undoubtedly. I settle on a number of them with the solid points made by the author. I'll be back day in and also day for more new updates. framing a basement

Avatar_small
Andrew Strauch 说:
2021年5月09日 02:57

The very best short article I encountered a number of years, compose something about it on this page. Relx

Avatar_small
Andrew Strauch 说:
2021年6月24日 04:46

Wonderful job below on. I check out a great deal of post, however I never ever heard a subject such as this. I Love this subject you made concerning the blogger's pail checklist. Extremely clever. Tech Politics Economy Latest News https://eprimefeed.com/ الإخبارية Life-Style News Fashion News Movie News Sports News

Avatar_small
Andrew Strauch 说:
2021年12月08日 07:38

First You obtained a terrific blog. I will certainly have an interest in even more similar subjects. I see you obtained actually extremely beneficial topics, i will be constantly examining your blog site many thanks. joker123 online

Avatar_small
Andrew Strauch 说:
2021年12月14日 05:54

Exceptional post. I was constantly checking this blog site, as well as I'm pleased! Exceptionally helpful information particularly the last part, I care for such details a lot. I was discovering this certain details for a long period of time. Many thanks to this blog my expedition has actually finished. Normanton Park

Avatar_small
joker123 说:
2021年12月31日 18:53

Selected 3 ideas in this article are undeniably the finest we have all had.

Avatar_small
Andrew Strauch 说:
2022年6月18日 09:40 I want you to give thanks to for your time of this terrific read!!! I certainly enjoy every bit of it and I have you bookmarked to look into new stuff of your blog site a must-read blog! resume builder

登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter