From ae554df1477c69a4668729758605a183eb052277 Mon Sep 17 00:00:00 2001 From: zxy9815 Date: Mon, 25 Jul 2022 15:47:57 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/好书推荐.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index b63df1e3..218d413a 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -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++ From 84c225014baea8d63a8ae26e84359df8d1bc78b7 Mon Sep 17 00:00:00 2001 From: zxy9815 Date: Mon, 25 Jul 2022 15:59:29 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E5=92=8C?= =?UTF-8?q?=E8=A7=86=E8=A7=89=E7=B1=BB=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/好书推荐.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index 218d413a..7b63033c 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -119,6 +119,14 @@ - Effective STL - Effective Modern C++ +## 计算机视觉 + +- Multiple View Geometry in Computer Vision + +## 机器人 + +- Probabilistic Robotics(中文:概率机器人,机器人行业圣经) + ## 面试 - Cracking The Coding Interview