commit
9dd93f8e0a
|
|
@ -105,6 +105,7 @@
|
|||
|
||||
- 设计模式: 可复用面向对象软件的基础(Gang of Four)
|
||||
- 大话设计模式 by 程杰
|
||||
- [Head First 设计模式](https://awesome-programming-books.github.io/design-pattern/HeadFirst%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F.pdf) (比较简单易懂,适合面向对象设计模式的入门)
|
||||
|
||||
## C/C++
|
||||
|
||||
|
|
@ -118,6 +119,14 @@
|
|||
- Effective STL
|
||||
- Effective Modern C++
|
||||
|
||||
## 计算机视觉
|
||||
|
||||
- Multiple View Geometry in Computer Vision
|
||||
|
||||
## 机器人
|
||||
|
||||
- Probabilistic Robotics(中文:概率机器人,机器人行业圣经)
|
||||
|
||||
## 面试
|
||||
|
||||
- Cracking The Coding Interview
|
||||
|
|
|
|||
Loading…
Reference in New Issue