#计算机专业书籍
###编程
- C
- C++ 10. C++ Primer Plus(中文版第5版) 11. Effective C++(中文版第3版) 12. The C++ Programming Language(3rd Edition) 13. STL源码剖析(侯捷译) 14. 深度探索C++对象模型
- Linux 20. UNIX环境高级编程(中文第2版) 20. The Linux Programming Interface
- 脚本 21. Python 核心编程(中文第2版) 22. How to Think Like a Computer Scientist--Learinig with Python 31. ANSI Common Lisp(中文版) 32. 高级Bash脚本编程指南
- 调试 50. Debug.Hacks 深入调试的技术和工具 51. [程序员的自我修养—链接、装载与库]
###算法
- 算法导论(中文第2版)
- 算法心得:高效算法的奥秘(中文第2版)
- 数据结构与算法分析——C语言描述(中文第2版)
- Data Structures and Algorithm Analysis in C
- Algorithms on Strings, Trees and Sequences
- The Algorithm Design Manual(2nd Edition)
- Hacker's Delight(2nd Edition)
###操作系统
- Operating Systems:Internals and Design Principles(7th Edition)
- The Design of the Unix Operating System
- UNIX 操作系统设计(中文版)
- Linux内核设计与实现(中文第3版)
- Linux Kernel Development(3rd Edition)
- Linux内核源代码情景分析
- 深入理解linux内核(中文第三版)
- Linux内核编程
- The Linux Kernel Module Programming Guide
###网络协议
###其它
###链接