mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 18:06:56 +08:00
add cs books
This commit is contained in:
parent
c70a33e8c8
commit
c953d144bd
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# 好书推荐
|
||||
|
||||
由于版权原因,下面列举的图书中除了开源书籍提供了链接,其他的资源请大家自行通过 [libgen](http://libgen.is/) 查找。
|
||||
由于版权原因,下面列举的图书中除了开源书籍提供了链接,其他的资源请大家自行通过 [libgen](http://libgen.is/) 或者 [z-lib](https://z-lib.org/)查找。
|
||||
|
||||
另外再安利一个 GitHub 顶流热门项目 [free-programming-books](https://github.com/EbookFoundation/free-programming-books),收集了非常多的免费开源编程书籍。
|
||||
|
||||
|
|
@ -64,6 +64,7 @@
|
|||
|
||||
- [Reverse engineering for beginners by Dennis Yurichev](https://beginners.re/) 有中文版,中文:逆向工程权威指南
|
||||
- 리버싱 핵심원리 by 李承远 有中文版,中文:逆向工程核心原理
|
||||
- 加密与解密,看雪论坛出品
|
||||
|
||||
## 数据库系统
|
||||
|
||||
|
|
@ -93,6 +94,7 @@
|
|||
|
||||
## 深度学习
|
||||
|
||||
- Deep Learning from Scratch(中文:深度学习入门)
|
||||
- [动手学深度学习](http://tangshusen.me/Dive-into-DL-PyTorch/#/)
|
||||
- [Speech and Language Processing](https://web.stanford.edu/~jurafsky/slp3/)
|
||||
- [神经网络与深度学习](https://nndl.github.io/)
|
||||
|
|
@ -110,8 +112,10 @@
|
|||
|
||||
## C/C++
|
||||
|
||||
- C Programming: A Modern Approach, 2nd Edition(中文:C 语言程序设计:现代方法(第 2 版・修订版),涵盖了最新的 C18 标准)
|
||||
- The ANSI C Programming Language, 2nd Edition(中文:C程序设计语言第二版,C语言最经典的一本书)
|
||||
- C Primer Plus, 6th Edition(有中文版,适合0基础学习)
|
||||
- [StackOverflow 上的一个 C++书单帖](https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list)
|
||||
- The C++ Programming Language, 4th Edition(中文:C++程序设计语言第四版)
|
||||
- C++ Primer, 5th Edition
|
||||
- STL源码剖析 by 侯捷
|
||||
|
|
@ -131,3 +135,4 @@
|
|||
## 面试
|
||||
|
||||
- Cracking The Coding Interview
|
||||
- 剑指 Offer
|
||||
|
|
|
|||
Loading…
Reference in a new issue