图书介绍

C/C++函数库查询辞典 最新版PDF|Epub|txt|kindle电子书版本网盘下载

C/C++函数库查询辞典 最新版
  • 湘沪科技编著 著
  • 出版社: 北京:中国铁道出版社
  • ISBN:7113060110
  • 出版时间:2004
  • 标注页数:650页
  • 文件大小:173MB
  • 文件页数:668页
  • 主题词:C语言-程序设计

PDF下载


点此进入-本书在线PDF格式电子书下载【推荐-云解压-方便快捷】直接下载PDF格式图书。移动端-PC端通用
种子下载[BT下载速度快]温馨提示:(请使用BT下载软件FDM进行下载)软件下载地址页直链下载[便捷但速度慢]  [在线试读本书]   [在线获取解压码]

下载说明

C/C++函数库查询辞典 最新版PDF格式电子书版下载

下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。

建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!

(文件页数 要大于 标注页数,上中下等多册电子书除外)

注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具

图书目录

第1章 C/C++函数库精华导览1

1-1 C函数库精华导览2

1-2 C++标准库精华导览9

1-3 .NET框架简介21

第2章 23

2-1 isalnum24

2-2 isalpha25

2-3 isdigit26

2-4 isxdigit28

2-5 isupper29

2-6 islower30

2-7 isgraph31

2-8 isprint32

2-9 isspace33

2-10 iscntrl34

2-11 ispunct35

2-12 toupper、_toupper36

2-13 tolower、_tolower37

第3章 39

3-1 sin42

3-2 cos42

3-3 tan43

3-5 cosh44

3-4 sinh44

3-6 tanh45

3-7 asin46

3-8 acos46

3-9 atan47

3-10 atan248

3-11 log49

3-12 log1050

3-13 pow50

3-14 exp51

3-15 frexp52

3-16 ldexp53

3-17 cabs54

3-18 fabs55

3-19 hypot56

3-20 ceil57

3-21 floor58

3-22 modf59

3-23 fmod59

3-24 poly60

3-25 sqrt61

第4章 63

4-1 setlocale64

4-2 localeconv67

第5章 71

5-1 setjmp72

5-2 longjmp74

第6章 75

6-1 raise76

6-2 signal77

第7章 81

7-1 va_arg,va_end,va_start82

第8章 87

8-1 fopen89

8-2 fclose90

8-3 fcloseall92

8-4 fread93

8-5 fwrite94

8-6 fputs96

8-7 puts98

8-8 fputc98

8-9 fgetc98

8-10 feof99

8-11 fseek99

8-12 ftell101

8-13 getchar101

8-15 prinff102

8-14 gets102

8-16 rewind103

8-17 sprintf103

8-18 scanf104

8-19 sscanf105

8-20 putc106

8-21 fprintf107

8-22 fscanf108

8-23 ungetc110

8-24 tmpfile111

8-25 tmpnam112

8-26 rename114

8-27 remove115

第9章 117

9-1 abort119

9-2 abs120

9-3 atexit122

9-4 atof,atoi,atol123

9-5 bsearch125

9-6 calloc127

9-7 div128

9-8 exit130

9-9 free130

9-10 getenv131

9-11 labs133

9-12 ldiv133

9-13 malloc134

9-14 mblen136

9-15 mbstowcs138

9-16 mbtowc139

9-17 qsort142

9-18 rand143

9-19 realloc145

9-21 strtod,strtol,strtoul147

9-20 srand147

9-22 system150

9-23 wcstombs151

9-24 wctomb153

第10章 155

10-1 memchr156

10-2 memcmp158

10-3 memcpy160

10-4 memmove160

10-5 memset162

10-6 strcat163

10-7 strchr163

10-8 strcmp165

10-9 strcoll167

10-10 strcpy168

10-11 strcspn169

10-12 strlen170

10-13 strncat171

10-14 strncmp173

10-15 strncpy175

10-16 strpbrk177

10-17 strrchr178

10-18 strspn179

10-19 strstr180

10-20 strtok181

10-21 strxfrm183

第11章 185

11-1 asctime186

11-2 clock188

11-3 ctime189

11-4 difftime191

11-5 gmtime192

11-6 localtime193

11-7 mktime195

11-8 strftime196

11-9 time198

第12章 对c运行库的封装203

第13章 207

13-1 bitset∷any209

13-2 bitset∷bitset210

13-3 bitset∷count213

13-4 bitset∷flip214

13-5 bitset∷none216

13-6 bitset∷reset217

13-7 bitset∷set219

13-8 bitset∷size220

13-9 bitset∷test221

13-10 bitset∷to_string223

13-11 bitset∷to_ulong224

13-12 bitset∷operator =225

13-13 bitset∷operator^=227

13-14 bitset∷operator==228

13-15 bitset∷operator>>229

13-16 bitset∷operator>>=230

13-17 bitset∷operator[]231

13-18 bitset∷operator<<233

13-19 bitset∷operator<<=234

13-20 bitset∷operator!=235

13-21 bitset∷operator|=236

13-22 bitset∷operator~238

第14章 241

14-1 complex∷complex243

14-2 complex∷imag245

14-3 complex∷real246

14-4 complex∷operator*=247

14-5 complex∷operator=249

14-6 complex∷operator/=251

14-7 complex∷operator-=254

14-8 complex∷operator+=257

14-9 complex259

14-10 complex262

14-11 complex264

第15章 267

15-1 swap268

15-2 getline270

15-3 basic_string∷append271

15-4 basic_string∷assign274

15-5 basic_string∷at274

15-6 basic_string∷basic_string275

15-7 basic_string∷begin278

15-8 basic_string∷capacity278

