图书介绍
程序设计实践 评注版PDF|Epub|txt|kindle电子书版本网盘下载
![程序设计实践 评注版](https://www.shukui.net/cover/69/30759135.jpg)
- (美)凯尼汉,(美)派克著 著
- 出版社: 北京:电子工业出版社
- ISBN:9787121134586
- 出版时间:2011
- 标注页数:332页
- 文件大小:17MB
- 文件页数:349页
- 主题词:程序设计
PDF下载
下载说明
程序设计实践 评注版PDF格式电子书版下载
下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!
(文件页数 要大于 标注页数,上中下等多册电子书除外)
注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具
图书目录
Chapter 1:Style(新增批注共46条)1
1.1 Names3
1.2 Expressions and Statements7
1.3 Consistency and Idioms13
1.4 Function Macros21
1.5 Magic Numbers23
1.6 Comments28
1.7 Why Bother?35
Chapter 2:Algorithms and Data Structures(新增批注共29条)37
2.1 Searching38
2.2 Sorting41
2.3 Libraries44
2.4 A Java Quicksort48
2.5 O-Notation52
2.6 Growing Arrays54
2.7 Lists57
2.8 Trees64
2.9 Hash Tables70
2.10 Summary74
Chapter 3:Design and Implementation(新增批注共12条)76
3.1 The Markov Chain Algorithm77
3.2 Data Structure Alternatives79
3.3 Building the Data Structure in C81
3.4 Generating Output85
3.5 Java89
3.6 C++93
3.7 Awk andPerl97
3.8 Performance99
3.9 Lessons101
Chapter 4:Interfaces(新增批注共20条)104
4.1 Comma-Separated Values105
4.2 A Prototype Library107
4.3 A Library for Others111
4.4 A C++ Implementation121
4.5 Interface Principles126
4.6 Resource Management130
4.7 Abort,Retry,Fail?135
4.8 User Interfaces140
Chapter 5:Debugging(新增批注共28条)144
5.1 Debuggers146
5.2 Good Clues,Easy Bugs148
5.3 No Clues,Hard Bugs153
5.4 Last Resorts160
5.5 Non-reproducible Bugs164
5.6 Debugging Tools166
5.7 Other People's Bugs169
5.8 Summary171
Chapter 6:Testing(新增批注共28条)173
6.1 Test as You Write the Code174
6.2 Systematic Testing181
6.3 Test Automation186
6.4 Test Scaffolds189
6.5 Stress Tests193
6.6 Tips for Testing197
6.7 Who Does the Testing?199
6.8 Testing the Markov Program200
6.9 Summary202
Chapter 7:Performance(新增批注共30条)204
7.1 A Bottleneck205
7.2 Timing and Profiling211
7.3 Strategies for Speed217
7.4 Tuning the Code221
7.5 Space Efficiency228
7.6 Estimation231
7.7 Summary234
Chapter 8:Portability(新增批注共30条)236
8.1 Language237
8.2 Headers and Libraries245
8.3 Program Organization247
8.4 Isolation252
8.5 Data Exchange254
8.6 Byte Order256
8.7 Portability and Upgrade259
8.8 Internationalization262
8.9 Summary266
Chapter 9:Notation(新增批注共13条)269
9.1 Formatting Data270
9.2 Regular Expressions278
9.3 Programmable Tools286
9.4 Interpreters,Compilers,and Virtual Machines289
9.5 Programs that Write Programs296
9.6 Using Macros to Generate Code300
9.7 Compiling on the Fly301
Epilogue308
Appendix:Collected Rules311
Index315