资源简介
【实例简介】C库参考手册(英文原版)
【文件目录】
Short Contents 1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2 Error Reporting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 3 Virtual Memory Allocation And Paging . . . . . . . . . . . . . . . . . . 42 4 Character Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 5 String and Array Utilities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97 6 Character Set Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 7 Locales and Internationalization . . . . . . . . . . . . . . . . . . . . . . . . 183 8 Message Translation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 9 Searching and Sorting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 10 Pattern Matching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 11 Input/Output Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 12 Input/Output on Streams. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 13 Low-Level Input/Output. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342 14 File System Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402 15 Pipes and FIFOs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450 16 Sockets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 455 17 Low-Level Terminal Interface . . . . . . . . . . . . . . . . . . . . . . . . . . 503 18 Syslog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 531 19 Mathematics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 539 20 Arithmetic Functions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 595 21 Date and Time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640 22 Resource Usage And Limitation . . . . . . . . . . . . . . . . . . . . . . . . 678 23 Non-Local Exits. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 700 24 Signal Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709 25 The Basic Program/System Interface . . . . . . . . . . . . . . . . . . . . 754 26 Processes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798 27 Inter-Process Communication . . . . . . . . . . . . . . . . . . . . . . . . . . 810 28 Job Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812 29 System Databases and Name Service Switch . . . . . . . . . . . . . . 830 30 Users and Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840 31 System Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870 32 System Configuration Parameters. . . . . . . . . . . . . . . . . . . . . . . 887 33 Cryptographic Functions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909 ii 34 Debugging support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915 35 Threads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918 36 Internal probes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 928 37 Tunables. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934 A C Language Facilities in the Library . . . . . . . . . . . . . . . . . . . . 940 B Summary of Library Facilities. . . . . . . . . . . . . . . . . . . . . . . . . . 956 C Installing the GNU C Library . . . . . . . . . . . . . . . . . . . . . . . . . 1079 D Library Maintenance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1090 E Platform-specific facilities . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1099 F Contributors to the GNU C Library . . . . . . . . . . . . . . . . . . . . 1102 G Free Software Needs Free Documentation . . . . . . . . . . . . . . . 1108 H GNU Lesser General Public License . . . . . . . . . . . . . . . . . . . . 1110 I GNU Free Documentation License . . . . . . . . . . . . . . . . . . . . . 1119 Concept Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1127 Type Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1140 Function and Macro Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1143 Variable and Constant Macro Index . . . . . . . . . . . . . . . . . . . . . . . 1159 Program and File Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1171
代码片段和文件信息
相关资源
- Effective Modern C++ 中文
- Effective C++(中文版).azw3
- Effective Morden C++
- Effective C++ More effective C++ 中文版 .ch
- Effective Morden C++ 高清文字版
- effective modern c++网友自译版.
- [免费高清PDF版]Effective Modern C++(201
- Effective C++(第三版中文版) - Scott
- Effective C++中文版第三版 高清PDF
- Effective C++改善程序与设计的55个具体
- Effective C++中文版(第三版)
- Effective C++ 中文版2nd Edition
- Effective C++ 中文mobi格式
- Effective.Modern.C++中文版本
- Effective C++ 中文第三版 非扫描清晰版
- Effective Modern C++英文版及中文翻译
- VC读取shapefile文件源码,处理点线面
- Boost Graph Library:The User Guide and Referen
- 链表栈的基本操作(C语言
- Effective & More Effective C++ 中英文
- Effective C++ 中英文,mobi格式,适合k
- Effective C++ Third Edition 英文 第3版 PDF
- More Effective C++ 英文版pdf
- More Effective C++ 侯捷翻译 高清带书签
- Refprop9.0工质热物理性质计算程序
- EffectiveC++ 中文版 & EffectiveC++ 3rd 英文
- cplusplus 离线版 2016.6.20 C++ Reference
- More Effective C++中文版高清完整.pdf
- Effective Modern C++(中文版 + 英文版)
- Effective.Modern.C++中英文对照
评论
共有 条评论