15-9 basic_string∷clear279

15-10 basic_string∷compare279

15-11 basic_string∷copy285

15-12 basic_string∷c_str286

15-13 basic_string∷empty287

15-14 basic_string∷empty288

15-15 basic_string∷end288

15-16 basic_string∷erase288

15-17 basic_string∷find290

15-18 basic_string∷find_first_not_of294

15-19 basic_string∷find_first_of295

15-20 basic_string∷find_last_not_of296

15-21 basic_string∷find_last_of297

15-23 basic_string∷insert298

15-22 basic_string∷get_allocator298

15-24 basic_string∷length303

15-25 basic_string∷max_size303

15-26 basic_string∷push_back303

15-27 basic_string∷replace303

15-28 basic_string∷reserve311

15-29 basic_string∷resize313

15-30 basic_string∷rfind313

15-31 basic_string∷size314

15-32 basic_string∷substr314

15-33 basic_string∷swap315

第16章 319

16-1 valarray∷valarray321

16-2 valarray∷apply324

16-3 valarray∷cshift325

16-4 valarrav∷max327

16-5 valarray∷min328

16-6 valarray∷resize330

16-7 valarray∷shift331

16-8 valarray∷size333

16-9 valarray∷sum335

16-10 valarray∷operator336

16-11 slice∷slice337

16-12 gslice∷gslice339

第17章 341

17-1 adjacent_find342

17-2 binary_search344

17-3 copy348

17-4 copy_backward350

17-5 count351

17-6 count_if352

17-7 equal354

17-8 equal_range357

17-9 fill362

17-10 fill_n363

17-11 find365

17-12 find_end366

17-13 find_first_of367

17-14 find_if371

17-15 for_each372

17-16 generate376

17-17 generate_n376

17-18 includes378

17-19 inplace_merge383

17-20 iter_swap386

17-21 lexicographical_compare387

17-22 lower_bound391

17-23 make_heap394

17-24 max396

17-25 max_element397

17-26 merge398

17-27 min402

17-28 min_element403

17-29 mismatch404

17-30 next_permutation408

17-31 nth_element412

17-32 partial_sort415

17-33 partial_sort_copy417

17-34 partition419

17-35 pop_heap420

17-36 prev_permutation421

17-37 push_heap422

17-38 random_shuffle423

17-39 remove425

17-40 remove_copy426

17-41 remove_copy_if427

17-42 remove_if428

17-43 replace430

17-44 replace_copy432

17-45 replace_copy_if433

17-46 replace_if434

17-47 reverse436

17-48 reverse_copy438

17-49 rotate438

17-50 rotate_copy441

17-51 search442

17-52 search_n445

17-53 set_difference448

17-54 set_intersection452

17-55 set_symmetric_difference454

17-56 set_union455

17-57 sort456

17-58 sort_heap459

17-59 stable_partition460

17-60 stable_sort462

17-61 swap463

17-62 swap_ranges463

17-63 transform466

17-64 unique469

17-65 unique_copy472

17-66 upper_bound473

第18章 475

18-1 accumulate476

18-2 12adjacent_difference479

18-3 inner_product482

18-4 partial_sum486

第19章 491

19-1 ios_base∷failure492

19-2 ios_base∷flags493

19-3 ios_base∷getloc494

19-4 ios_base∷imbue495

19-5 ios_base∷precision495

19-6 ios_base∷register_callback496

19-7 ios_base∷setf499

19-8 ios_base∷width500

19-9 basic_ios∷bad501

19-10 basic_ios∷copyfmt502

19-11 basic_ios∷eof503

19-12 Basic_ios∷exceptions504

19-13 basic_ios∷fail505

19-14 basic_ios∷fill506

19-15 basic_ios∷good507

19-16 basic_ios∷imbue507

19-17 basic_ios∷narrow508

19-18 basic_ios∷rdbuf510

19-19 basic_ios∷rdstate511

19-20 basic_ios∷setstate512

19-21 basic_ios∷tie513

19-22 basic_ios∷widen514

19-23 basic_istream∷gcount515

19-24 basic_istream∷get516

19-25 basic_istream∷getline518

19-26 basic_istream∷ignore519

19-27 basic_istream∷peek521

19-28 basic_istream∷operator>>521

19-29 basic_istream∷putback524

19-30 basic_istream∷read525

19-31 basic_istream∷readsome527

19-32 basic_istream∷seekg528

19-33 basic_istream∷tellg529

19-34 basic_istream∷unget530

19-35 basic_ostream∷flush531

19-36 basic_ostream∷operator<<532

19-37 basic_ostream∷put535

19-38 endl536

19-39 ends537

19-40 flush538

第20章 539

20-1 advance541

20-2 back_inserter542

20-3 distance544

20-4 front_inserter546

20-5 inserter548

第21章 551

21-1 bind1st553

21-2 bind2nd556

21-3 equal_to558

21-4 greater_equal560

21-5 greater562

21-6 less564

21-7 less_equal566

21-8 not_equal_to568

21-9 mem_fun_ref570

21-10 mem_fun573

21-11 not1575

21-12 not2577

21-13 pointer_to_binary_function579

21-14 pointer_to_unary_function580

21-15 ptr_fun581

第22章 583

22-1 pair_Class584

22-2 make_pair587

第23章 589

23-1 vector类591

23-2 list类593

23-3 deque类596

23-4 map类599

23-5 set类602

23-6 multimap类604

23-7 multiset类607

23-8 hash_map类610

23-9 hash_set类613

23-10 hash_multimap类616

23-11 hash_multiset类619

第24章 .Net框架类库概述623

第25章 .Net框架与CRT的对应637

热门推荐