-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
156 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Android书籍推荐 | ||
------- | ||
本列表推荐一些我看过的Android开发方面的好书 | ||
|
||
- [《App研发录:架构设计、Crash分析和竞品技术分析》][1] | ||
- [《Android 4高级编程》][2] | ||
- [《Effective java 中文版》][3] | ||
- [《Java编程思想 (第4版)》][4] | ||
- [《深入理解Android内核设计思想》][5] | ||
- [《Android NDK Beginner's Guide》][6] | ||
- [《Pro Android C++ with the NDK》][7] | ||
- [《Embedded Android》][8] | ||
- [《Pro Android Apps Performance Optimization》][9] | ||
- [《50 Android Hacks》][10] | ||
|
||
|
||
[1]: http://book.douban.com/subject/26649050/ | ||
[2]: http://book.douban.com/subject/24153574/ | ||
[3]: http://book.douban.com/subject/3360807/ | ||
[4]: http://book.douban.com/subject/2130190/ | ||
[5]: http://book.douban.com/subject/25921329/ | ||
[6]: http://book.douban.com/subject/6868985/ | ||
[7]: http://book.douban.com/subject/20285069/ | ||
[8]: http://book.douban.com/subject/7906782/ | ||
[9]: http://book.douban.com/subject/10606736/ | ||
[10]: http://book.douban.com/subject/19994024/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# C++书籍推荐 | ||
------- | ||
本列表推荐一些我看过的C++方面的好书。 | ||
|
||
- [《C++ Primer 中文版(第 4 版)》][1] | ||
- [《Effective C++中文版》][2] | ||
- [《More Effective C++中文版》][3] | ||
- [《C++必知必会》][4] | ||
- [《C++编程思想》][5] | ||
- [《C++标准库》][6] | ||
|
||
|
||
[1]: http://book.douban.com/subject/1767741/ | ||
[2]: http://book.douban.com/subject/1231590/ | ||
[3]: http://book.douban.com/subject/2078636/ | ||
[4]: http://book.douban.com/subject/1454486/ | ||
[5]: http://book.douban.com/subject/6558198/ | ||
[6]: http://book.douban.com/subject/26419721/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# C语言书籍推荐 | ||
------- | ||
本列表推荐一些我看过的C语言方面的好书。 | ||
|
||
- [《C语言深度解剖》][1] | ||
- [《Deep C (and C++)》][2] | ||
- [《C专家编程》][3] | ||
- [《编程之美》][4] | ||
- [《C和指针》][5] | ||
- [《C陷阱与缺陷》][6] | ||
- [《编程珠玑》][7] | ||
|
||
|
||
[1]: http://book.douban.com/subject/4924419/ | ||
[2]: http://www.pvv.org/~oma/DeepC_slides_oct2011.pdf | ||
[3]: http://book.douban.com/subject/2377310/ | ||
[4]: http://book.douban.com/subject/3004255/ | ||
[5]: http://book.douban.com/subject/3012360/ | ||
[6]: http://book.douban.com/subject/2778632/ | ||
[7]: http://book.douban.com/subject/3227098/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Linux书籍推荐 | ||
------- | ||
本列表推荐一些我看过的Linux方面的好书。 | ||
|
||
- [《鸟哥的Linux私房菜 基础学习篇》][1] | ||
- [《鸟哥的Linux私房菜 服务器架设篇》][2] | ||
- [《Linux程序设计》][3] | ||
- [《Linux设备驱动程序》][4] | ||
- [《Linux内核设计与实现》][5] | ||
- [《UNIX网络编程》][6] | ||
- [《Linux命令行和shell脚本编程宝典》][7] | ||
- [《Linux设备驱动开发详解》][8] | ||
- [《Linux高级程序设计》][9] | ||
- [《ARM Linux入门与实践》][10] | ||
|
||
|
||
[1]: http://book.douban.com/subject/2208530/ | ||
[2]: http://book.douban.com/subject/10794788/ | ||
[3]: http://book.douban.com/subject/4831448/ | ||
[4]: http://book.douban.com/subject/1723151/ | ||
[5]: http://book.douban.com/subject/6097773/ | ||
[6]: http://book.douban.com/subject/1500149/ | ||
[7]: http://book.douban.com/subject/3723474/ | ||
[8]: http://book.douban.com/subject/26600201/ | ||
[9]: http://book.douban.com/subject/4048525/ | ||
[10]: http://book.douban.com/subject/3270174/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 创业推荐书单 | ||
------- | ||
本列表推荐一些我看过的创业方面的好书。 | ||
|
||
- [《增长黑客》][1] | ||
- [《创业维艰》][2] | ||
- [《从0到1》][3] | ||
|
||
|
||
[1]: http://book.douban.com/subject/26541801/ | ||
[2]: http://book.douban.com/subject/26306686/ | ||
[3]: http://book.douban.com/subject/26297606/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 嵌入式书籍推荐 | ||
------- | ||
本列表推荐一些我看过的嵌入式方面的好书。 | ||
|
||
- [《一步步写嵌入式操作系统》][1] | ||
- [《ARM Linux入门与实践》][2] | ||
- [《感悟设计》][3] | ||
- [《MP3播放器与U盘设计》][4] | ||
- [《嵌入式系统接口原理与应用》][5] | ||
- [《高速电路设计实践》][6] | ||
- [《ARM与DSP综合设计及应用》][7] | ||
|
||
|
||
[1]: http://book.douban.com/subject/5404177/ | ||
[2]: http://book.douban.com/subject/3270174/ | ||
[3]: http://book.douban.com/subject/3750130/ | ||
[4]: http://book.douban.com/subject/1172940/ | ||
[5]: http://book.douban.com/subject/4131657/ | ||
[6]: http://book.douban.com/subject/4255533/ | ||
[7]: http://book.douban.com/subject/4016369/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 开阔思维的书 | ||
------- | ||
本列表推荐一些我看过的开阔思维方面的好书。 | ||
|
||
- [《暗时间》][1] | ||
- [《拆掉思维里的墙》][2] | ||
- [《别做正常的傻瓜》][3] | ||
- [《遇见未知的自己》][4] | ||
- [《浪潮之巅》][5] | ||
- [《激荡三十年》][6] | ||
|
||
|
||
[1]: http://book.douban.com/subject/6709809/ | ||
[2]: http://book.douban.com/subject/4953695/ | ||
[3]: http://book.douban.com/subject/1082923/ | ||
[4]: http://book.douban.com/subject/2340100/ | ||
[5]: http://book.douban.com/subject/6709783/ | ||
[6]: http://book.douban.com/subject/3151575/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 提高编程素养 | ||
------- | ||
本列表推荐一些我看过的提高编程素养方面的好书。 | ||
|
||
- [《重构》][1] | ||
- [《设计模式》][2] | ||
- [《程序员的自我修养》][3] | ||
- [《编写可读代码的艺术》][4] | ||
- [《现代操作系统》][5] | ||
|
||
|
||
[1]: http://book.douban.com/subject/1229923/ | ||
[2]: http://book.douban.com/subject/1052241/ | ||
[3]: http://book.douban.com/subject/3652388/ | ||
[4]: http://book.douban.com/subject/10797189/ | ||
[5]: http://book.douban.com/subject/3852290/ |