标签:
计算机书单
· 基础:
《深入理解计算机系统》,对应的英文版是《Computer Systems: A Programmer‘s Perspective》
· 语言:
《Effective C++》, 《More Effective C++》
《C 专家编程》
《Thinking in Java》
· Android系统:
《深入理解Android系统》,邓平凡
《Android情景分析》,老罗
· 操作系统:
《Linux内核设计与实现》,对应的英文版是《Linux Kernel Development》
《30天自制操作系统》
《深入理解Linux内核》,对应的英文版是《Understanding the Linux Kernel》
《Linux内核源代码情景分析》I,II
· 编译原理:
《Compilers: Principles,Techniques,and Tools》 龙书
《Modern Compiler Implementation in C》 虎书
《Advanced Compiler Design and Implementation》 鲸书
· 设备驱动:
《Linux 设备驱动开发》,宋老师的书
· 设计模式:
《Design Pattern》,Gang of Four
《Head First in Design Patten》
To Be Continue ......
标签:
原文地址:http://www.cnblogs.com/frustrated-wish/p/5061181.html