- Most Cited Computer Science Citations(前 100 名)
- 算法导论(Introduction to Algorithms)排名第六;
- 人工智能:一种现代方法(Artificial Intelligence: A modern approach)排名 25;
1. 计算机系统和体系结构
- Computer Architecture - A Quantitative Approach,中文翻译为《计算机系统结构 - 量化研究方法》
- cutting-edge case study
- Computer Systems:A Programmer’s perspective(CSAPP),中文翻译为《深入理解计算机系统》
- Chapter 3: Machine-Level Representation of Programs,会涉及内存管理(内存管理结合《老马识途》《程序员的自我修养》)的内容;
- Computer Organization and Design;
- The Elements of Computer Systems: Building a Modern Computer from First Principles
- 计算机系统要素 —— 从零开始构建现代计算机
- 随书网站:https://www.nand2tetris.org/
2. Unix、Linux
- Understanding Unix/Linux programming(UULP),中文翻译为:Unix/Linux编程实践教程
- 非常适合初学者;
- Advanced Programming in the UNIX® Environment(APUE):UNIX 环境高级编程
3. 计算机数学
- 具体数学
4. 算法分析
- 算法导论;
- 计算机程序设计艺术;
5. 模式识别与机器学习
- Pattern Recognition & Machine Learning
- machine learning a probabilistic perspective
- the elements of statistical learning
6. 通信与网络
- 信息论基础: Thomas M.Cover / Joy A.Thomas