图书介绍
C++函数库查询辞典PDF|Epub|txt|kindle电子书版本网盘下载
- 陈正凯编著 著
- 出版社: 北京:中国铁道出版社
- ISBN:7113044336
- 出版时间:2001
- 标注页数:456页
- 文件大小:146MB
- 文件页数:469页
- 主题词:C++
PDF下载
下载说明
C++函数库查询辞典PDF格式电子书版下载
下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!
(文件页数 要大于 标注页数,上中下等多册电子书除外)
注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具
图书目录
第1章 C++函数库精华导览1
1-1 C++函数库精华导览2
1-2 随书光盘使用说明7
第2章 <assert.h>9
2-1 assert10
第3章 <ctype.h>13
3-1 isalnum14
3-2 isalpha15
3-3 isdigit16
3-4 isxdigit17
3-5 isupper18
3-6 islower19
3-7 isascii21
3-8 isgraph22
3-9 isprint23
3-10 isspace24
3-11 iscntrl25
3-12 ispunct25
3-13 toupper、_toupper27
3-14 tolower、_tolower28
3-15 iscsym29
第4章 <errno.h>33
4-1 错误代码对应表34
第5章 <float.h>35
5-1 float定义的所有常量36
第6章 <limits.h>39
6-1 Limits中所定义的常量列表40
第7章 <math.h>43
7-1 sin44
7-2 cos44
7-3 tan45
7-4 sinh46
7-5 cosh47
7-6 tanh47
7-7 asin48
7-8 acos49
7-9 atan49
7-10 atan251
7-11 log52
7-12 log1052
7-13 pow53
7-14 exp54
7-15 frexp55
7-16 ldexp56
7-17 cabs57
7-18 fabs58
7-19 hypot59
7-20 ceil60
7-21 floor60
7-22 modf61
7-23 fmod62
7-24 poly63
7-25 sqrt63
第8章 <stdio.h>65
8-1 fopen66
8-2 fclose67
8-3 fcloseall68
8-4 fread70
8-5 fwrite71
8-6 fputs73
8-7 puts75
8-8 fputc75
8-9 fgetc75
8-10 feof76
8-11 fseek76
8-12 ftell78
8-13 getchar78
8-14 gets79
8-15 puts79
8-16 printf79
8-17 rewind80
8-18 sprintf81
8-19 scanf82
8-20 sscanf83
8-21 putc84
8-22 fprintf85
8-23 fscanf85
8-24 ungetc88
第9章 <stdlib.h>91
9-1 stdlib.h中所定义的宏函数与常量92
9-1-1 常量92
9-1-2 宏函数_max(a,b)、_min(a,b)92
9-2 stdlib.h中所定义的函数93
9-2-1 div93
9-2-2 abs95
9-2-3 atof,atoi,afol96
9-2-4 strtod98
9-2-5 strtol98
9-2-6 itoa100
9-2-7 _fcvt101
9-2-8 _tolower、_toupper102
9-2-9 _totl、_rotr104
9-2-10 _swab105
9-2-11 qsort106
9-2-12 bsearch107
9-2-13 free108
9-2-14 malloc108
9-2-15 calloc109
9-2-16 getenv111
9-2-17 _putenv111
9-2-18 _searchenv112
9-2-19 srand113
9-2-20 rand114
9-2-21 system115
9-2-22 perr116
9-2-23 abort116
9-2-24 atexit117
9-2-25 _onexit119
9-2-26 exit121
9-2-27 _splitpath122
9-2-28 _makepath122
9-2-29 _fullpath124
第10章 <string.h>127
10-1 strcpy128
10-2 srtncpy129
10-3 strcat131
10-4 strncat132
10-5 _strdup133
10-6 strupr134
10-7 strchr135
10-8 strcspn136
10-9 strrchr137
10-10 strpbrk138
10-11 strstr140
10-12 strtok141
10-13 strlen143
10-14 _strlwr144
10-15 _strrev145
10-16 _strset146
10-17 strnset147
10-18 strspn148
第11章 <time.h>151
11-1 asctime152
11-2 clock153
11-3 ctime154
11-4 difftime155
11-5 ftime156
11-6 gmtime157
11-7 localtime159
11-8 strftime160
11-9 stime161
11-10 time161
11-11 tzset162
第12章 <bitset>165
12-1 bitset函数库简介166
12-2 bitset类的基本使用168
12-3 bitset类中的成员函数与变量170
12-3-1 set()170
12-3-2 reset()171
12-3-3 flip()171
12-3-4 at()173
12-3-5 to_ulong()174
12-3-6 to_string()174
12-3-7 count()178
12-3-8 size()178
12-3-9 test()179
12-3-10 any()180
12-3-11 none()180
12-3-12 bitset_size181
12-4<bitset>函数库中所重载的运算符182
第13章 <complex>185
13-1 <complex>函数库解说186
13-2 complex类的基本使用190
13-3 complex类中的成员函数与变量192
13-3-1 real()192
13-3-2 imag()192
13-4 <complex>函数库所提供的函数194
13-4-1 abs()194
13-4-2 arg()194
13-4-3 conjg()195
13-4-4 cos()195
13-4-5 cosh()196
13-4-6 exp()196
13-4-7 imag()197
13-4-8 log()198
13-4-9 log10()198
13-4-10 norm()198
13-4-11 polar()199
13-4-12 pow()199
13-4-13 real()200
13-4-14 sin()200
13-4-15 sinh()201
13-4-16 sqrt()201
13-5 <complex>函数库中所重载的运算符205
第14章 <string>209
14-1 string类解说210
14-2 <string>函数库的基本使用219
14-3 basic_string类中的成员函数与变量220
14-3-1 append()220
14-3-2 assign()222
14-3-3 at()223
14-3-4 begin()224
14-3-5 c_str()225
14-3-6 capacity()227
14-3-7 compare()227
14-3-8 copy()230
14-3-9 data()231
14-3-10 empty()232
14-3-11 end()233
14-3-12 erase()234
14-3-13 find()236
14-3-14 find_first_of238
14-3-15 find_first_not_of239
14-3-16 find_last_of240
14-3-17 find_last_not_of241
14-3-18 insert()241
14-3-19 length()243
14-3-20 replace()244
14-3-21 reserve()246
14-3-22 resize()246
14-3-23 rfind()248
14-3-24 size()248
14-3-25 substr()249
14-3-26 swap()251
14-3-27 max_size()252
14-4 <string>函数库中所提供的函数252
14-4-1 getline()252
14-4-2 swap()253
14-5 <string>函数库中所重载的运算符255
第15章<iostream>257
15-1 <iostream>函数库解说258
15-2 cont对象258
15-3 cin对象260
15-4 cerr对象262
15-5 clog对象264
第16章 <iomanip>267
16-1 <iomanip>函数库解说268
16-2 setw268
16-3 precision269
16-4 setfill271
16-5 setbase272
16-6 setiosflags273
16-7 resetiosflags276
第17章 容器与定位器277
17-1 容器278
17-2 定位器279
17-3 STL常用容器280
17-3-1 vector280
17-3-2 deque288
17-3-3 list295
17-3-4 set与multiset301
17-3-5 map与multimap308
第18章 通用算法313
18-1 不变序列算法(Non-mutating algorithms)314
18-1-1 for_each314
18-1-2 find315
18-1-3 find_if317
18-1-4 adjacent_find319
18-1-5 find_first_of321
18-1-6 count323
18-1-7 count_if324
18-1-8 mismatch326
18-1-9 equal328
18-1-10 search330
18-1-11 search_n332
18-1-12 find_end334
18-2 变动序列算法(Mutating algorithms)336
18-2-1 copy336
18-2-2 copy_backward338
18-2-3 Swap340
18-2-4 transform345
18-2-5 Replace347
18-2-6 fill357
18-2-7 fill_n359
18-2-8 generate360
18-2-9 generate_n362
18-2-10 Remove364
18-2-11 unique373
18-2-12 unique_copy375
18-2-13 reverse378
18-2-14 reverse_copy379
18-2-15 rotate382
18-2-16 rotate_copy384
18-2-17 random_shuffle386
18-2-18 partition388
18-2-19 stable_partition390
18-3 排序算法(Sorting)393
18-3-1 Sort393
18-3-2 nth_element401
18-3-3 Binary search403
18-3-4 merge410
18-3-5 inplace_merge413
18-3-6 Set operations(on sorted ranges)415
18-3-7 Heap operations427
18-3-8 Minimum and maximum435
18-3-9 lexicographical_compare439
18-3-10 next_permutation441
18-3-11 prev_permutation442
18-4 数值算法(Generalized numeric algorithms)443
18-4-2 accumulate443
18-4-3 inner_product444
18-4-4 partial_sum446
18-4-5 adjacent_difference449
第19章 函数对象453
19-1 函数对象简介454
19-2 STL提供的函数对象454