title | description | meta | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
云风和刘未鹏等推荐的计算机书籍 |
业内知名专家云风和刘未鹏的计算机书籍推荐,涵盖编程语言、操作系统、底层设施、设计思想和原则。 |
|
这里也分享一下其它大佬的书单,在这些书单中可以发现很多出现频率很高的书籍~
如果面试,我会挑以下的我自己读过的书,让人选择他也读过的部分,再了解他对这些书的理解。这些书其实本质上就是两类,对所面对的东西(程序语言也好,操作系统也好,底层设施也好)本身的理解程度。以及另一类:对设计思想和原则的理解:
- C++编程思想
- Effective C++
- 深度探索C++对象模型
- C++语言的设计和演化
- C专家编程
- C陷阱与缺陷
- C语言接口与实现
- Lua程序设计
- Linkers and Loaders
- COM本质论
- Windows核心编程
- 深入解析Windows操作系统
- 程序员修炼之道
- 代码大全
- UNIX编程艺术
- 设计模式
- 代码优化:有效使用内存
- 深入理解计算机系统
- 深入理解LINUX内核
- TCP/IP 详解
列一下我所认为的,面试微软前必须要读的十本书,同一条目下用“/”隔开的表示任选,当然你也可以都读了,相信我,时间是足够的。
读这些书并不意味着逐字逐句从第一页读到最后一页——当然你也可以这么做。
- Code: The Hidden Language of Computer Hardware and Software (《编码的奥秘》)
- Computer System: A Programmer’s Perspective (《深入理解计算机系统》) / Windows via C/C++ (《Windows核心编程》 / 《程序员的自我修养》
- Code Complete 2(《代码大全》)/ The Pragmatic Programmer (《程序员修炼之道》,我也把这本书称为《代码小全》)
- Programming Pearls (《编程珠玑》) / Algorithms / Algorithm Design / 《编程之美》
- The C Programming Language
- The C++ Programming Language / Programming: Principles and Practice Using C++ / Accelerated C++
- The Structure and Interpretation of Computer Programs (《计算机程序的构造和解释》)
- Clean Code / Implementation Patterns
- Design Patterns (《设计模式》) / Agile Software Development, Principles, Patterns, and Practices
- Refactoring (《重构》)
- 软件随想录
- 黑客与画家
- 重来
- UNIX编程艺术
- 编程人生
StackOverflow上有一个程序员必读书单帖子,这里仅列出top10,更多参考这里。
- Code Complete 2
- The Mythical Man-Month (《人月神话》)
- Code: The Hidden Language of Computer Hardware and Software (《编码的奥秘》)
- TAOCP (不解释)
- The Pragmatic Programmer (《程序员修炼之道》)
- Design Patterns (《设计模式》)
- The Structure and Interpretation of Computer Programs (《计算机程序的构造和解释》)
- Refactoring (《重构》)
- The C Programming Language
- Introduction to Algorithms (《算法导论》)
- Code Complete 2
- 程序员修炼之道
- 深入理解计算机系统
- 设计模式
- 重构——改善既有代码的设计
- 工程师转型:
- 快速软件开发——有效控制与完成进度计划
- 人月神话
- IT项目管理那些事儿
- 软件随想录
- 最后期限
- 走出软件作坊
- 你的灯亮着吗?——发现问题的真正所在
Algorithms (by Sanjoy Dasgupta, Christos Papadimitriou and Umesh Vazirani) Data Structure and Algorithms The C Programming Language The Design of the UNIX Operating System Compilers (龙书) Computer Architecture: A Quantitative Approach Flow Outliers (why hard work and luck are both important)
关于创新的书籍(http://book.douban.com/doulist/1253169/):
- The Myths of Innovation
- The Innovator’s Dilemma
- The Innovator’s Solution
- Crossing the Chasm
- Inside Intuit
- 盛田昭夫
- 杰克·韦尔奇自传
- 梦断代码
- Innovation
- 浪潮之巅
参考: 刘未鹏的博客:怎样花两年时间去面试一个人