• CLRS
    • 算法导论,Introduction to Algorithms
  • CSAPP
    • 深入理解计算机系统,Computer Systems: A Programmer’s Perspective
  • CN
    • 《计算机网络:自顶向下方法》,Computer Networking: A Top-Down Approach
  • SICP
    • 计算机程序的构造和解释,Structure and Interpretation of Computer Programs
  • TAOCP
    • 计算机程序设计艺术,The Art of Computer Programming
  • CAAQA
    • 《计算机体系结构:量化研究方法》,Computer Architecture: A Quantitative Approach
  • MOS
    • 现代操作系统,Moderm Operating System
  • TCPL
    • C程序语言设计,The C Programming Language
  • CPPP
    • C++ Primer Plus
  • GOF
    • 设计模式,Design Patterns: Elements of Reusable Object-Oriented Software
  • DBSC
    • 数据库系统概念,Database System Concepts
  • 编译原理
    • 龙书(Dragon book)
      • 编译原理,Compilers: Principles, Techniques, and Tools
    • 鲸书(Whale book)
      • 高级编译原理,Advanced Compiler Design and Implementation
    • 虎书(Tiger book)
      • 编译原理实现,Modern Compiler Implementation in Java/C++/ML
  • AIMA
    • 《人工智能:一种现代方法》,Artificial Intelligence: A Modern approach
  • PRML
    • 模式识别与机器学习,Pattern Recognition and Machine Learning
  • Deep Learning