Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onestraw committed Apr 11, 2015
1 parent 0d5ce67 commit 8d3e1bd
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,29 @@

******
###编程
1. [C Interfaces and Implementations](https://github.com/onestraw/ebook/blob/master/01_programming/C_Interfaces_and_Implementations__Techniques_for_Creating_Reusable_Software.pdf)
2. [C语言接口与实现(中文版)](https://github.com/onestraw/ebook/blob/master/01_programming/C%E8%AF%AD%E8%A8%80%E6%8E%A5%E5%8F%A3%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf)
3. [C缺陷与陷阱](https://github.com/onestraw/ebook/blob/master/01_programming/C%E9%99%B7%E9%98%B1%E4%B8%8E%E7%BC%BA%E9%99%B7.pdf)
4. [C专家编程](https://github.com/onestraw/ebook/blob/master/01_programming/C%E4%B8%93%E5%AE%B6%E7%BC%96%E7%A8%8B.pdf)
5. [The C Programming Language(中文第2版)](https://github.com/onestraw/ebook/blob/master/01_programming/The%20C%20Programming%20Language%EF%BC%88%E4%B8%AD%E6%96%87%E7%AC%AC2%E7%89%88%EF%BC%89.pdf)
6. [UNIX环境高级编程(中文第2版)](https://github.com/onestraw/ebook/blob/master/01_programming/UNIX%E7%8E%AF%E5%A2%83%E9%AB%98%E7%BA%A7%E7%BC%96%E7%A8%8B%EF%BC%88%E4%B8%AD%E6%96%87%E7%AC%AC2%E7%89%88%EF%BC%89.pdf)
10. [C++ Primer Plus(中文版第5版)](https://github.com/onestraw/ebook/blob/master/01_programming/C%2B%2B.Primer.Plus%EF%BC%88%E4%B8%AD%E6%96%87%E7%89%88%E7%AC%AC5%E7%89%88%EF%BC%89.pdf)
11. [Effective C++(中文版第3版)](https://github.com/onestraw/ebook/blob/master/01_programming/Effective%20C%2B%2B%EF%BC%88%E4%B8%AD%E6%96%87%E7%89%88%E7%AC%AC3%E7%89%88%EF%BC%89.pdf)
12. [The C++ Programming Language(3rd Edition)](https://github.com/onestraw/ebook/blob/master/01_programming/The%20C%2B%2B%20Programming%20Language.pdf)
13. [STL源码剖析(侯捷译)](https://github.com/onestraw/ebook/blob/master/01_programming/STL%E6%BA%90%E7%A0%81%E5%89%96%E6%9E%90%EF%BC%88%E4%BE%AF%E6%8D%B7%E8%AF%91%EF%BC%89.pdf)
14. [深度探索C++对象模型](https://github.com/onestraw/ebook/blob/master/01_programming/%E6%B7%B1%E5%BA%A6%E6%8E%A2%E7%B4%A2C%2B%2B%E5%AF%B9%E8%B1%A1%E6%A8%A1%E5%9E%8B.pdf)
21. [Python 核心编程(中文第2版)](https://github.com/onestraw/ebook/blob/master/01_programming/Python%E6%A0%B8%E5%BF%83%E7%BC%96%E7%A8%8B.pdf)
22. [How to Think Like a Computer Scientist--Learinig with Python](https://github.com/onestraw/ebook/blob/master/01_programming/How%20to%20Think%20Like%20a%20Computer%20Scientist--Learinig%20with%20Python.pdf)
31. [ANSI Common Lisp(中文版)](https://github.com/onestraw/ebook/blob/master/01_programming/ANSI%20Common%20Lisp%20%E4%B8%AD%E6%96%87%E7%BF%BB%E8%AF%91%E7%89%88.pdf)
32. [高级Bash脚本编程指南](https://github.com/onestraw/ebook/blob/master/01_programming/%E9%AB%98%E7%BA%A7Bash%E8%84%9A%E6%9C%AC%E7%BC%96%E7%A8%8B%E6%8C%87%E5%8D%97.pdf)
- C
1. [C Interfaces and Implementations](https://github.com/onestraw/ebook/blob/master/01_programming/C_Interfaces_and_Implementations__Techniques_for_Creating_Reusable_Software.pdf)
2. [C语言接口与实现(中文版)](https://github.com/onestraw/ebook/blob/master/01_programming/C%E8%AF%AD%E8%A8%80%E6%8E%A5%E5%8F%A3%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf)
3. [C缺陷与陷阱](https://github.com/onestraw/ebook/blob/master/01_programming/C%E9%99%B7%E9%98%B1%E4%B8%8E%E7%BC%BA%E9%99%B7.pdf)
4. [C专家编程](https://github.com/onestraw/ebook/blob/master/01_programming/C%E4%B8%93%E5%AE%B6%E7%BC%96%E7%A8%8B.pdf)
5. [The C Programming Language(中文第2版)](https://github.com/onestraw/ebook/blob/master/01_programming/The%20C%20Programming%20Language%EF%BC%88%E4%B8%AD%E6%96%87%E7%AC%AC2%E7%89%88%EF%BC%89.pdf)
- C++
10. [C++ Primer Plus(中文版第5版)](https://github.com/onestraw/ebook/blob/master/01_programming/C%2B%2B.Primer.Plus%EF%BC%88%E4%B8%AD%E6%96%87%E7%89%88%E7%AC%AC5%E7%89%88%EF%BC%89.pdf)
11. [Effective C++(中文版第3版)](https://github.com/onestraw/ebook/blob/master/01_programming/Effective%20C%2B%2B%EF%BC%88%E4%B8%AD%E6%96%87%E7%89%88%E7%AC%AC3%E7%89%88%EF%BC%89.pdf)
12. [The C++ Programming Language(3rd Edition)](https://github.com/onestraw/ebook/blob/master/01_programming/The%20C%2B%2B%20Programming%20Language.pdf)
13. [STL源码剖析(侯捷译)](https://github.com/onestraw/ebook/blob/master/01_programming/STL%E6%BA%90%E7%A0%81%E5%89%96%E6%9E%90%EF%BC%88%E4%BE%AF%E6%8D%B7%E8%AF%91%EF%BC%89.pdf)
14. [深度探索C++对象模型](https://github.com/onestraw/ebook/blob/master/01_programming/%E6%B7%B1%E5%BA%A6%E6%8E%A2%E7%B4%A2C%2B%2B%E5%AF%B9%E8%B1%A1%E6%A8%A1%E5%9E%8B.pdf)
- Linux
20. [UNIX环境高级编程(中文第2版)](https://github.com/onestraw/ebook/blob/master/01_programming/UNIX%E7%8E%AF%E5%A2%83%E9%AB%98%E7%BA%A7%E7%BC%96%E7%A8%8B%EF%BC%88%E4%B8%AD%E6%96%87%E7%AC%AC2%E7%89%88%EF%BC%89.pdf)
20. [The Linux Programming Interface](https://github.com/onestraw/ebook/blob/master/01_programming/The%20Linux%20Programming%20Interface.pdf)
- 脚本
21. [Python 核心编程(中文第2版)](https://github.com/onestraw/ebook/blob/master/01_programming/Python%E6%A0%B8%E5%BF%83%E7%BC%96%E7%A8%8B.pdf)
22. [How to Think Like a Computer Scientist--Learinig with Python](https://github.com/onestraw/ebook/blob/master/01_programming/How%20to%20Think%20Like%20a%20Computer%20Scientist--Learinig%20with%20Python.pdf)
31. [ANSI Common Lisp(中文版)](https://github.com/onestraw/ebook/blob/master/01_programming/ANSI%20Common%20Lisp%20%E4%B8%AD%E6%96%87%E7%BF%BB%E8%AF%91%E7%89%88.pdf)
32. [高级Bash脚本编程指南](https://github.com/onestraw/ebook/blob/master/01_programming/%E9%AB%98%E7%BA%A7Bash%E8%84%9A%E6%9C%AC%E7%BC%96%E7%A8%8B%E6%8C%87%E5%8D%97.pdf)
- 调试
50. [Debug.Hacks 深入调试的技术和工具](https://github.com/onestraw/ebook/blob/master/01_programming/Debug.Hacks%20%E6%B7%B1%E5%85%A5%E8%B0%83%E8%AF%95%E7%9A%84%E6%8A%80%E6%9C%AF%E5%92%8C%E5%B7%A5%E5%85%B7.pdf)


###算法

Expand Down

0 comments on commit 8d3e1bd

Please sign in to comment.