zoukankan      html  css  js  c++  java
  • 计算机书单

    1. Code: The Hidden Language of Computer Hardware and Software (《编码的奥秘》)
    2. Computer System: A Programmer’s Approach (《深入理解计算机系统》)
    3. Code Complete 2(《代码大全》)
    4. The Structure and Interpretation of Computer Programs (《计算机程序的构造和解释》)
    5. Computer Architecture: A Quantitative Approach
    6. Linkers and Loaders
    7. Compilers (龙书)
    8. TAOCP (不解释)
    9. 《程序员的自我修养》
    10. 《编程之美》
    11. Introduction to Algorithms (《算法导论》)
    12. Algorithms (by Sanjoy Dasgupta, Christos Papadimitriou and Umesh Vazirani) 
    13. Algorithm Design
    14. Data Structure and Algorithms
    15. 深入理解LINUX内核
    16. UNIX编程艺术
    17. The Design of the UNIX Operating System
    18. Windows核心编程
    19. 深入解析Windows操作系统
    20. Windows via C/C++ (《Windows核心编程》
    21. 代码优化:有效使用内存
    22. Lua程序设计
    23. The C Programming Language
    24. C专家编程
    25. C陷阱与缺陷
    26. C语言接口与实现
    27. The C++ Programming Language
    28. Programming: Principles and Practice Using C++
    29. Accelerated C++
    30. C++编程思想
    31. Effective C++
    32. 深度探索C++对象模型
    33. C++语言的设计和演化
    34. The Pragmatic Programmer (《程序员修炼之道》,我也把这本书称为《代码小全》)
    35. Programming Pearls (《编程珠玑》)
    36. Clean Code
    37. Design Patterns (《设计模式》)
    38. Implementation Patterns
    39. Refactoring (《重构》)
    40. Agile Software Development, Principles, Patterns, and Practices
    41. TCP/IP 详解
    42. COM本质论
    43. 软件随想录
    44. 黑客与画家
    45. 重来
    46. 编程人生
    47. The Mythical Man-Month (《人月神话》)
    48. Flow
    49. Outliers (why hard work and luck are both important)
  • 相关阅读:
    【洛谷】P1303 A*B Problem(高精度乘法模板)
    快速幂
    【洛谷】P1601 A+B Problem 高精(高精度加法模板)
    进制转换
    【洛谷】P1551 亲戚(并查集模板)
    求最大公约数的两种方法
    快速排序
    异或交换两个数
    数字字符串互相转换的三种方法
    Hello world(我来啦)
  • 原文地址:https://www.cnblogs.com/timlong/p/3901705.html
Copyright © 2011-2022 走看看