├── .gitignore ├── data.md ├── find_turing_pdf.py └── readme.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | *.pickle -------------------------------------------------------------------------------- /data.md: -------------------------------------------------------------------------------- 1 | ## 图灵社区可用银子兑换的图书 2 | 3 | 图灵社区改版了,能用银子越换的图书不在一个可选面页内,找起来很麻烦,干脆做个超链接面页。 4 | 5 | 6 | [面向模式的软件架构,卷2:并发和联网对象模式](http://www.ituring.com.cn/book/982) 7 | 8 | [OpenCV计算机视觉编程攻略(第2版)](http://www.ituring.com.cn/book/1520) 9 | 10 | [计算机程序设计艺术 卷2:半数值算法(第3版)](http://www.ituring.com.cn/book/987) 11 | 12 | [社会工程:防范钓鱼欺诈(卷3)](http://www.ituring.com.cn/book/1696) 13 | 14 | [黑客与画家:硅谷创业之父Paul Graham文集](http://www.ituring.com.cn/book/39) 15 | 16 | [8位单片机C语言编程:基于PIC16](http://www.ituring.com.cn/book/142) 17 | 18 | [移动应用UI设计模式(第2版)](http://www.ituring.com.cn/book/1453) 19 | 20 | [程序员的数学3:线性代数](http://www.ituring.com.cn/book/1239) 21 | 22 | [iOS编程实战](http://www.ituring.com.cn/book/1340) 23 | 24 | [软件定义网络:SDN与OpenFlow解析(迄今为止SDN领域最权威最重要的著作)](http://www.ituring.com.cn/book/1261) 25 | 26 | [JavaScript高级程序设计(第3版)](http://www.ituring.com.cn/book/946) 27 | 28 | [进化:从孤胆极客到高效团队](http://www.ituring.com.cn/book/1759) 29 | 30 | [设计也幽默:平面设计师的幽默指南](http://www.ituring.com.cn/book/1729) 31 | 32 | [挑战程序设计竞赛(第2版)](http://www.ituring.com.cn/book/1044) 33 | 34 | [创意型领袖:从CEO到DEO](http://www.ituring.com.cn/book/1296) 35 | 36 | [C#经典实例(第4版)](http://www.ituring.com.cn/book/1746) 37 | 38 | [黑客攻防技术宝典:浏览器实战篇](http://www.ituring.com.cn/book/1379) 39 | 40 | [开关电源手册(第3版)](http://www.ituring.com.cn/book/936) 41 | 42 | [自行车大研究](http://www.ituring.com.cn/book/1316) 43 | 44 | [Go并发编程实战](http://www.ituring.com.cn/book/1525) 45 | 46 | [你不可不知的50个文学知识](http://www.ituring.com.cn/book/856) 47 | 48 | [Linux Shell脚本攻略(第2版)](http://www.ituring.com.cn/book/1170) 49 | 50 | [宇宙的历程](http://www.ituring.com.cn/book/1385) 51 | 52 | [网络是怎样连接的 ](http://www.ituring.com.cn/book/1758) 53 | 54 | [你不可不知的50种武器和战术](http://www.ituring.com.cn/book/1071) 55 | 56 | [算法(英文版•第4版)](http://www.ituring.com.cn/book/1807) 57 | 58 | [大便通:便秘、肥胖、衰老与肠道菌](http://www.ituring.com.cn/book/1972) 59 | 60 | [Python项目开发实战(第2版)](http://www.ituring.com.cn/book/1719) 61 | 62 | [神舟飞天真奇妙(随书附赠VR眼镜)](http://www.ituring.com.cn/book/1901) 63 | 64 | [PHP编程实战](http://www.ituring.com.cn/book/821) 65 | 66 | [精简:无印良品与品牌理念打造](http://www.ituring.com.cn/book/1881) 67 | 68 | [设计师要懂心理学2](http://www.ituring.com.cn/book/1751) 69 | 70 | [数学分析八讲(修订版)](http://www.ituring.com.cn/book/1622) 71 | 72 | [Android编程权威指南(第2版)](http://www.ituring.com.cn/book/1753) 73 | 74 | [精通Metasploit渗透测试](http://www.ituring.com.cn/book/1490) 75 | 76 | [Objective](http://www.ituring.com.cn/book/1129) 77 | 78 | [精通Swift设计模式](http://www.ituring.com.cn/book/1676) 79 | 80 | [软件测试实战:微软技术专家经验总结](http://www.ituring.com.cn/book/1346) 81 | 82 | [数学万花筒3:夏尔摩斯探案集](http://www.ituring.com.cn/book/1609) 83 | 84 | [Unity游戏设计与实现:南梦宫一线程序员的开发实例(修订版)](http://www.ituring.com.cn/book/1855) 85 | 86 | [Unity 3D游戏开发](http://www.ituring.com.cn/book/1015) 87 | 88 | [精益招聘:打造最强悍创业团队](http://www.ituring.com.cn/book/1685) 89 | 90 | [你不可不知的50个天文知识](http://www.ituring.com.cn/book/1013) 91 | 92 | [精通开关电源设计](http://www.ituring.com.cn/book/431) 93 | 94 | [动物巢穴大研究](http://www.ituring.com.cn/book/1314) 95 | 96 | [Oracle Database 9i/10g/11g编程艺术:深入数据库体系结构(第2版)](http://www.ituring.com.cn/book/66) 97 | 98 | [咨询的奥秘:寻求和提出建议的智慧](http://www.ituring.com.cn/book/1150) 99 | 100 | [数学与生活(修订版)](http://www.ituring.com.cn/book/1515) 101 | 102 | [JavaScript设计模式与开发实践](http://www.ituring.com.cn/book/1632) 103 | 104 | [影响物理发展的20个大问题](http://www.ituring.com.cn/book/782) 105 | 106 | [计算机程序设计艺术 卷1:基本算法(第3版)](http://www.ituring.com.cn/book/993) 107 | 108 | [精通开关电源设计(第2版)](http://www.ituring.com.cn/book/1069) 109 | 110 | [心理学达人迷](http://www.ituring.com.cn/book/886) 111 | 112 | [算法帝国(入选中国好书榜)](http://www.ituring.com.cn/book/1113) 113 | 114 | [Objective](http://www.ituring.com.cn/book/1101) 115 | 116 | [只是为了好玩:Linux之父林纳斯自传](http://www.ituring.com.cn/book/1115) 117 | 118 | [Scala与Clojure函数式编程模式:Java虚拟机高效编程](http://www.ituring.com.cn/book/1320) 119 | 120 | [UNIX网络编程 卷2:进程间通信(英文版•第2版)](http://www.ituring.com.cn/book/242) 121 | 122 | [无界面交互:潜移默化的UX设计方略](http://www.ituring.com.cn/book/1650) 123 | 124 | [哲学哲学鸡蛋糕](http://www.ituring.com.cn/book/1639) 125 | 126 | [玩不够的数学:算术与几何的妙趣](http://www.ituring.com.cn/book/1731) 127 | 128 | [Spark机器学习](http://www.ituring.com.cn/book/1569) 129 | 130 | [深入剖析Android开发:小应用里的大智慧](http://www.ituring.com.cn/book/964) 131 | 132 | [Cocos2d](http://www.ituring.com.cn/book/1468) 133 | 134 | [你不可不知的50个未来大预言](http://www.ituring.com.cn/book/1112) 135 | 136 | [凤凰项目:一个IT运维的传奇故事](http://www.ituring.com.cn/book/1545) 137 | 138 | [希格斯粒子是如何找到的:史上最大物理实验的内部故事](http://www.ituring.com.cn/book/1437) 139 | 140 | [速度与激情:以网站性能提升用户体验](http://www.ituring.com.cn/book/1572) 141 | 142 | [24小时365天不间断服务:服务器/基础设施核心技术 ](http://www.ituring.com.cn/book/1022) 143 | 144 | [高性能iOS应用开发](http://www.ituring.com.cn/book/1924) 145 | 146 | [中村俊辅:任意球大师的“察知力”](http://www.ituring.com.cn/book/1872) 147 | 148 | [网页设计创意书(卷4)](http://www.ituring.com.cn/book/1506) 149 | 150 | [代码之髓:编程语言核心概念](http://www.ituring.com.cn/book/1233) 151 | 152 | [超弦理论:探究时间、空间及宇宙的本原](http://www.ituring.com.cn/book/1376) 153 | 154 | [咨询的奥秘(续):咨询师的百宝箱](http://www.ituring.com.cn/book/1149) 155 | 156 | [Java 8实战](http://www.ituring.com.cn/book/1537) 157 | 158 | [浴缸里的惊叹:256道让你恍然大悟的趣题](http://www.ituring.com.cn/book/1417) 159 | 160 | [Python编程入门(第3版)](http://www.ituring.com.cn/book/1196) 161 | 162 | [R语言实战(第2版)](http://www.ituring.com.cn/book/1699) 163 | 164 | [庞加莱猜想:追寻宇宙的形状](http://www.ituring.com.cn/book/1726) 165 | 166 | [你不可不知的50个脑科学知识](http://www.ituring.com.cn/book/1179) 167 | 168 | [瞬间之美:Web界面设计如何让用户心动](http://www.ituring.com.cn/book/305) 169 | 170 | [Objective](http://www.ituring.com.cn/book/1023) 171 | 172 | [HTML5程序设计(第2版)](http://www.ituring.com.cn/book/938) 173 | 174 | [图解网站分析(修订版):让流量倍增的网站优化方法](http://www.ituring.com.cn/book/1307) 175 | 176 | [一个定理的诞生:我与菲尔茨奖的一千个日夜](http://www.ituring.com.cn/book/1735) 177 | 178 | [Linux就是这个范儿](http://www.ituring.com.cn/book/1435) 179 | 180 | [游戏性是什么:如何更好地创作与体验游戏](http://www.ituring.com.cn/book/1627) 181 | 182 | [4G移动通信技术权威指南:LTE与LTE](http://www.ituring.com.cn/book/1355) 183 | 184 | [趣味学数学](http://www.ituring.com.cn/book/1105) 185 | 186 | [精益企业:高效能组织如何规模化创新((精益系列丛书,《精益创业》作者埃里克·莱斯主编))](http://www.ituring.com.cn/book/1544) 187 | 188 | [Software Design 中文版 02](http://www.ituring.com.cn/book/1269) 189 | 190 | [响应式Web设计:HTML5和CSS3实战(第2版) ](http://www.ituring.com.cn/book/1817) 191 | 192 | [汽车是怎样跑起来的](http://www.ituring.com.cn/book/1135) 193 | 194 | [领域专用语言实战](http://www.ituring.com.cn/book/836) 195 | 196 | [化学元素大研究](http://www.ituring.com.cn/book/1312) 197 | 198 | [创业的智慧:世界顶级创业导师的洞见](http://www.ituring.com.cn/book/1190) 199 | 200 | [Python计算机视觉编程](http://www.ituring.com.cn/book/1349) 201 | 202 | [Ruby基础教程(第4版)](http://www.ituring.com.cn/book/1237) 203 | 204 | [深入Linux内核架构](http://www.ituring.com.cn/book/167) 205 | 206 | [软件开发本质论:追求简约、体现价值、逐步构建](http://www.ituring.com.cn/book/1897) 207 | 208 | [宝石图鉴:石中的秩序与世界](http://www.ituring.com.cn/book/1309) 209 | 210 | [概率论及其应用(卷1•第3版)](http://www.ituring.com.cn/book/1162) 211 | 212 | [WEB+DB PRESS 中文版 02](http://www.ituring.com.cn/book/1637) 213 | 214 | [Hello Kitty的秘密](http://www.ituring.com.cn/book/1502) 215 | 216 | [深入解析Windows操作系统,卷2(英文版 第6版)](http://www.ituring.com.cn/book/1083) 217 | 218 | [iOS开发指南:从零基础到App Store上架(第2版)](http://www.ituring.com.cn/book/1364) 219 | 220 | [跟阿铭学Linux](http://www.ituring.com.cn/book/1481) 221 | 222 | [Unity API解析](http://www.ituring.com.cn/book/1474) 223 | 224 | [你的灯亮着吗?发现问题的真正所在](http://www.ituring.com.cn/book/1080) 225 | 226 | [数据结构与算法JavaScript描述](http://www.ituring.com.cn/book/1440) 227 | 228 | [追踪引力波:寻找时空的涟漪](http://www.ituring.com.cn/book/1928) 229 | 230 | [数学悖论与三次数学危机](http://www.ituring.com.cn/book/1873) 231 | 232 | [证明达尔文:进化和生物创造性的一个数学理论](http://www.ituring.com.cn/book/1386) 233 | 234 | [AKB48的格子裙经济学:粉丝效应中的新生与创意](http://www.ituring.com.cn/book/1479) 235 | 236 | [Python网络编程攻略](http://www.ituring.com.cn/book/1484) 237 | 238 | [东京大学通识讲座:贯通篇](http://www.ituring.com.cn/book/1790) 239 | 240 | [Scratch少儿趣味编程2](http://www.ituring.com.cn/book/1860) 241 | 242 | [金融时间序列分析(第3版)](http://www.ituring.com.cn/book/843) 243 | 244 | [应用随机过程:概率模型导论(第10版)](http://www.ituring.com.cn/book/41) 245 | 246 | [程序员的数学2:概率统计](http://www.ituring.com.cn/book/1254) 247 | 248 | [玩转无人机](http://www.ituring.com.cn/book/1728) 249 | 250 | [世界是数字的(谷歌常务董事长施密特和盖茨及扎克伯格导师刘易斯重磅推荐)](http://www.ituring.com.cn/book/1039) 251 | 252 | [CCNA学习指南:路由和交换认证(100](http://www.ituring.com.cn/book/1273) 253 | 254 | [游戏设计的236个技巧:游戏机制、关卡设计和镜头窍门](http://www.ituring.com.cn/book/1672) 255 | 256 | [代码本色:用编程模拟自然系统](http://www.ituring.com.cn/book/1292) 257 | 258 | [黑客与设计:剖析设计之美的秘密](http://www.ituring.com.cn/book/893) 259 | 260 | [Node与Express开发](http://www.ituring.com.cn/book/1485) 261 | 262 | [RF权威指南](http://www.ituring.com.cn/book/997) 263 | 264 | [注意力:专注的科学与训练](http://www.ituring.com.cn/book/1834) 265 | 266 | [黑客攻防技术宝典:iOS实战篇](http://www.ituring.com.cn/book/1068) 267 | 268 | [多设备体验设计:物联网时代产品开发模式](http://www.ituring.com.cn/book/1191) 269 | 270 | [度量:一首献给数学的情歌](http://www.ituring.com.cn/book/1383) 271 | 272 | [计算机程序设计艺术 卷3:排序与查找(第2版)](http://www.ituring.com.cn/book/926) 273 | 274 | [父与子的编程之旅:与小卡特一起学Python](http://www.ituring.com.cn/book/1353) 275 | 276 | [CPU自制入门](http://www.ituring.com.cn/book/1142) 277 | 278 | [写给大家看的安卓应用开发书:App Inventor 2快速入门与实战](http://www.ituring.com.cn/book/1704) 279 | 280 | [写给大家看的设计书(第4版)[精装版]](http://www.ituring.com.cn/book/1551) 281 | 282 | [番茄工作法图解:简单易行的时间管理方法](http://www.ituring.com.cn/book/60) 283 | 284 | [好设计不简单Ⅱ:UI设计师必须了解的那些事](http://www.ituring.com.cn/book/1032) 285 | 286 | [认知与设计:理解UI设计准则(第2版) ](http://www.ituring.com.cn/book/1345) 287 | 288 | [Node.js实战](http://www.ituring.com.cn/book/1061) 289 | 290 | [MongoDB权威指南(第2版)](http://www.ituring.com.cn/book/1172) 291 | 292 | [思考的乐趣:Matrix67数学笔记](http://www.ituring.com.cn/book/890) 293 | 294 | [Android Launcher应用开发](http://www.ituring.com.cn/book/1787) 295 | 296 | [R包开发](http://www.ituring.com.cn/book/1688) 297 | 298 | [明解C语言(第3版):入门篇](http://www.ituring.com.cn/book/1671) 299 | 300 | [精通Windows应用开发](http://www.ituring.com.cn/book/1122) 301 | 302 | [软件随想录 卷1](http://www.ituring.com.cn/book/1104) 303 | 304 | [计算机体系结构:量化研究方法(第5版)](http://www.ituring.com.cn/book/888) 305 | 306 | [微服务设计](http://www.ituring.com.cn/book/1573) 307 | 308 | [互联网思维的企业(入选中国好书榜)](http://www.ituring.com.cn/book/1133) 309 | 310 | [大数据:互联网大规模数据挖掘与分布式处理(第2版)](http://www.ituring.com.cn/book/1561) 311 | 312 | [运算放大器权威指南(第4版)](http://www.ituring.com.cn/book/1164) 313 | 314 | [Scala程序设计(第2版)](http://www.ituring.com.cn/book/1593) 315 | 316 | [Python网络数据采集](http://www.ituring.com.cn/book/1709) 317 | 318 | [游戏开发的数学和物理](http://www.ituring.com.cn/book/1373) 319 | 320 | [C#图解教程(第4版)](http://www.ituring.com.cn/book/1108) 321 | 322 | [自制编程语言](http://www.ituring.com.cn/book/1159) 323 | 324 | [Qt 5开发实战](http://www.ituring.com.cn/book/1463) 325 | 326 | [爱上电子学:创客的趣味电子实验(第2版)](http://www.ituring.com.cn/book/1890) 327 | 328 | [HTML5数据推送应用开发](http://www.ituring.com.cn/book/1443) 329 | 330 | [情感与设计](http://www.ituring.com.cn/book/1060) 331 | 332 | [机器学习](http://www.ituring.com.cn/book/1119) 333 | 334 | [ActionScript大型网页游戏开发](http://www.ituring.com.cn/book/71) 335 | 336 | [如何思考:东京大学思维素养访谈集](http://www.ituring.com.cn/book/1934) 337 | 338 | [算法基础(第5版)](http://www.ituring.com.cn/book/1535) 339 | 340 | [宇航员大研究](http://www.ituring.com.cn/book/1317) 341 | 342 | [运算放大器应用技术手册](http://www.ituring.com.cn/book/379) 343 | 344 | [机器学习实战](http://www.ituring.com.cn/book/1021) 345 | 346 | [HTML5权威指南(迄今为止最全面详实的网页设计参考书)](http://www.ituring.com.cn/book/931) 347 | 348 | [北野武的伟大旅程:重新发现世界的十一次探险](http://www.ituring.com.cn/book/1786) 349 | 350 | [你不知道的JavaScript(上卷)](http://www.ituring.com.cn/book/1488) 351 | 352 | [Oracle编程艺术:深入理解数据库体系结构(第3版)](http://www.ituring.com.cn/book/1562) 353 | 354 | [建筑中的数学之旅](http://www.ituring.com.cn/book/1090) 355 | 356 | [用数学的语言看世界](http://www.ituring.com.cn/book/1931) 357 | 358 | [如何变得有思想:阮一峰博客文集](http://www.ituring.com.cn/book/1533) 359 | 360 | [数学那些事儿:思想、发现、人物和历史](http://www.ituring.com.cn/book/55) 361 | 362 | [优秀的叛逆者:引领组织变革的力量](http://www.ituring.com.cn/book/1557) 363 | 364 | [HTML5与CSS3基础教程(第8版) 【Web开发百万级畅销图书,零起点轻松掌握HTML5和CSS3】](http://www.ituring.com.cn/book/1199) 365 | 366 | [自然计算:DNA、量子比特和智能机器的未来](http://www.ituring.com.cn/book/1103) 367 | 368 | [Linux程序设计(第4版)](http://www.ituring.com.cn/book/171) 369 | 370 | [Docker——容器与容器云(第2版)](http://www.ituring.com.cn/book/1899) 371 | 372 | [AngularJS权威教程](http://www.ituring.com.cn/book/1438) 373 | 374 | [Scratch少儿趣味编程](http://www.ituring.com.cn/book/1374) 375 | 376 | [Software Design 中文版 01](http://www.ituring.com.cn/book/1268) 377 | 378 | [智取程序员面试](http://www.ituring.com.cn/book/1293) 379 | 380 | [实用金融期权估值导论(英文版)](http://www.ituring.com.cn/book/306) 381 | 382 | [Unity游戏设计与实现:南梦宫一线程序员的开发实例 ](http://www.ituring.com.cn/book/1298) 383 | 384 | [设计师要懂心理学](http://www.ituring.com.cn/book/874) 385 | 386 | [图解CIO工作指南(第4版)](http://www.ituring.com.cn/book/1241) 387 | 388 | [我的第一本编程书](http://www.ituring.com.cn/book/1740) 389 | 390 | [啊哈!算法](http://www.ituring.com.cn/book/1430) 391 | 392 | [Flask Web开发:基于Python的Web应用开发实战](http://www.ituring.com.cn/book/1449) 393 | 394 | [特斯拉:电气时代的开创者](http://www.ituring.com.cn/book/1253) 395 | 396 | [应用随机过程:概率模型导论(第11版)](http://www.ituring.com.cn/book/1722) 397 | 398 | [Python Web开发:测试驱动方法](http://www.ituring.com.cn/book/1486) 399 | 400 | [东京大学通识讲座2:热血篇](http://www.ituring.com.cn/book/1827) 401 | 402 | [Cocos2d](http://www.ituring.com.cn/book/1783) 403 | 404 | [如何寻找外星人?——35问揭示科学之美](http://www.ituring.com.cn/book/785) 405 | 406 | [精通iOS开发(第6版)](http://www.ituring.com.cn/book/1390) 407 | 408 | [通关!游戏设计之道(第2版)](http://www.ituring.com.cn/book/1429) 409 | 410 | [程序员面试金典(第5版)](http://www.ituring.com.cn/book/1010) 411 | 412 | [Mahout实战](http://www.ituring.com.cn/book/862) 413 | 414 | [数据压缩导论(第4版)](http://www.ituring.com.cn/book/1118) 415 | 416 | [App,这样设计才好卖](http://www.ituring.com.cn/book/1228) 417 | 418 | [至美用户:人本设计剖析](http://www.ituring.com.cn/book/1718) 419 | 420 | [SAP实施大全](http://www.ituring.com.cn/book/749) 421 | 422 | [你不可不知的50个化学知识](http://www.ituring.com.cn/book/1658) 423 | 424 | [Ext JS实战(第2版)](http://www.ituring.com.cn/book/1358) 425 | 426 | [逆袭大学——传给IT学子的正能量](http://www.ituring.com.cn/book/1155) 427 | 428 | [项目管理修炼之道(修订版)](http://www.ituring.com.cn/book/1513) 429 | 430 | [魔力Haskell](http://www.ituring.com.cn/book/1882) 431 | 432 | [C程序设计伴侣——帮你更好地理解谭浩强老师的那本书以及更多!](http://www.ituring.com.cn/book/1085) 433 | 434 | [数字信号处理权威指南](http://www.ituring.com.cn/book/796) 435 | 436 | [MySQL与MariaDB学习指南](http://www.ituring.com.cn/book/1186) 437 | 438 | [社会工程:安全体系中的人性漏洞](http://www.ituring.com.cn/book/981) 439 | 440 | [明解C语言](http://www.ituring.com.cn/book/914) 441 | 442 | [数学女孩](http://www.ituring.com.cn/book/1675) 443 | 444 | [计算机科学概论(第11版)](http://www.ituring.com.cn/book/746) 445 | 446 | [Linux系统架构和应用技巧 ](http://www.ituring.com.cn/book/1097) 447 | 448 | [计算的本质:深入剖析程序和计算机](http://www.ituring.com.cn/book/1098) 449 | 450 | [Clojure经典实例](http://www.ituring.com.cn/book/1454) 451 | 452 | [Chrome扩展及应用开发](http://www.ituring.com.cn/book/1472) 453 | 454 | [科学的极致:漫谈人工智能](http://www.ituring.com.cn/book/1701) 455 | 456 | [宇宙之书:从托勒密、爱因斯坦到多重宇宙](http://www.ituring.com.cn/book/962) 457 | 458 | [FPGA权威指南](http://www.ituring.com.cn/book/778) 459 | 460 | [物联网设计:从原型到产品](http://www.ituring.com.cn/book/1302) 461 | 462 | [儿童四季户外活动指南](http://www.ituring.com.cn/book/1258) 463 | 464 | [Android系统服务开发](http://www.ituring.com.cn/book/1299) 465 | 466 | [引力是什么:支配宇宙万物的神秘之力](http://www.ituring.com.cn/book/1725) 467 | 468 | [Windows Phone 7程序设计](http://www.ituring.com.cn/book/816) 469 | 470 | [Erlang程序设计(第2版)](http://www.ituring.com.cn/book/1264) 471 | 472 | [Java性能权威指南](http://www.ituring.com.cn/book/1445) 473 | 474 | [未来的截面](http://www.ituring.com.cn/book/1611) 475 | 476 | [Storm源码分析](http://www.ituring.com.cn/book/1507) 477 | 478 | [有趣的统计:75招学会数据分析](http://www.ituring.com.cn/book/1094) 479 | 480 | [精通JavaScript(第2版)](http://www.ituring.com.cn/book/1714) 481 | 482 | [信息检索导论](http://www.ituring.com.cn/book/127) 483 | 484 | [Kali Linux & BackTrack渗透测试实战](http://www.ituring.com.cn/book/1286) 485 | 486 | [精通ASP.NET 4.5(第5版)](http://www.ituring.com.cn/book/1198) 487 | 488 | [LTE权威指南](http://www.ituring.com.cn/book/939) 489 | 490 | [Elasticsearch服务器开发(第2版)](http://www.ituring.com.cn/book/1447) 491 | 492 | [JavaScript DOM编程艺术(第2版)](http://www.ituring.com.cn/book/42) 493 | 494 | [古典音乐大研究](http://www.ituring.com.cn/book/1310) 495 | 496 | [产品经理必知必会](http://www.ituring.com.cn/book/1297) 497 | 498 | [七周七并发模型](http://www.ituring.com.cn/book/1649) 499 | 500 | [可能与不可能的边界:P/NP问题趣史](http://www.ituring.com.cn/book/1184) 501 | 502 | [算法(第4版)](http://www.ituring.com.cn/book/875) 503 | 504 | [jQuery Mobile开发指南](http://www.ituring.com.cn/book/1335) 505 | 506 | [计算机程序设计艺术 卷2:半数值算法(英文版•第3版)](http://www.ituring.com.cn/book/116) 507 | 508 | [计算机是怎样跑起来的](http://www.ituring.com.cn/book/1139) 509 | 510 | [精通Puppet配置管理工具(第2版)](http://www.ituring.com.cn/book/1300) 511 | 512 | [客户端存储技术](http://www.ituring.com.cn/book/1836) 513 | 514 | [雷电之书:解密自然与生命的原始能量](http://www.ituring.com.cn/book/1806) 515 | 516 | [机器人科技:技术变革与未来图景](http://www.ituring.com.cn/book/1590) 517 | 518 | [深入理解C#(第3版)](http://www.ituring.com.cn/book/1200) 519 | 520 | [程序员思维修炼(修订版)](http://www.ituring.com.cn/book/1529) 521 | 522 | [AKB48 Group官方访谈集:星光的起点与纪念](http://www.ituring.com.cn/book/1828) 523 | 524 | [你不可不知的50个物理知识](http://www.ituring.com.cn/book/166) 525 | 526 | [黑客攻防技术宝典:Web实战篇(第2版)](http://www.ituring.com.cn/book/885) 527 | 528 | [图解TCP/IP(第5版)](http://www.ituring.com.cn/book/1018) 529 | 530 | [程序是怎样跑起来的](http://www.ituring.com.cn/book/1136) 531 | 532 | [Spark快速大数据分析](http://www.ituring.com.cn/book/1558) 533 | 534 | [你不可不知的50个基因秘密](http://www.ituring.com.cn/book/989) 535 | 536 | [React Native入门与实战](http://www.ituring.com.cn/book/1762) 537 | 538 | [应用随机过程:概率模型导论(英文版•第11版)](http://www.ituring.com.cn/book/1464) 539 | 540 | [产品经理那些事儿](http://www.ituring.com.cn/book/1334) 541 | 542 | [软件随想录 卷2](http://www.ituring.com.cn/book/1655) 543 | 544 | [家用游戏机简史](http://www.ituring.com.cn/book/1628) 545 | 546 | [MEAN Web开发](http://www.ituring.com.cn/book/1536) 547 | 548 | [软件开发与创新:ThoughtWorks文集(续集)](http://www.ituring.com.cn/book/1109) 549 | 550 | [深入理解Oracle 12c数据库管理(第2版)](http://www.ituring.com.cn/book/1244) 551 | 552 | [数学思维导论:学会像数学家一样思考](http://www.ituring.com.cn/book/1110) 553 | 554 | [网络游戏核心技术与实战](http://www.ituring.com.cn/book/1096) 555 | 556 | [Python数据挖掘入门与实践](http://www.ituring.com.cn/book/1745) 557 | 558 | [Java编程思维](http://www.ituring.com.cn/book/1867) 559 | 560 | [iOS开发指南:从Hello World到App Store上架(第4版)](http://www.ituring.com.cn/book/1842) 561 | 562 | [精通CSS:高级Web标准解决方案(第2版)](http://www.ituring.com.cn/book/182) 563 | 564 | [图解HTTP](http://www.ituring.com.cn/book/1229) 565 | 566 | [Cocos2d](http://www.ituring.com.cn/book/1461) 567 | 568 | [EECS应用概率论](http://www.ituring.com.cn/book/1365) 569 | 570 | [学习R](http://www.ituring.com.cn/book/1187) 571 | 572 | [面向模式的软件架构,卷1:模式系统(软件模式领域的“百科全书”式著作、“POSA”五卷开山之作,经典、权威、实用,软件开发从业人员学习和研究设计模式的必读之作)](http://www.ituring.com.cn/book/983) 573 | 574 | [神奇的数学:牛津教授给青少年的讲座](http://www.ituring.com.cn/book/906) 575 | 576 | [学习敏捷:构建高效团队](http://www.ituring.com.cn/book/1567) 577 | 578 | [深入React技术栈](http://www.ituring.com.cn/book/1898) 579 | 580 | [极客好父亲:适合爸爸和孩子一起做的极客项目和活动](http://www.ituring.com.cn/book/1384) 581 | 582 | [算法的乐趣](http://www.ituring.com.cn/book/1605) 583 | 584 | [高性能Android应用开发](http://www.ituring.com.cn/book/1750) 585 | 586 | [JavaScript基础教程(第9版)](http://www.ituring.com.cn/book/1633) 587 | 588 | [大话重构](http://www.ituring.com.cn/book/1375) 589 | 590 | [逆向工程核心原理 ](http://www.ituring.com.cn/book/1266) 591 | 592 | [Java 8函数式编程](http://www.ituring.com.cn/book/1448) 593 | 594 | [Android软件安全与逆向分析](http://www.ituring.com.cn/book/1131) 595 | 596 | [影响宇宙学发展的20个大问题](http://www.ituring.com.cn/book/1038) 597 | 598 | [设计思维:东京大学思维素养访谈集2](http://www.ituring.com.cn/book/1948) 599 | 600 | [Meteor实战](http://www.ituring.com.cn/book/1837) 601 | 602 | [Android编程权威指南](http://www.ituring.com.cn/book/1063) 603 | 604 | [走进大数据:组织如何推进大数据战略](http://www.ituring.com.cn/book/1664) 605 | 606 | [.NET框架设计:模式、配置、工具 ](http://www.ituring.com.cn/book/1603) 607 | 608 | [Docker经典实例](http://www.ituring.com.cn/book/1789) 609 | 610 | [具体数学:计算机科学基础(第2版) ](http://www.ituring.com.cn/book/932) 611 | 612 | [深入浅出Node.js](http://www.ituring.com.cn/book/1290) 613 | 614 | [精通Objective](http://www.ituring.com.cn/book/1197) 615 | 616 | [Bootstrap实战](http://www.ituring.com.cn/book/1418) 617 | 618 | [精益创业实战(第2版)(精益系列丛书,《精益创业》作者埃里克·莱斯主编)](http://www.ituring.com.cn/book/949) 619 | 620 | [Python编程:从入门到实践](http://www.ituring.com.cn/book/1861) 621 | 622 | [产品经理面试宝典](http://www.ituring.com.cn/book/1332) 623 | 624 | [深入浅出Ext JS(第3版)](http://www.ituring.com.cn/book/1247) 625 | 626 | [数学万花筒2(修订版)](http://www.ituring.com.cn/book/1947) 627 | 628 | [矩阵分析(英文版•第2版)](http://www.ituring.com.cn/book/1092) 629 | 630 | [Oracle性能诊断艺术(第2版)](http://www.ituring.com.cn/book/1465) 631 | 632 | [SQL基础教程](http://www.ituring.com.cn/book/1086) 633 | 634 | [JavaScript编程全解](http://www.ituring.com.cn/book/1140) 635 | 636 | [机器学习系统设计](http://www.ituring.com.cn/book/1192) 637 | 638 | [Unity 5权威讲解](http://www.ituring.com.cn/book/1568) 639 | 640 | [从零开始学Swift](http://www.ituring.com.cn/book/1781) 641 | 642 | [谷歌和亚马逊如何做产品](http://www.ituring.com.cn/book/1082) 643 | 644 | [系统化思维导论(25周年纪念版)](http://www.ituring.com.cn/book/1148) 645 | 646 | [图解物联网](http://www.ituring.com.cn/book/1803) 647 | 648 | [推荐系统实践](http://www.ituring.com.cn/book/894) 649 | 650 | [GitHub实践](http://www.ituring.com.cn/book/1820) 651 | 652 | [精益数据分析(精益系列丛书,《精益创业》作者埃里克·莱斯主编)](http://www.ituring.com.cn/book/1125) 653 | 654 | [结网@改变世界的互联网产品经理(修订版)](http://www.ituring.com.cn/book/1157) 655 | 656 | [SEO教程:搜索引擎优化入门与进阶(第3版)](http://www.ituring.com.cn/book/1456) 657 | 658 | [东京大学通识讲座3:纯情篇](http://www.ituring.com.cn/book/1886) 659 | 660 | [写给大家看的设计书(第4版)(平装)](http://www.ituring.com.cn/book/1757) 661 | 662 | [人人都是数据分析师:Tableau应用实战](http://www.ituring.com.cn/book/1736) 663 | 664 | [算法新解](http://www.ituring.com.cn/book/1907) 665 | 666 | [Spring Boot实战](http://www.ituring.com.cn/book/1884) 667 | 668 | [单元测试的艺术(第2版)](http://www.ituring.com.cn/book/1336) 669 | 670 | [JSON必知必会](http://www.ituring.com.cn/book/1720) 671 | 672 | [Python基础教程(第2版•修订版)](http://www.ituring.com.cn/book/1396) 673 | 674 | [日本电子产业兴衰录](http://www.ituring.com.cn/book/1738) 675 | 676 | [R语言入门与实践](http://www.ituring.com.cn/book/1540) 677 | 678 | [OpenStack部署实践(第2版)](http://www.ituring.com.cn/book/1756) 679 | 680 | [精通Ext JS](http://www.ituring.com.cn/book/1189) 681 | 682 | [Swift基础教程(第2版)](http://www.ituring.com.cn/book/1832) 683 | 684 | [计算机程序设计艺术 卷3:排序与查找(英文版•第2版)](http://www.ituring.com.cn/book/118) 685 | 686 | [深入解析Windows操作系统,卷1(英文版 第6版) ](http://www.ituring.com.cn/book/1026) 687 | 688 | [ASP.NET Web API设计](http://www.ituring.com.cn/book/1450) 689 | 690 | [Spark高级数据分析](http://www.ituring.com.cn/book/1668) 691 | 692 | [Android应用UI设计模式](http://www.ituring.com.cn/book/1174) 693 | 694 | [影响力:让网站内容打动访客](http://www.ituring.com.cn/book/915) 695 | 696 | [程序员的数学](http://www.ituring.com.cn/book/898) 697 | 698 | [HTML5与CSS3设计模式](http://www.ituring.com.cn/book/903) 699 | 700 | [深入理解C#(第2版)](http://www.ituring.com.cn/book/763) 701 | 702 | [数字通信基础](http://www.ituring.com.cn/book/145) 703 | 704 | [简约至上:交互式设计四策略](http://www.ituring.com.cn/book/69) 705 | 706 | [Go语言编程](http://www.ituring.com.cn/book/967) 707 | 708 | [饮食营养大研究](http://www.ituring.com.cn/book/1311) 709 | 710 | [有趣的二进制:软件安全与逆向分析](http://www.ituring.com.cn/book/1500) 711 | 712 | [学习JavaScript数据结构与算法](http://www.ituring.com.cn/book/1613) 713 | 714 | [搞砸了的设计:随处可见的BAD UI](http://www.ituring.com.cn/book/1706) 715 | 716 | [设计的教室](http://www.ituring.com.cn/book/1708) 717 | 718 | [ActionScript 3.0游戏编程(第2版)](http://www.ituring.com.cn/book/760) 719 | 720 | [微交互:细节设计成就卓越产品(设计大师唐·诺曼作序,Gmail、Google Reader设计师Kevin Fox等设计界大牛鼎力推荐!)](http://www.ituring.com.cn/book/1223) 721 | 722 | [React Native开发指南](http://www.ituring.com.cn/book/1846) 723 | 724 | [Oracle Database 12c性能优化攻略](http://www.ituring.com.cn/book/1532) 725 | 726 | [图解服务器端网络架构](http://www.ituring.com.cn/book/1494) 727 | 728 | [平面宇宙:与二维世界的一次亲密接触](http://www.ituring.com.cn/book/1224) 729 | 730 | [番茄工作法图解:简单易行的时间管理方法[软精装] ](http://www.ituring.com.cn/book/1514) 731 | 732 | [图解基础设施设计模式](http://www.ituring.com.cn/book/1504) 733 | 734 | [电子电气工程师必知必会(第3版)](http://www.ituring.com.cn/book/1041) 735 | 736 | [图解力:跟顶级设计师学作信息图](http://www.ituring.com.cn/book/1017) 737 | 738 | [Arduino技术内幕](http://www.ituring.com.cn/book/901) 739 | 740 | [图解网络硬件](http://www.ituring.com.cn/book/1166) 741 | 742 | [Android安全攻防权威指南](http://www.ituring.com.cn/book/1378) 743 | 744 | [项目管理新思维:交互产业启示录](http://www.ituring.com.cn/book/1056) 745 | 746 | [以太网权威指南(第2版)](http://www.ituring.com.cn/book/1446) -------------------------------------------------------------------------------- /find_turing_pdf.py: -------------------------------------------------------------------------------- 1 | import requests 2 | import re 3 | import threading 4 | import queue 5 | 6 | URL = re.compile('book/\d{1,}') 7 | 8 | url_format = 'http://www.ituring.com.cn/book?tab=book&sort=hot&page={}' 9 | url_book = 'http://www.ituring.com.cn/{}' 10 | 11 | state = '样书兑换' 12 | 13 | MAX = 58 14 | 15 | page = set() 16 | 17 | htmls = [] 18 | urls = set() 19 | 20 | for page in range(MAX): 21 | url = url_format.format(page) 22 | htmls.append(requests.get(url).text) 23 | print(page) 24 | 25 | for html in htmls: 26 | for item in URL.findall(html): 27 | urls.add(item) 28 | 29 | 30 | s = threading.Semaphore(15) 31 | 32 | def task(url, q, s): 33 | try: 34 | r = requests.get(url).text 35 | t = q.put((url, r)) 36 | print(url, ' is ok') 37 | except Exception as err: 38 | print(err) 39 | finally: 40 | s.release() 41 | 42 | books = queue.Queue() 43 | for url in urls: 44 | s.acquire() 45 | url = url_book.format(url) 46 | t = threading.Thread(target=task, args=(url, books, s)) 47 | t.start() 48 | 49 | 50 | def makedown(html): 51 | pattern = '[{}]({})\r\n' 52 | title = re.compile('(?<=).+(?=)') 53 | 54 | result = [] 55 | for url, data in html: 56 | if '样书兑换' in data: 57 | bookname = title.findall(data)[0] 58 | bookname, _ = bookname.split('-', 1) 59 | result.append(pattern.format(bookname, url)) 60 | else: 61 | continue 62 | return result 63 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | ## 图灵社区可用银子兑换的图书 2 | 3 | 图灵社区改版了,能用银子越换的图书不在一个可选面页内,找起来很麻烦,干脆做个超链接面页。 4 | 5 | 6 | [面向模式的软件架构,卷2:并发和联网对象模式](http://www.ituring.com.cn/book/982) 7 | 8 | [OpenCV计算机视觉编程攻略(第2版)](http://www.ituring.com.cn/book/1520) 9 | 10 | [计算机程序设计艺术 卷2:半数值算法(第3版)](http://www.ituring.com.cn/book/987) 11 | 12 | [社会工程:防范钓鱼欺诈(卷3)](http://www.ituring.com.cn/book/1696) 13 | 14 | [黑客与画家:硅谷创业之父Paul Graham文集](http://www.ituring.com.cn/book/39) 15 | 16 | [8位单片机C语言编程:基于PIC16](http://www.ituring.com.cn/book/142) 17 | 18 | [移动应用UI设计模式(第2版)](http://www.ituring.com.cn/book/1453) 19 | 20 | [程序员的数学3:线性代数](http://www.ituring.com.cn/book/1239) 21 | 22 | [iOS编程实战](http://www.ituring.com.cn/book/1340) 23 | 24 | [软件定义网络:SDN与OpenFlow解析(迄今为止SDN领域最权威最重要的著作)](http://www.ituring.com.cn/book/1261) 25 | 26 | [JavaScript高级程序设计(第3版)](http://www.ituring.com.cn/book/946) 27 | 28 | [进化:从孤胆极客到高效团队](http://www.ituring.com.cn/book/1759) 29 | 30 | [设计也幽默:平面设计师的幽默指南](http://www.ituring.com.cn/book/1729) 31 | 32 | [挑战程序设计竞赛(第2版)](http://www.ituring.com.cn/book/1044) 33 | 34 | [创意型领袖:从CEO到DEO](http://www.ituring.com.cn/book/1296) 35 | 36 | [C#经典实例(第4版)](http://www.ituring.com.cn/book/1746) 37 | 38 | [黑客攻防技术宝典:浏览器实战篇](http://www.ituring.com.cn/book/1379) 39 | 40 | [开关电源手册(第3版)](http://www.ituring.com.cn/book/936) 41 | 42 | [自行车大研究](http://www.ituring.com.cn/book/1316) 43 | 44 | [Go并发编程实战](http://www.ituring.com.cn/book/1525) 45 | 46 | [你不可不知的50个文学知识](http://www.ituring.com.cn/book/856) 47 | 48 | [Linux Shell脚本攻略(第2版)](http://www.ituring.com.cn/book/1170) 49 | 50 | [宇宙的历程](http://www.ituring.com.cn/book/1385) 51 | 52 | [网络是怎样连接的 ](http://www.ituring.com.cn/book/1758) 53 | 54 | [你不可不知的50种武器和战术](http://www.ituring.com.cn/book/1071) 55 | 56 | [算法(英文版•第4版)](http://www.ituring.com.cn/book/1807) 57 | 58 | [大便通:便秘、肥胖、衰老与肠道菌](http://www.ituring.com.cn/book/1972) 59 | 60 | [Python项目开发实战(第2版)](http://www.ituring.com.cn/book/1719) 61 | 62 | [神舟飞天真奇妙(随书附赠VR眼镜)](http://www.ituring.com.cn/book/1901) 63 | 64 | [PHP编程实战](http://www.ituring.com.cn/book/821) 65 | 66 | [精简:无印良品与品牌理念打造](http://www.ituring.com.cn/book/1881) 67 | 68 | [设计师要懂心理学2](http://www.ituring.com.cn/book/1751) 69 | 70 | [数学分析八讲(修订版)](http://www.ituring.com.cn/book/1622) 71 | 72 | [Android编程权威指南(第2版)](http://www.ituring.com.cn/book/1753) 73 | 74 | [精通Metasploit渗透测试](http://www.ituring.com.cn/book/1490) 75 | 76 | [Objective](http://www.ituring.com.cn/book/1129) 77 | 78 | [精通Swift设计模式](http://www.ituring.com.cn/book/1676) 79 | 80 | [软件测试实战:微软技术专家经验总结](http://www.ituring.com.cn/book/1346) 81 | 82 | [数学万花筒3:夏尔摩斯探案集](http://www.ituring.com.cn/book/1609) 83 | 84 | [Unity游戏设计与实现:南梦宫一线程序员的开发实例(修订版)](http://www.ituring.com.cn/book/1855) 85 | 86 | [Unity 3D游戏开发](http://www.ituring.com.cn/book/1015) 87 | 88 | [精益招聘:打造最强悍创业团队](http://www.ituring.com.cn/book/1685) 89 | 90 | [你不可不知的50个天文知识](http://www.ituring.com.cn/book/1013) 91 | 92 | [精通开关电源设计](http://www.ituring.com.cn/book/431) 93 | 94 | [动物巢穴大研究](http://www.ituring.com.cn/book/1314) 95 | 96 | [Oracle Database 9i/10g/11g编程艺术:深入数据库体系结构(第2版)](http://www.ituring.com.cn/book/66) 97 | 98 | [咨询的奥秘:寻求和提出建议的智慧](http://www.ituring.com.cn/book/1150) 99 | 100 | [数学与生活(修订版)](http://www.ituring.com.cn/book/1515) 101 | 102 | [JavaScript设计模式与开发实践](http://www.ituring.com.cn/book/1632) 103 | 104 | [影响物理发展的20个大问题](http://www.ituring.com.cn/book/782) 105 | 106 | [计算机程序设计艺术 卷1:基本算法(第3版)](http://www.ituring.com.cn/book/993) 107 | 108 | [精通开关电源设计(第2版)](http://www.ituring.com.cn/book/1069) 109 | 110 | [心理学达人迷](http://www.ituring.com.cn/book/886) 111 | 112 | [算法帝国(入选中国好书榜)](http://www.ituring.com.cn/book/1113) 113 | 114 | [Objective](http://www.ituring.com.cn/book/1101) 115 | 116 | [只是为了好玩:Linux之父林纳斯自传](http://www.ituring.com.cn/book/1115) 117 | 118 | [Scala与Clojure函数式编程模式:Java虚拟机高效编程](http://www.ituring.com.cn/book/1320) 119 | 120 | [UNIX网络编程 卷2:进程间通信(英文版•第2版)](http://www.ituring.com.cn/book/242) 121 | 122 | [无界面交互:潜移默化的UX设计方略](http://www.ituring.com.cn/book/1650) 123 | 124 | [哲学哲学鸡蛋糕](http://www.ituring.com.cn/book/1639) 125 | 126 | [玩不够的数学:算术与几何的妙趣](http://www.ituring.com.cn/book/1731) 127 | 128 | [Spark机器学习](http://www.ituring.com.cn/book/1569) 129 | 130 | [深入剖析Android开发:小应用里的大智慧](http://www.ituring.com.cn/book/964) 131 | 132 | [Cocos2d](http://www.ituring.com.cn/book/1468) 133 | 134 | [你不可不知的50个未来大预言](http://www.ituring.com.cn/book/1112) 135 | 136 | [凤凰项目:一个IT运维的传奇故事](http://www.ituring.com.cn/book/1545) 137 | 138 | [希格斯粒子是如何找到的:史上最大物理实验的内部故事](http://www.ituring.com.cn/book/1437) 139 | 140 | [速度与激情:以网站性能提升用户体验](http://www.ituring.com.cn/book/1572) 141 | 142 | [24小时365天不间断服务:服务器/基础设施核心技术 ](http://www.ituring.com.cn/book/1022) 143 | 144 | [高性能iOS应用开发](http://www.ituring.com.cn/book/1924) 145 | 146 | [中村俊辅:任意球大师的“察知力”](http://www.ituring.com.cn/book/1872) 147 | 148 | [网页设计创意书(卷4)](http://www.ituring.com.cn/book/1506) 149 | 150 | [代码之髓:编程语言核心概念](http://www.ituring.com.cn/book/1233) 151 | 152 | [超弦理论:探究时间、空间及宇宙的本原](http://www.ituring.com.cn/book/1376) 153 | 154 | [咨询的奥秘(续):咨询师的百宝箱](http://www.ituring.com.cn/book/1149) 155 | 156 | [Java 8实战](http://www.ituring.com.cn/book/1537) 157 | 158 | [浴缸里的惊叹:256道让你恍然大悟的趣题](http://www.ituring.com.cn/book/1417) 159 | 160 | [Python编程入门(第3版)](http://www.ituring.com.cn/book/1196) 161 | 162 | [R语言实战(第2版)](http://www.ituring.com.cn/book/1699) 163 | 164 | [庞加莱猜想:追寻宇宙的形状](http://www.ituring.com.cn/book/1726) 165 | 166 | [你不可不知的50个脑科学知识](http://www.ituring.com.cn/book/1179) 167 | 168 | [瞬间之美:Web界面设计如何让用户心动](http://www.ituring.com.cn/book/305) 169 | 170 | [Objective](http://www.ituring.com.cn/book/1023) 171 | 172 | [HTML5程序设计(第2版)](http://www.ituring.com.cn/book/938) 173 | 174 | [图解网站分析(修订版):让流量倍增的网站优化方法](http://www.ituring.com.cn/book/1307) 175 | 176 | [一个定理的诞生:我与菲尔茨奖的一千个日夜](http://www.ituring.com.cn/book/1735) 177 | 178 | [Linux就是这个范儿](http://www.ituring.com.cn/book/1435) 179 | 180 | [游戏性是什么:如何更好地创作与体验游戏](http://www.ituring.com.cn/book/1627) 181 | 182 | [4G移动通信技术权威指南:LTE与LTE](http://www.ituring.com.cn/book/1355) 183 | 184 | [趣味学数学](http://www.ituring.com.cn/book/1105) 185 | 186 | [精益企业:高效能组织如何规模化创新((精益系列丛书,《精益创业》作者埃里克·莱斯主编))](http://www.ituring.com.cn/book/1544) 187 | 188 | [Software Design 中文版 02](http://www.ituring.com.cn/book/1269) 189 | 190 | [响应式Web设计:HTML5和CSS3实战(第2版) ](http://www.ituring.com.cn/book/1817) 191 | 192 | [汽车是怎样跑起来的](http://www.ituring.com.cn/book/1135) 193 | 194 | [领域专用语言实战](http://www.ituring.com.cn/book/836) 195 | 196 | [化学元素大研究](http://www.ituring.com.cn/book/1312) 197 | 198 | [创业的智慧:世界顶级创业导师的洞见](http://www.ituring.com.cn/book/1190) 199 | 200 | [Python计算机视觉编程](http://www.ituring.com.cn/book/1349) 201 | 202 | [Ruby基础教程(第4版)](http://www.ituring.com.cn/book/1237) 203 | 204 | [深入Linux内核架构](http://www.ituring.com.cn/book/167) 205 | 206 | [软件开发本质论:追求简约、体现价值、逐步构建](http://www.ituring.com.cn/book/1897) 207 | 208 | [宝石图鉴:石中的秩序与世界](http://www.ituring.com.cn/book/1309) 209 | 210 | [概率论及其应用(卷1•第3版)](http://www.ituring.com.cn/book/1162) 211 | 212 | [WEB+DB PRESS 中文版 02](http://www.ituring.com.cn/book/1637) 213 | 214 | [Hello Kitty的秘密](http://www.ituring.com.cn/book/1502) 215 | 216 | [深入解析Windows操作系统,卷2(英文版 第6版)](http://www.ituring.com.cn/book/1083) 217 | 218 | [iOS开发指南:从零基础到App Store上架(第2版)](http://www.ituring.com.cn/book/1364) 219 | 220 | [跟阿铭学Linux](http://www.ituring.com.cn/book/1481) 221 | 222 | [Unity API解析](http://www.ituring.com.cn/book/1474) 223 | 224 | [你的灯亮着吗?发现问题的真正所在](http://www.ituring.com.cn/book/1080) 225 | 226 | [数据结构与算法JavaScript描述](http://www.ituring.com.cn/book/1440) 227 | 228 | [追踪引力波:寻找时空的涟漪](http://www.ituring.com.cn/book/1928) 229 | 230 | [数学悖论与三次数学危机](http://www.ituring.com.cn/book/1873) 231 | 232 | [证明达尔文:进化和生物创造性的一个数学理论](http://www.ituring.com.cn/book/1386) 233 | 234 | [AKB48的格子裙经济学:粉丝效应中的新生与创意](http://www.ituring.com.cn/book/1479) 235 | 236 | [Python网络编程攻略](http://www.ituring.com.cn/book/1484) 237 | 238 | [东京大学通识讲座:贯通篇](http://www.ituring.com.cn/book/1790) 239 | 240 | [Scratch少儿趣味编程2](http://www.ituring.com.cn/book/1860) 241 | 242 | [金融时间序列分析(第3版)](http://www.ituring.com.cn/book/843) 243 | 244 | [应用随机过程:概率模型导论(第10版)](http://www.ituring.com.cn/book/41) 245 | 246 | [程序员的数学2:概率统计](http://www.ituring.com.cn/book/1254) 247 | 248 | [玩转无人机](http://www.ituring.com.cn/book/1728) 249 | 250 | [世界是数字的(谷歌常务董事长施密特和盖茨及扎克伯格导师刘易斯重磅推荐)](http://www.ituring.com.cn/book/1039) 251 | 252 | [CCNA学习指南:路由和交换认证(100](http://www.ituring.com.cn/book/1273) 253 | 254 | [游戏设计的236个技巧:游戏机制、关卡设计和镜头窍门](http://www.ituring.com.cn/book/1672) 255 | 256 | [代码本色:用编程模拟自然系统](http://www.ituring.com.cn/book/1292) 257 | 258 | [黑客与设计:剖析设计之美的秘密](http://www.ituring.com.cn/book/893) 259 | 260 | [Node与Express开发](http://www.ituring.com.cn/book/1485) 261 | 262 | [RF权威指南](http://www.ituring.com.cn/book/997) 263 | 264 | [注意力:专注的科学与训练](http://www.ituring.com.cn/book/1834) 265 | 266 | [黑客攻防技术宝典:iOS实战篇](http://www.ituring.com.cn/book/1068) 267 | 268 | [多设备体验设计:物联网时代产品开发模式](http://www.ituring.com.cn/book/1191) 269 | 270 | [度量:一首献给数学的情歌](http://www.ituring.com.cn/book/1383) 271 | 272 | [计算机程序设计艺术 卷3:排序与查找(第2版)](http://www.ituring.com.cn/book/926) 273 | 274 | [父与子的编程之旅:与小卡特一起学Python](http://www.ituring.com.cn/book/1353) 275 | 276 | [CPU自制入门](http://www.ituring.com.cn/book/1142) 277 | 278 | [写给大家看的安卓应用开发书:App Inventor 2快速入门与实战](http://www.ituring.com.cn/book/1704) 279 | 280 | [写给大家看的设计书(第4版)[精装版]](http://www.ituring.com.cn/book/1551) 281 | 282 | [番茄工作法图解:简单易行的时间管理方法](http://www.ituring.com.cn/book/60) 283 | 284 | [好设计不简单Ⅱ:UI设计师必须了解的那些事](http://www.ituring.com.cn/book/1032) 285 | 286 | [认知与设计:理解UI设计准则(第2版) ](http://www.ituring.com.cn/book/1345) 287 | 288 | [Node.js实战](http://www.ituring.com.cn/book/1061) 289 | 290 | [MongoDB权威指南(第2版)](http://www.ituring.com.cn/book/1172) 291 | 292 | [思考的乐趣:Matrix67数学笔记](http://www.ituring.com.cn/book/890) 293 | 294 | [Android Launcher应用开发](http://www.ituring.com.cn/book/1787) 295 | 296 | [R包开发](http://www.ituring.com.cn/book/1688) 297 | 298 | [明解C语言(第3版):入门篇](http://www.ituring.com.cn/book/1671) 299 | 300 | [精通Windows应用开发](http://www.ituring.com.cn/book/1122) 301 | 302 | [软件随想录 卷1](http://www.ituring.com.cn/book/1104) 303 | 304 | [计算机体系结构:量化研究方法(第5版)](http://www.ituring.com.cn/book/888) 305 | 306 | [微服务设计](http://www.ituring.com.cn/book/1573) 307 | 308 | [互联网思维的企业(入选中国好书榜)](http://www.ituring.com.cn/book/1133) 309 | 310 | [大数据:互联网大规模数据挖掘与分布式处理(第2版)](http://www.ituring.com.cn/book/1561) 311 | 312 | [运算放大器权威指南(第4版)](http://www.ituring.com.cn/book/1164) 313 | 314 | [Scala程序设计(第2版)](http://www.ituring.com.cn/book/1593) 315 | 316 | [Python网络数据采集](http://www.ituring.com.cn/book/1709) 317 | 318 | [游戏开发的数学和物理](http://www.ituring.com.cn/book/1373) 319 | 320 | [C#图解教程(第4版)](http://www.ituring.com.cn/book/1108) 321 | 322 | [自制编程语言](http://www.ituring.com.cn/book/1159) 323 | 324 | [Qt 5开发实战](http://www.ituring.com.cn/book/1463) 325 | 326 | [爱上电子学:创客的趣味电子实验(第2版)](http://www.ituring.com.cn/book/1890) 327 | 328 | [HTML5数据推送应用开发](http://www.ituring.com.cn/book/1443) 329 | 330 | [情感与设计](http://www.ituring.com.cn/book/1060) 331 | 332 | [机器学习](http://www.ituring.com.cn/book/1119) 333 | 334 | [ActionScript大型网页游戏开发](http://www.ituring.com.cn/book/71) 335 | 336 | [如何思考:东京大学思维素养访谈集](http://www.ituring.com.cn/book/1934) 337 | 338 | [算法基础(第5版)](http://www.ituring.com.cn/book/1535) 339 | 340 | [宇航员大研究](http://www.ituring.com.cn/book/1317) 341 | 342 | [运算放大器应用技术手册](http://www.ituring.com.cn/book/379) 343 | 344 | [机器学习实战](http://www.ituring.com.cn/book/1021) 345 | 346 | [HTML5权威指南(迄今为止最全面详实的网页设计参考书)](http://www.ituring.com.cn/book/931) 347 | 348 | [北野武的伟大旅程:重新发现世界的十一次探险](http://www.ituring.com.cn/book/1786) 349 | 350 | [你不知道的JavaScript(上卷)](http://www.ituring.com.cn/book/1488) 351 | 352 | [Oracle编程艺术:深入理解数据库体系结构(第3版)](http://www.ituring.com.cn/book/1562) 353 | 354 | [建筑中的数学之旅](http://www.ituring.com.cn/book/1090) 355 | 356 | [用数学的语言看世界](http://www.ituring.com.cn/book/1931) 357 | 358 | [如何变得有思想:阮一峰博客文集](http://www.ituring.com.cn/book/1533) 359 | 360 | [数学那些事儿:思想、发现、人物和历史](http://www.ituring.com.cn/book/55) 361 | 362 | [优秀的叛逆者:引领组织变革的力量](http://www.ituring.com.cn/book/1557) 363 | 364 | [HTML5与CSS3基础教程(第8版) 【Web开发百万级畅销图书,零起点轻松掌握HTML5和CSS3】](http://www.ituring.com.cn/book/1199) 365 | 366 | [自然计算:DNA、量子比特和智能机器的未来](http://www.ituring.com.cn/book/1103) 367 | 368 | [Linux程序设计(第4版)](http://www.ituring.com.cn/book/171) 369 | 370 | [Docker——容器与容器云(第2版)](http://www.ituring.com.cn/book/1899) 371 | 372 | [AngularJS权威教程](http://www.ituring.com.cn/book/1438) 373 | 374 | [Scratch少儿趣味编程](http://www.ituring.com.cn/book/1374) 375 | 376 | [Software Design 中文版 01](http://www.ituring.com.cn/book/1268) 377 | 378 | [智取程序员面试](http://www.ituring.com.cn/book/1293) 379 | 380 | [实用金融期权估值导论(英文版)](http://www.ituring.com.cn/book/306) 381 | 382 | [Unity游戏设计与实现:南梦宫一线程序员的开发实例 ](http://www.ituring.com.cn/book/1298) 383 | 384 | [设计师要懂心理学](http://www.ituring.com.cn/book/874) 385 | 386 | [图解CIO工作指南(第4版)](http://www.ituring.com.cn/book/1241) 387 | 388 | [我的第一本编程书](http://www.ituring.com.cn/book/1740) 389 | 390 | [啊哈!算法](http://www.ituring.com.cn/book/1430) 391 | 392 | [Flask Web开发:基于Python的Web应用开发实战](http://www.ituring.com.cn/book/1449) 393 | 394 | [特斯拉:电气时代的开创者](http://www.ituring.com.cn/book/1253) 395 | 396 | [应用随机过程:概率模型导论(第11版)](http://www.ituring.com.cn/book/1722) 397 | 398 | [Python Web开发:测试驱动方法](http://www.ituring.com.cn/book/1486) 399 | 400 | [东京大学通识讲座2:热血篇](http://www.ituring.com.cn/book/1827) 401 | 402 | [Cocos2d](http://www.ituring.com.cn/book/1783) 403 | 404 | [如何寻找外星人?——35问揭示科学之美](http://www.ituring.com.cn/book/785) 405 | 406 | [精通iOS开发(第6版)](http://www.ituring.com.cn/book/1390) 407 | 408 | [通关!游戏设计之道(第2版)](http://www.ituring.com.cn/book/1429) 409 | 410 | [程序员面试金典(第5版)](http://www.ituring.com.cn/book/1010) 411 | 412 | [Mahout实战](http://www.ituring.com.cn/book/862) 413 | 414 | [数据压缩导论(第4版)](http://www.ituring.com.cn/book/1118) 415 | 416 | [App,这样设计才好卖](http://www.ituring.com.cn/book/1228) 417 | 418 | [至美用户:人本设计剖析](http://www.ituring.com.cn/book/1718) 419 | 420 | [SAP实施大全](http://www.ituring.com.cn/book/749) 421 | 422 | [你不可不知的50个化学知识](http://www.ituring.com.cn/book/1658) 423 | 424 | [Ext JS实战(第2版)](http://www.ituring.com.cn/book/1358) 425 | 426 | [逆袭大学——传给IT学子的正能量](http://www.ituring.com.cn/book/1155) 427 | 428 | [项目管理修炼之道(修订版)](http://www.ituring.com.cn/book/1513) 429 | 430 | [魔力Haskell](http://www.ituring.com.cn/book/1882) 431 | 432 | [C程序设计伴侣——帮你更好地理解谭浩强老师的那本书以及更多!](http://www.ituring.com.cn/book/1085) 433 | 434 | [数字信号处理权威指南](http://www.ituring.com.cn/book/796) 435 | 436 | [MySQL与MariaDB学习指南](http://www.ituring.com.cn/book/1186) 437 | 438 | [社会工程:安全体系中的人性漏洞](http://www.ituring.com.cn/book/981) 439 | 440 | [明解C语言](http://www.ituring.com.cn/book/914) 441 | 442 | [数学女孩](http://www.ituring.com.cn/book/1675) 443 | 444 | [计算机科学概论(第11版)](http://www.ituring.com.cn/book/746) 445 | 446 | [Linux系统架构和应用技巧 ](http://www.ituring.com.cn/book/1097) 447 | 448 | [计算的本质:深入剖析程序和计算机](http://www.ituring.com.cn/book/1098) 449 | 450 | [Clojure经典实例](http://www.ituring.com.cn/book/1454) 451 | 452 | [Chrome扩展及应用开发](http://www.ituring.com.cn/book/1472) 453 | 454 | [科学的极致:漫谈人工智能](http://www.ituring.com.cn/book/1701) 455 | 456 | [宇宙之书:从托勒密、爱因斯坦到多重宇宙](http://www.ituring.com.cn/book/962) 457 | 458 | [FPGA权威指南](http://www.ituring.com.cn/book/778) 459 | 460 | [物联网设计:从原型到产品](http://www.ituring.com.cn/book/1302) 461 | 462 | [儿童四季户外活动指南](http://www.ituring.com.cn/book/1258) 463 | 464 | [Android系统服务开发](http://www.ituring.com.cn/book/1299) 465 | 466 | [引力是什么:支配宇宙万物的神秘之力](http://www.ituring.com.cn/book/1725) 467 | 468 | [Windows Phone 7程序设计](http://www.ituring.com.cn/book/816) 469 | 470 | [Erlang程序设计(第2版)](http://www.ituring.com.cn/book/1264) 471 | 472 | [Java性能权威指南](http://www.ituring.com.cn/book/1445) 473 | 474 | [未来的截面](http://www.ituring.com.cn/book/1611) 475 | 476 | [Storm源码分析](http://www.ituring.com.cn/book/1507) 477 | 478 | [有趣的统计:75招学会数据分析](http://www.ituring.com.cn/book/1094) 479 | 480 | [精通JavaScript(第2版)](http://www.ituring.com.cn/book/1714) 481 | 482 | [信息检索导论](http://www.ituring.com.cn/book/127) 483 | 484 | [Kali Linux & BackTrack渗透测试实战](http://www.ituring.com.cn/book/1286) 485 | 486 | [精通ASP.NET 4.5(第5版)](http://www.ituring.com.cn/book/1198) 487 | 488 | [LTE权威指南](http://www.ituring.com.cn/book/939) 489 | 490 | [Elasticsearch服务器开发(第2版)](http://www.ituring.com.cn/book/1447) 491 | 492 | [JavaScript DOM编程艺术(第2版)](http://www.ituring.com.cn/book/42) 493 | 494 | [古典音乐大研究](http://www.ituring.com.cn/book/1310) 495 | 496 | [产品经理必知必会](http://www.ituring.com.cn/book/1297) 497 | 498 | [七周七并发模型](http://www.ituring.com.cn/book/1649) 499 | 500 | [可能与不可能的边界:P/NP问题趣史](http://www.ituring.com.cn/book/1184) 501 | 502 | [算法(第4版)](http://www.ituring.com.cn/book/875) 503 | 504 | [jQuery Mobile开发指南](http://www.ituring.com.cn/book/1335) 505 | 506 | [计算机程序设计艺术 卷2:半数值算法(英文版•第3版)](http://www.ituring.com.cn/book/116) 507 | 508 | [计算机是怎样跑起来的](http://www.ituring.com.cn/book/1139) 509 | 510 | [精通Puppet配置管理工具(第2版)](http://www.ituring.com.cn/book/1300) 511 | 512 | [客户端存储技术](http://www.ituring.com.cn/book/1836) 513 | 514 | [雷电之书:解密自然与生命的原始能量](http://www.ituring.com.cn/book/1806) 515 | 516 | [机器人科技:技术变革与未来图景](http://www.ituring.com.cn/book/1590) 517 | 518 | [深入理解C#(第3版)](http://www.ituring.com.cn/book/1200) 519 | 520 | [程序员思维修炼(修订版)](http://www.ituring.com.cn/book/1529) 521 | 522 | [AKB48 Group官方访谈集:星光的起点与纪念](http://www.ituring.com.cn/book/1828) 523 | 524 | [你不可不知的50个物理知识](http://www.ituring.com.cn/book/166) 525 | 526 | [黑客攻防技术宝典:Web实战篇(第2版)](http://www.ituring.com.cn/book/885) 527 | 528 | [图解TCP/IP(第5版)](http://www.ituring.com.cn/book/1018) 529 | 530 | [程序是怎样跑起来的](http://www.ituring.com.cn/book/1136) 531 | 532 | [Spark快速大数据分析](http://www.ituring.com.cn/book/1558) 533 | 534 | [你不可不知的50个基因秘密](http://www.ituring.com.cn/book/989) 535 | 536 | [React Native入门与实战](http://www.ituring.com.cn/book/1762) 537 | 538 | [应用随机过程:概率模型导论(英文版•第11版)](http://www.ituring.com.cn/book/1464) 539 | 540 | [产品经理那些事儿](http://www.ituring.com.cn/book/1334) 541 | 542 | [软件随想录 卷2](http://www.ituring.com.cn/book/1655) 543 | 544 | [家用游戏机简史](http://www.ituring.com.cn/book/1628) 545 | 546 | [MEAN Web开发](http://www.ituring.com.cn/book/1536) 547 | 548 | [软件开发与创新:ThoughtWorks文集(续集)](http://www.ituring.com.cn/book/1109) 549 | 550 | [深入理解Oracle 12c数据库管理(第2版)](http://www.ituring.com.cn/book/1244) 551 | 552 | [数学思维导论:学会像数学家一样思考](http://www.ituring.com.cn/book/1110) 553 | 554 | [网络游戏核心技术与实战](http://www.ituring.com.cn/book/1096) 555 | 556 | [Python数据挖掘入门与实践](http://www.ituring.com.cn/book/1745) 557 | 558 | [Java编程思维](http://www.ituring.com.cn/book/1867) 559 | 560 | [iOS开发指南:从Hello World到App Store上架(第4版)](http://www.ituring.com.cn/book/1842) 561 | 562 | [精通CSS:高级Web标准解决方案(第2版)](http://www.ituring.com.cn/book/182) 563 | 564 | [图解HTTP](http://www.ituring.com.cn/book/1229) 565 | 566 | [Cocos2d](http://www.ituring.com.cn/book/1461) 567 | 568 | [EECS应用概率论](http://www.ituring.com.cn/book/1365) 569 | 570 | [学习R](http://www.ituring.com.cn/book/1187) 571 | 572 | [面向模式的软件架构,卷1:模式系统(软件模式领域的“百科全书”式著作、“POSA”五卷开山之作,经典、权威、实用,软件开发从业人员学习和研究设计模式的必读之作)](http://www.ituring.com.cn/book/983) 573 | 574 | [神奇的数学:牛津教授给青少年的讲座](http://www.ituring.com.cn/book/906) 575 | 576 | [学习敏捷:构建高效团队](http://www.ituring.com.cn/book/1567) 577 | 578 | [深入React技术栈](http://www.ituring.com.cn/book/1898) 579 | 580 | [极客好父亲:适合爸爸和孩子一起做的极客项目和活动](http://www.ituring.com.cn/book/1384) 581 | 582 | [算法的乐趣](http://www.ituring.com.cn/book/1605) 583 | 584 | [高性能Android应用开发](http://www.ituring.com.cn/book/1750) 585 | 586 | [JavaScript基础教程(第9版)](http://www.ituring.com.cn/book/1633) 587 | 588 | [大话重构](http://www.ituring.com.cn/book/1375) 589 | 590 | [逆向工程核心原理 ](http://www.ituring.com.cn/book/1266) 591 | 592 | [Java 8函数式编程](http://www.ituring.com.cn/book/1448) 593 | 594 | [Android软件安全与逆向分析](http://www.ituring.com.cn/book/1131) 595 | 596 | [影响宇宙学发展的20个大问题](http://www.ituring.com.cn/book/1038) 597 | 598 | [设计思维:东京大学思维素养访谈集2](http://www.ituring.com.cn/book/1948) 599 | 600 | [Meteor实战](http://www.ituring.com.cn/book/1837) 601 | 602 | [Android编程权威指南](http://www.ituring.com.cn/book/1063) 603 | 604 | [走进大数据:组织如何推进大数据战略](http://www.ituring.com.cn/book/1664) 605 | 606 | [.NET框架设计:模式、配置、工具 ](http://www.ituring.com.cn/book/1603) 607 | 608 | [Docker经典实例](http://www.ituring.com.cn/book/1789) 609 | 610 | [具体数学:计算机科学基础(第2版) ](http://www.ituring.com.cn/book/932) 611 | 612 | [深入浅出Node.js](http://www.ituring.com.cn/book/1290) 613 | 614 | [精通Objective](http://www.ituring.com.cn/book/1197) 615 | 616 | [Bootstrap实战](http://www.ituring.com.cn/book/1418) 617 | 618 | [精益创业实战(第2版)(精益系列丛书,《精益创业》作者埃里克·莱斯主编)](http://www.ituring.com.cn/book/949) 619 | 620 | [Python编程:从入门到实践](http://www.ituring.com.cn/book/1861) 621 | 622 | [产品经理面试宝典](http://www.ituring.com.cn/book/1332) 623 | 624 | [深入浅出Ext JS(第3版)](http://www.ituring.com.cn/book/1247) 625 | 626 | [数学万花筒2(修订版)](http://www.ituring.com.cn/book/1947) 627 | 628 | [矩阵分析(英文版•第2版)](http://www.ituring.com.cn/book/1092) 629 | 630 | [Oracle性能诊断艺术(第2版)](http://www.ituring.com.cn/book/1465) 631 | 632 | [SQL基础教程](http://www.ituring.com.cn/book/1086) 633 | 634 | [JavaScript编程全解](http://www.ituring.com.cn/book/1140) 635 | 636 | [机器学习系统设计](http://www.ituring.com.cn/book/1192) 637 | 638 | [Unity 5权威讲解](http://www.ituring.com.cn/book/1568) 639 | 640 | [从零开始学Swift](http://www.ituring.com.cn/book/1781) 641 | 642 | [谷歌和亚马逊如何做产品](http://www.ituring.com.cn/book/1082) 643 | 644 | [系统化思维导论(25周年纪念版)](http://www.ituring.com.cn/book/1148) 645 | 646 | [图解物联网](http://www.ituring.com.cn/book/1803) 647 | 648 | [推荐系统实践](http://www.ituring.com.cn/book/894) 649 | 650 | [GitHub实践](http://www.ituring.com.cn/book/1820) 651 | 652 | [精益数据分析(精益系列丛书,《精益创业》作者埃里克·莱斯主编)](http://www.ituring.com.cn/book/1125) 653 | 654 | [结网@改变世界的互联网产品经理(修订版)](http://www.ituring.com.cn/book/1157) 655 | 656 | [SEO教程:搜索引擎优化入门与进阶(第3版)](http://www.ituring.com.cn/book/1456) 657 | 658 | [东京大学通识讲座3:纯情篇](http://www.ituring.com.cn/book/1886) 659 | 660 | [写给大家看的设计书(第4版)(平装)](http://www.ituring.com.cn/book/1757) 661 | 662 | [人人都是数据分析师:Tableau应用实战](http://www.ituring.com.cn/book/1736) 663 | 664 | [算法新解](http://www.ituring.com.cn/book/1907) 665 | 666 | [Spring Boot实战](http://www.ituring.com.cn/book/1884) 667 | 668 | [单元测试的艺术(第2版)](http://www.ituring.com.cn/book/1336) 669 | 670 | [JSON必知必会](http://www.ituring.com.cn/book/1720) 671 | 672 | [Python基础教程(第2版•修订版)](http://www.ituring.com.cn/book/1396) 673 | 674 | [日本电子产业兴衰录](http://www.ituring.com.cn/book/1738) 675 | 676 | [R语言入门与实践](http://www.ituring.com.cn/book/1540) 677 | 678 | [OpenStack部署实践(第2版)](http://www.ituring.com.cn/book/1756) 679 | 680 | [精通Ext JS](http://www.ituring.com.cn/book/1189) 681 | 682 | [Swift基础教程(第2版)](http://www.ituring.com.cn/book/1832) 683 | 684 | [计算机程序设计艺术 卷3:排序与查找(英文版•第2版)](http://www.ituring.com.cn/book/118) 685 | 686 | [深入解析Windows操作系统,卷1(英文版 第6版) ](http://www.ituring.com.cn/book/1026) 687 | 688 | [ASP.NET Web API设计](http://www.ituring.com.cn/book/1450) 689 | 690 | [Spark高级数据分析](http://www.ituring.com.cn/book/1668) 691 | 692 | [Android应用UI设计模式](http://www.ituring.com.cn/book/1174) 693 | 694 | [影响力:让网站内容打动访客](http://www.ituring.com.cn/book/915) 695 | 696 | [程序员的数学](http://www.ituring.com.cn/book/898) 697 | 698 | [HTML5与CSS3设计模式](http://www.ituring.com.cn/book/903) 699 | 700 | [深入理解C#(第2版)](http://www.ituring.com.cn/book/763) 701 | 702 | [数字通信基础](http://www.ituring.com.cn/book/145) 703 | 704 | [简约至上:交互式设计四策略](http://www.ituring.com.cn/book/69) 705 | 706 | [Go语言编程](http://www.ituring.com.cn/book/967) 707 | 708 | [饮食营养大研究](http://www.ituring.com.cn/book/1311) 709 | 710 | [有趣的二进制:软件安全与逆向分析](http://www.ituring.com.cn/book/1500) 711 | 712 | [学习JavaScript数据结构与算法](http://www.ituring.com.cn/book/1613) 713 | 714 | [搞砸了的设计:随处可见的BAD UI](http://www.ituring.com.cn/book/1706) 715 | 716 | [设计的教室](http://www.ituring.com.cn/book/1708) 717 | 718 | [ActionScript 3.0游戏编程(第2版)](http://www.ituring.com.cn/book/760) 719 | 720 | [微交互:细节设计成就卓越产品(设计大师唐·诺曼作序,Gmail、Google Reader设计师Kevin Fox等设计界大牛鼎力推荐!)](http://www.ituring.com.cn/book/1223) 721 | 722 | [React Native开发指南](http://www.ituring.com.cn/book/1846) 723 | 724 | [Oracle Database 12c性能优化攻略](http://www.ituring.com.cn/book/1532) 725 | 726 | [图解服务器端网络架构](http://www.ituring.com.cn/book/1494) 727 | 728 | [平面宇宙:与二维世界的一次亲密接触](http://www.ituring.com.cn/book/1224) 729 | 730 | [番茄工作法图解:简单易行的时间管理方法[软精装] ](http://www.ituring.com.cn/book/1514) 731 | 732 | [图解基础设施设计模式](http://www.ituring.com.cn/book/1504) 733 | 734 | [电子电气工程师必知必会(第3版)](http://www.ituring.com.cn/book/1041) 735 | 736 | [图解力:跟顶级设计师学作信息图](http://www.ituring.com.cn/book/1017) 737 | 738 | [Arduino技术内幕](http://www.ituring.com.cn/book/901) 739 | 740 | [图解网络硬件](http://www.ituring.com.cn/book/1166) 741 | 742 | [Android安全攻防权威指南](http://www.ituring.com.cn/book/1378) 743 | 744 | [项目管理新思维:交互产业启示录](http://www.ituring.com.cn/book/1056) 745 | 746 | [以太网权威指南(第2版)](http://www.ituring.com.cn/book/1446) --------------------------------------------------------------------------------