boutique-books/README.md
2018-12-29 19:28:11 +08:00

107 lines
2.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# boutique-books
Some of the fine books I have read
## 索引
- [数学](#b01-数学)
- [计算机基本理论](#b02-计算机基本理论)
- [数据结构与算法](#b03-数据结构与算法)
- [图形学与可视化](#b04-图形学与可视化)
- [HTML与CSS](#b05-HTML与CSS)
- [JS与NodeJS](#b06-JS与NodeJS)
- [其他](#b07-其他)
## b01-数学
#####[《程序员的数学》](b01-数学/程序员的数学1.pdf)
``` text
【作者】:[日]结城浩 [日]平冈和幸崛玄
【简介】:用通俗易懂的语言来讲解数学知识并将其与计算机的知识相结合
【读后感】:编程的基础是计算机科学,而计算机科学的基础是数学。
```
## b02-计算机基本理论
##### [《计算机网络》](b02-计算机基本理论/计算机网络-第7版-谢希仁.pdf)
``` text
【作者】:谢希仁
【简介】:网络基本理论
【读后感】:理解网络的底层原理
```
## b03-数据结构与算法
##### [《算法图解》](b03-数据结构与算法/算法图解.pdf)
``` text
【作者】:[美] Aditya Bhargava
【简介】:图文并茂的方式讲解算法
【读后感】:掌握了常用算法的优化实现思想
```
## b04-图形学与可视化
##### [《HTML5 Canvas核心技术》](b04-图形学与可视化/HTML5Canvas核心技术-图形动画与游戏开发.pdf)
``` text
【作者】:[美] David Geary
【简介】:讲解 Canvas 的基础与应用
【读后感】:熟悉 Canvas 开发及性能优化
```
## b05-HTML与CSS
##### [《CSS世界》](b05-HTML与CSS/CSS世界-张鑫旭.pdf)
``` text
【作者】:张鑫旭
【简介】CSS流世界
【读后感】:通俗易懂,注重实践
```
##### [《CSS揭秘》](b05-HTML与CSS/CSS揭秘.pdf)
``` text
【作者】:[希] Lea Verou
【简介】CSS的一些使用技巧
【读后感】CSS的一些使用技巧
```
## b06-JS与NodeJS
#####[《深入浅出NodeJs》](b06-JS与NodeJS/深入浅出Nodejs.pdf)
``` text
【作者】:朴灵
【简介】NodeJS基础与原理
【读后感】NodeJS基础与原理
```
## b07-其他
##### [《史蒂夫乔布斯传》](b07-其他/史蒂夫乔布斯传.mobi)
``` text
【作者】沃尔特·艾萨克森Walter Isaacson
【简介】:乔布斯传记
【读后感】:乔布斯的事迹和产品理念
```