编程书籍收集
基础类
| 编程副本类型 | 书名 | 豆瓣链接 |
|---|---|---|
| 程序数学思维 | 程序员的数学 | https://book.douban.com/subject/19949020/ |
| 非计组课,讲程序范式,程序目的 | 程序是怎样跑起来的 | https://book.douban.com/subject/26365491/ |
| 不难懂的数据结构教程 | 大话数据结构 | https://book.douban.com/subject/6424904/ |
| 编程习惯风格 | 代码整洁之道 | https://book.douban.com/subject/4199741/ |
| 软件工程化基础 | 代码大全 | https://book.douban.com/subject/1951158/ |
| 互联网的基石 | 图解HTTP | https://book.douban.com/subject/26365491/ |
| 没被正则虐过的不是好程序员 | 正则表达式经典实例 | https://book.douban.com/subject/4872186/ |
| FP编程基础 | Haskell函数式编程基础 | https://book.douban.com/subject/25702414/ |
本源类
| 编程副本类型 | 书名 | 豆瓣链接 |
|---|---|---|
| 编程本源基础 | 集异璧-GEB | https://book.douban.com/subject/1291204/ |
| 编程语言基础 | 计算机程序的构造和解释 | https://book.douban.com/subject/1148282/ |
| OO编程根源 | 设计模式-可复用面向对象软件的基础 | https://book.douban.com/subject/1099305/ |
享有简写的优质书籍
| 简写 | 书名 | 豆瓣链接 |
|---|---|---|
| CLRS | Introduction to Algorithms 算法导论 | https://book.douban.com/subject/20432061/ |
| CSAPP | Computer Systems: A Programmer’s Perspective 深入理解计算机系统 | https://book.douban.com/subject/26912767/ |
| SICP | Structure and Interpretation of Computer Programs 计算机程序的构造和解释 | https://book.douban.com/subject/1148282/ |
| DDIA | Designing Data-Intensive Applications 数据密集型应用系统设计 | https://book.douban.com/subject/30329536/ |
cheat sheet 在线秘籍书籍
githuh 各种秘籍,支持多国语言