新叶的书单

计算机系统/计算机体系结构:
Computer Systems:A Programmer's Perspective(《深入理解计算机系统》)

数据结构与算法:
Introduction to Algorithms(《算法导论》)
Programming Pearls(《编程珠玑》)
Beauty of Programming(《编程之美》)

操作系统:
Advanced Programming in the Unix Environment(《Unix环境高级编程》)
Windows via C/C++(《Windows核心编程》)
Understanding the Linux Kernel(《深入理解LINUX内核》)

网络通信:
Unix Network Programming Volumn 1:The Sockets Networking API,3rd Edition(《UNIX网络编程(卷1):套接字联网API(第3版)》)
Unix Network Programming Volumn 2:Interprocess Communications,2nd Edition(《UNIX网络编程.卷2:进程间通信(第2版)》)
TCP/IP Illustrated(TCP/IP详解 卷1、卷2、卷3)

编程语言:
The C Programming Language, 2nd Edtion(《C程序设计语言》)
C Traps and Pitfalls(《C陷阱与缺陷》)
The C++ Programming Language
Ruminations on C++(《C++ 沉思录》)
Effective C++
More Effective C++
高质量C++编程指南
The Annotated C++ Reference Mannual
Inside the C++ Object Model
The Design and Evolution of C++

系统架构/软件工程:
The Pragmatic Programmer(《程序员修炼之道》)
C++ Coding Standard - 101 Rules, Guidelines, and Best Practices(《C++编程规范:101条规则、准则与最佳实践》)
Code Complete,2nd Edition(《代码大全 第2版》)
The Art of Unix Programming(《UNIX编程艺术》)
Design Patterns:Elements of Reusable Object-Oriented Software(《设计模式——可复用面向对象软件的基础》)
Refectoring:Improving the Design of Existing Code(《重构——改善既有代码的设计》)

TOBECONTINUE...

你可能感兴趣的:(书)