[BOOKS] add more books (#191)

[BOOKS] add more books
This commit is contained in:
flyingpig 2022-07-26 10:02:38 +08:00 committed by GitHub
commit 9dd93f8e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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