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)
  • 相关阅读:
    家庭网络拓扑架构
    网络基础概念(IP、MAC、网关、子网掩码)
    centos7搭建docker并部署lnmp (转)
    docker容器里面安装php的redis扩展
    docker 安装ps命令
    Docker Ubuntu容器安装ping
    docker 安装nginx
    CentOS7 安装特定版本的Docker
    docker 卸载旧版本
    Centos7搭建Docker部署LNMP
  • 原文地址:https://www.cnblogs.com/timlong/p/3901705.html
Copyright © 2011-2022 走看看