From de3b21d32cc3bf44adca3e336e9a23c56e6ed8dc Mon Sep 17 00:00:00 2001 From: lmj01 Date: Wed, 17 Apr 2024 09:05:18 +0800 Subject: [PATCH] update --- books/index.md | 22 +++++++++++++++++++--- index/books.md | 37 ------------------------------------- 2 files changed, 19 insertions(+), 40 deletions(-) delete mode 100644 index/books.md diff --git a/books/index.md b/books/index.md index ce0748f..5d160a3 100644 --- a/books/index.md +++ b/books/index.md @@ -7,9 +7,15 @@ - 3 - [Effective Debugging中文翻译](https://celthi.github.io/effective-debugging-zh/) - 引言 +- 毛选,在读 +- 符号学:原理与推演,南京大学出版社,ISBN:9787305160516, 在读 ## readed - [软件设计-从专业到卓越](../books/%E8%BD%AF%E4%BB%B6%E8%AE%BE%E8%AE%A1-%E4%BB%8E%E4%B8%93%E4%B8%9A%E5%88%B0%E5%8D%93%E8%B6%8A.md) +- 计算机图形图像设计,2016,中国传媒大学出版社,已读 +- 囚徒的困境-冯·诺依曼、博弈论和原子弹之谜,已读 +- 深度探索 C++对象模型,2001, 侯捷,已读 +- 数学与泛型编程,2017,华章科技·名家金典系列,在读 ## online @@ -17,11 +23,21 @@ - [设计数据密集型应用 - 中文翻译](http://ddia.vonng.com/#/) - [github](https://github.com/Vonng/ddia) - [Introduction to Compilers and Language Design A free online textbook by Douglas Thain 编译器设计入门2021](https://www3.nd.edu/~dthain/compilerbook/) +- [Introduction to Modern Statistics (2nd Ed)现代统计学](https://openintro-ims2.netlify.app/) +- [what every programmer should know about memory](https://people.freebsd.org/~lstewart/articles/cpumemory.pdf) +- [Effective Debugging有效调试](https://celthi.github.io/effective-debugging-zh/) +- [Algorithmica is an open-access web book dedicated to the art and science of computing.](https://en.algorithmica.org/) + - [github](https://github.com/algorithmica-org/algorithmica) +- [The Software Foundations series is a broad introduction to the mathematical underpinnings of reliable software.可在线可下载,适合博士或研究资料](https://softwarefoundations.cis.upenn.edu/) -## - -## github resource +### github resource - [A collection of academic papers, articles, and other resources that I plan to read or have read. ](https://github.com/jeffrey-xiao/papers/tree/master) - [Modern Robotics: Mechanics, Planning, and Control现代机器人学:机构、规划与控制](http://hades.mech.northwestern.edu/index.php/Modern_Robotics) + +## 网上资源 +- [世界数字图书馆](https://www.wdl.org/zh/) +- [英文文学在线书库](http://www.online-literature.com/) +- [叻报是战前新加坡出版和行销最久的中文日报](http://www.lib.nus.edu.sg/lebao/index.htm) +- [在线收集的电子读物](http://www.labbookpages.co.uk/index.html) \ No newline at end of file diff --git a/index/books.md b/index/books.md deleted file mode 100644 index e2f5f68..0000000 --- a/index/books.md +++ /dev/null @@ -1,37 +0,0 @@ -# Books - -## 计算机 - -- 深度探索 C++对象模型,2001, 侯捷,已读 -- 数学与泛型编程,2017,华章科技·名家金典系列,在读 -- Bootstrap基础教程,人民邮电出版社,ISBN:9787115478276,在读 - - bootstrap4.0 -- Webpack实战:入门、进阶与调优,华章图文,ISBN:9787111626312,在读 - - 通过webpack对nodejs支持js的module理解更透彻,实践就是用到的 - -- [what every programmer should know about memory](https://people.freebsd.org/~lstewart/articles/cpumemory.pdf) -- [Effective Debugging有效调试](https://celthi.github.io/effective-debugging-zh/) -- [Algorithmica is an open-access web book dedicated to the art and science of computing.](https://en.algorithmica.org/) - - [github](https://github.com/algorithmica-org/algorithmica) - -## 数学 - -- [Introduction to Modern Statistics (2nd Ed)现代统计学](https://openintro-ims2.netlify.app/) - - -## 设计 - -- 计算机图形图像设计,2016,中国传媒大学出版社,已读 - -## 社会科学 - -- 毛选,在读 -- 符号学:原理与推演,南京大学出版社,ISBN:9787305160516, 在读 -- 囚徒的困境-冯·诺依曼、博弈论和原子弹之谜,已读 - -## 网上资源 -- [世界数字图书馆](https://www.wdl.org/zh/) -- [英文文学在线书库](http://www.online-literature.com/) -- [叻报是战前新加坡出版和行销最久的中文日报](http://www.lib.nus.edu.sg/lebao/index.htm) - -- [在线收集的电子读物](http://www.labbookpages.co.uk/index.html) \ No newline at end of file