图书介绍

C函数实用手册【2025|PDF|Epub|mobi|kindle电子书版本百度云盘下载】

C函数实用手册
  • 张曜等编著 著
  • 出版社: 北京:冶金工业出版社
  • ISBN:7502433155
  • 出版时间:2003
  • 标注页数:406页
  • 文件大小:92MB
  • 文件页数:419页
  • 主题词:C语言-程序设计-技术手册

PDF下载


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

下载说明

C函数实用手册PDF格式电子书版下载

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

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

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

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

图书目录

1.2.2 Turbo C 2.0基本配置要求1

1.2.3 Turbo C 2.0集成开发环境的使用1

第1章 概述1

1.1 C语言简介1

1.2 Turbo C 2.0简介1

1.2.1 概述1

1.3 GCC简介3

1.4.2 常量与变量4

1.4.1 数据类型4

1.4 C语法简介4

1.4.3 运算符和表达式5

1.4.4 语句6

1.4.5 数组11

1.4.7 函数12

1.4.6 指针12

1.4.8 结构体与共用体13

1.5 如何使用本书14

2.1.2 div函数16

2.1.1 ceil函数16

第2章 数学函数16

2.1 常用代数函数16

2.1.4 fmod函数17

2.1.3 floor函数17

2.1.7 min函数18

2.1.6 max函数18

2.1.5 ldiv函数18

2.1.9 sqrt函数19

2.1.8 poly函数19

2.2.2 cabs函数20

2.2.1 abs函数20

2.2 绝对值函数20

2.3.1 exp函数21

2.3 指数与对数运算函数21

2.2.3 fabs函数21

2.2.4 labs函数21

2.3.3 log,logl函数22

2.3.2 ldexp,ldexpl函数22

2.3.5 pow函数23

2.3.4 log10,log101函数23

2.4.2 asin,asinl函数24

2.4.1 acos,acosl函数24

2.3.6 pow10函数24

2.4 三角函数24

2.4.4 atan2,atan21函数25

2.4.3 atan函数25

2.4.7 hypot函数26

2.4.6 cosh函数26

2.4.5 cos函数26

2.4.9 sinh函数27

2.4.8 sin函数27

2.5.1 _clear87函数28

2.5 浮点数函数28

2.4.10 tan,tanl函数28

2.4.11 tanh,tanhl函数28

2.5.3 frexp函数29

2.5.2 _status87函数29

2.6.1 drand48函数30

2.6 随机数函数30

2.5.4 modf,modfl函数30

2.6.3 jrand48函数31

2.6.2 erand48函数31

2.6.5 lrand48函数32

2.6.4 lcong48函数32

2.6.7 nrand48函数33

2.6.6 mrand48函数33

2.6.10 randomize函数34

2.6.9 random函数34

2.6.8 rand函数34

2.6.12 srand函数35

2.6.11 seed48函数35

2.6.14 srandom函数36

2.6.13 srand48函数36

3.1.2 strcat函数38

3.1.1 stpcpy函数38

第3章 字符串函数38

3.1 字符串操作函数38

3.1.4 strcmp函数39

3.1.3 strchr函数39

3.1.5 strcmpi函数40

3.1.7 strcspn函数41

3.1.6 strcpy函数41

3.1.9 stricmp函数42

3.1.8 strdup函数42

3.1.11 stmcat函数43

3.1.10 strlen函数43

3.1.13 stmcmpi函数44

3.1.12 stmcmp函数44

3.1.15 stmicmp函数45

3.1.14 stmcpy函数45

3.1.17 strpbrk函数46

3.1.16 stmset函数46

3.1.18 strrchr函数47

3.1.21 strspn函数48

3.1.20 strset函数48

3.1.19 strrev函数48

3.1.23 strtok函数49

3.1.22 strstr函数49

3.1.25 ungetc函数50

3.1.24 swab函数50

3.1.26 ungetch函数51

3.2.2 isalpha函数52

3.2.1 isalnum函数52

3.2 类型判别函数52

3.2.4 iscntrl函数53

3.2.3 isascii函数53

3.2.6 isgraph函数54

3.2.5 isdigit函数54

3.2.7 islower函数55

3.2.9 ispunct函数56

3.2.8 isprint函数56

3.2.11 isupper函数57

3.2.10 isspace函数57

3.2.12 isxdigit函数58

3.3.3 atol函数59

3.3.2 atoi函数59

3.3 类型转换函数59

3.3.1 atof函数59

3.3.5 fcvt函数60

3.3.4 ecvt函数60

3.3.6 gcvt函数61

3.3.8 ltoa函数62

3.3.7 itoa函数62

3.3.10 mbtowc函数63

3.3.9 mbstowcs函数63

3.3.11 strlwr函数64

3.3.13 strtol函数65

3.3.12 strtod函数65

3.3.15 strupr函数66

3.3.14 strtoul函数66

3.3.17 tolower函数67

3.3.16 toascii函数67

3.3.19 ultoa函数68

3.3.18 toupper函数68

3.3.21 wctomb函数69

3.3.20 wcstombs函数69

4.1.1 _creat,creat函数71

4.1 初级输入/输出函数71

第4章 输入/输出函数71

4.1.2 close函数72

4.1.4 dup2函数73

4.1.3 dup函数73

4.1.5 flock函数74

4.1.6 fsync函数75

4.1.7 eof函数76

4.1.8 lseek函数77

4.1.10 open函数78

4.1.9 mktemp函数78

4.1.11 read函数79

4.1.12 setmode函数80

4.1.13 sopen函数81

4.1.14 sync函数82

4.1.15 tell函数83

4.1.16 write函数84

4.2.1 fclose函数85

4.2 标准输入/输出函数85

4.2.3 fdopen函数86

4.2.2 fcloseall函数86

4.2.4 feof函数87

4.2.5 fflush函数88

4.2.7 fgetchar函数89

4.2.6 fgetc函数89

4.2.8 fgetpos函数90

4.2.10 fileno函数91

4.2.9 fgets函数91

4.2.11 flushall函数92

4.2.12 fopen函数93

4.2.14 fputchar函数94

4.2.13 fputc函数94

4.2.15 fread函数95

4.2.17 fwrite函数96

4.2.16 fseek函数96

4.2.18 getc函数97

4.2.20 gets函数98

4.2.19 getchar函数98

4.2.22 putc函数99

4.2.21 getw函数99

4.2.24 putchar函数100

4.2.23 putch函数100

4.2.26 putw函数101

4.2.25 puts函数101

4.2.27 rewind函数102

4.2.29 setvbuf函数103

4.2.28 setbuf函数103

4.2.30 tmpfile函数104

4.3 格式化输入/输出函数105

4.3.2 cscanf函数107

4.3.1 cprintf函数107

4.3.3 fprintf函数108

4.3.4 fscanf函数109

4.3.5 fsetpos函数110

4.3.6 fstat函数111

4.3.7 ftell函数112

4.3.9 scanf函数113

4.3.8 printf函数113

4.3.10 sprintf函数114

4.3.11 sscanf函数115

4.3.12 vfprintf函数116

4.3.13 vfscanf函数117

4.3.14 vprintf函数118

4.3.15 vscanf函数119

4.3.17 vsscanf函数120

4.3.16 vsprintf函数120

4.4.1 cgets函数121

4.4 键盘专用函数121

4.4.3 getche函数122

4.4.2 getch函数122

4.4.5 kbhit函数123

4.4.4 getpass函数123

4.4.6 ungetch函数124

4.5.2 clreol函数125

4.5.1 _setcursortype函数125

4.5 屏幕专用函数125

4.5.4 cputs函数126

4.5.3 clrscr函数126

4.5.5 delline函数127

4.5.6 gettext函数128

4.5.7 gettextinfo函数129

4.5.8 gotoxy函数130

4.5.10 insline函数131

4.5.9 highvideo函数131

4.5.12 movetext函数132

4.5.11 lowvideo函数132

4.5.13 normvideo函数133

4.5.15 puttext函数134

4.5.14 putch函数134

4.5.16 textattr函数135

4.5.18 textcolor函数136

4.5.17 textbackground函数136

4.5.19 textmode函数137

4.5.21 window函数138

4.5.20 wherex,wherey函数138

4.6.2 inport函数139

4.6.1 inp函数139

4.6 端口输入/输出函数139

4.6.4 inpw函数140

4.6.3 inportb函数140

4.6.6 outport函数141

4.6.5 outp函数141

4.6.8 outpw函数142

4.6.7 outportb函数142

5.1.2 allocmem函数143

5.1.1 alloca函数143

第5章 内存相关函数143

5.1 内存管理函数143

5.1.4 calloc函数144

5.1.3 brk函数144

5.1.6 farcalloc函数145

5.1.5 coreleft函数145

5.1.8 farfree函数146

5.1.7 farcoreleft函数146

5.1.10 farrealloc函数147

5.1.9 farmalloc函数147

5.1.12 freemem函数148

5.1.11 free函数148

5.1.14 malloc函数149

5.1.13 getpagesize函数149

5.1.15 mmap函数150

5.1.17 realloc函数151

5.1.16 munmap函数151

5.1.19 setblock函数152

5.1.18 sbrk函数152

5.2.2 farheapcheckfree函数153

5.2.1 farheapcheck函数153

5.2 内存操作函数153

5.2.3 farheapchecknode函数154

5.2.4 farheapfillfree函数155

5.2.5 farheapwalk函数156

5.2.8 heapcheck函数157

5.2.7 FP_SEG函数157

5.2.6 FP_OFF函数157

5.2.9 heapcheckfree函数158

5.2.10 heapchecknode函数159

5.2.11 heapfillfree函数160

5.2.13 memccpy函数161

5.2.12 heapwalk函数161

5.2.15 memcmp函数162

5.2.14 memchr函数162

5.2.16 memcpy函数163

5.2.18 memmove函数164

5.2.17 memicmp函数164

5.2.20 MK_FP函数165

5.2.19 memset函数165

5.2.22 movmem函数166

5.2.21 movedata函数166

5.2.24 poke,pokeb函数167

5.2.23 peek,peekb函数167

5.2.26 swab函数168

5.2.25 setmem函数168

6.1.2 abswrite函数170

6.1.1 absread函数170

第6章 磁盘、目录和文件函数170

6.1 磁盘函数170

6.1.4 setdta函数171

6.1.3 getdta函数171

6.2.1 _dos_findfirst函数172

6.2 目录函数172

6.2.2 _dos_findnext函数173

6.2.3 _makepath函数174

6.2.5 chdir函数175

6.2.4 _splitpath函数175

6.2.7 closedir函数176

6.2.6 chroot函数176

6.2.8 fchdir函数177

6.2.9 findfirst函数178

6.2.11 fnmerge函数179

6.2.10 findnext函数179

6.2.12 fnsplit函数180

6.2.14 get_current_dir_name函数181

6.2.13 ftw函数181

6.2.16 getcwd函数182

6.2.15 getcurdir函数182

6.2.18 getwd函数183

6.2.17 getdisk函数183

6.2.20 mktemp函数184

6.2.19 mkdir函数184

6.2.22 opendir函数185

6.2.21 nftw函数185

6.2.23 readdir函数186

6.2.25 rmdir函数187

6.2.24 rewinddir函数187

6.2.26 scandir函数188

6.2.28 seekdir函数189

6.2.27 searchpath函数189

6.2.30 telldir函数190

6.2.29 setdisk函数190

6.2.31 unlink函数191

6.3.1 access函数192

6.3 文件函数192

6.2.32 unlock函数192

6.3.2 chmod函数193

6.3.4 chsize函数194

6.3.3 chown函数194

6.3.5 creatnew函数195

6.3.7 fchmod函数196

6.3.6 creattemp函数196

6.3.9 fstat函数197

6.3.8 filelength函数197

6.3.10 ftruncate函数198

6.3.11 getftime函数199

6.3.12 lchown函数200

6.3 13 link函数201

6.3.15 locking函数202

6.3.14 lock函数202

6.3.16 lstat函数203

6.3.17 readlink函数204

6.3.19 rename函数205

6.3.18 remove函数205

6.3.20 stat函数206

6.3.22 tempnam函数207

6.3.21 symlink函数207

6.3.24 umask函数208

6.3.23 tmpnam函数208

6.3.25 unlink函数209

6.3.27 utimes函数210

6.3.26 utime函数210

7.1.1 _graphfreemem函数212

7 1 设备设置函数212

第7章 图形函数212

7.1.2 _graphgetmem函数213

7.1.4 clearviewport函数214

7.1.3 cleardevice函数214

7.1.6 detectgraph函数215

7.1.5 closegraph函数215

7.1.7 getaspectratio函数216

7.1.9 getdrivemame函数217

7.1.8 getdefaultpalette函数217

7.1.10 getfillpattem函数218

7.1.12 getmodename函数219

7.1.11 getgraphmode函数219

7.1.14 getpalette函数220

7.1.13 getmoderange函数220

7.1.15 getviewsettings函数221

7.1.16 graphdefaults函数222

7.1.18 graphresult函数223

7.1.17 grapherrormsg函数223

7.1.19 initgraph函数224

7.1.20 installuserdriver函数225

7.1.21 installuserfont函数226

7.1.22 registerbgidriver函数227

7.1.24 setactivepage函数228

7.1.23 restorecrtmode函数228

7.1.25 setallpalette函数229

7.1.26 setaspectratio函数230

7.1.27 setfillpattem函数231

7.1.29 setgraphmode函数232

7.1.28 setgraphbufsize函数232

7.1.30 setpalette函数233

7.1.31 setrgbpalette函数234

7.1.33 setvisualpage函数235

7.1.32 setviewport函数235

7.2.2 getcolor函数236

7.2.1 getbkcolor函数236

7.2 属性配置函数236

7.2.3 getfillsettings函数237

7.2.4 getlinesettings函数238

7.2.6 setbkcolor函数239

7.2.5 getmaxcolor函数239

7.2.8 setfillstyle函数240

7.2.7 setcolor函数240

7.2.10 setwritemode函数241

7.2.9 setlinestyle函数241

7.3.1 arc函数242

7.3 图形显示函数242

7.3.3 bar3d函数243

7.3.2 bar函数243

7.3.5 drawpoly函数244

7.3.4 circle函数244

7.3.7 fillellipse函数245

7.3.6 ellipse函数245

7.3.9 floodfill函数246

7.3.8 fillpoly函数246

7.3.10 getarccoords函数247

7.3.12 getmaxx函数248

7.3.11 getimage函数248

7.3.14 getpixel函数249

7.3.13 getmaxy函数249

7.3.15 gettextsettings函数250

7.3.17 gety函数251

7.3.16 getx函数251

7.3.19 line函数252

7.3.18 imagesize函数252

7.3.21 lineto函数253

7.3.20 linerel函数253

7.3.23 moveto函数254

7.3.22 moverel函数254

7.3.25 outttextxy函数255

7.3.24 outtext函数255

7.3.26 pieslice函数256

7.3.27 putimage函数256

7.3.28 putpixel函数257

7.3.30 sector函数258

7.3.29 rectangle函数258

7.3.32 settextstyle函数259

7.3.31 settextjustify函数259

7.3.33 setusercharsize函数260

8.1.1 _bios_disk函数262

8.1 BIOS调用函数262

第8章 系统调用函数262

8.1.3 _bios_keybrd函数263

8.1.2 _bios_equiplist函数263

8.1.4 _bios_memsize函数264

8.1.6 _bios_serialcom函数265

8.1.5 _bios_printer函数265

8.1.8 bioscom函数267

8.1.7 _bios_timeofday函数267

8.1.9 biosdisk函数269

8.1.11 bioskey函数270

8.1.10 biosequip函数270

8.1.12 biosmemory函数271

8.1.14 biostime函数272

8.1.13 biosprint函数272

8.2.1 bdos函数273

8.2 DOS调用函数273

8.2.3 ctrlbrk函数274

8.2.2 bdosptr函数274

8.2.5 enable函数275

8.2.4 disable函数275

8.2.7 getcbrk函数276

8.2.6 geninterrupt函数276

8.2.9 getdfree函数277

8.2.8 getdate函数277

8.2.10 getfat函数278

8.2.12 getpsp函数279

8.2.11 getfatd函数279

8.2.14 getvect函数280

8.2.13 gettime函数280

8.2.16 int86函数281

8.2.15 getverify函数281

8.2.17 int86x函数282

8.2.18 intdos函数283

8.2.19 intdosx函数284

8.2.21 ioctl函数285

8.2.20 intr函数285

8.2.22 isatty函数286

8.2.24 segread函数287

8.2.23 keep函数287

8.2.26 setvect函数288

8.2.25 setcbrk函数288

8.2.28 sound,nosound,delay函数289

8.2.27 setverify函数289

8.3.1 _c_exit函数290

8.3 程序控制函数290

8.3.3 abort函数291

8.3.2 _exit函数291

8.3.5 atexit函数292

8.3.4 assert函数292

8.3.7 execv,execve,execvp,execvpe函数293

8.3.6 execl,execle,execlp,execlpe函数293

8.3.8 exit函数294

8.3.10 longjmp函数295

8.3.9 getpid函数295

8.3.11 raise函数296

8.3.12 setjmp函数297

8.3.14 sleep函数298

8.3.13 signal函数298

8.3.15 spawnl,spawnle,spawnlp,spawnlpe函数299

8.3.16 spawnv,spawnve,spawnvp,spawnlve函数300

8.3.17 system函数301

8.4.2 putenv函数302

8.4.1 getenv函数302

8.4 环境变量函数302

9.1.2 clock函数303

9.1.1 asctime函数303

第9章 其他函数303

9.1 日期/时间函数303

9.1.4 difftime函数304

9.1.3 ctime函数304

9.1.5 dostounix函数305

9.1.7 mktime函数306

9.1.6 localtime函数306

9.1.8 setdate函数307

9.1.10 stime函数308

9.1.9 settime函数308

9.1.12 tzset函数309

9.1.11 time函数309

9.2.1 bsearch函数310

9.2 数据结构函数310

9.1.13 unixtodos函数310

9.2.2 lfind函数311

9.2.3 lsearch函数312

9.2.5 hdestory函数313

9.2.4 hcreate函数313

9.2.6 hsearch函数314

9.2.7 insque函数315

9.2.9 remque函数316

9.2.8 qsort函数316

9.2.10 tdelete函数317

9.2.11 tfind函数318

9.2.12 tsearch函数319

9.2.13 twalk函数320

9.3.2 clearerr函数322

9.3.1 assert函数322

9.3 错误处理函数322

9.3.4 ferror函数323

9.3.3 dosexterr函数323

9.3.5 harderr函数324

9.3.7 matherr函数325

9.3.6 hardresume函数325

9.4 其他常用函数326

9.3.9 strerror函数326

9.3.8 perror函数326

9.4.2 getopt函数327

9.4.1 contry函数327

9.4.3 select函数328

9.4.4 ttyname函数329

10.1.2 getenv函数331

10.1.1 closelog函数331

第10章 UNIX环境专用函数331

10.1 系统管理函数331

10.1.4 openlog函数332

10.1.3 gethostname函数332

10.1.6 setenv函数333

10.1.5 putenv函数333

10.1.8 syslog函数334

10.1.7 sethostname函数334

10.2 用户和组管理函数335

10.1.9 unsetenv函数335

10.2.2 endgrent函数336

10.2.1 cuserid函数336

10.2.5 fgetgrent函数337

10.2.4 endutent函数337

10.2.3 endpwent函数337

10.2.6 fgetpwent函数338

10.2.8 geteuid函数339

10.2.7 getegid函数339

10.2.10 getgrent函数340

10.2.9 getgid函数340

10.2.12 getgmam函数341

10.2.11 getgrgid函数341

10.2.13 getgroups函数342

10.2.16 getpwent函数343

10.2.15 getpw函数343

10.2.14 getlogin函数343

10.2.17 getpwnam函数344

10.2.19 getuid函数345

10.2.18 getpwuid函数345

10.2.20 getutent函数346

10.2.21 getutid函数347

10.2.22 getutline函数348

10.2.23 initgroups函数349

10.2.25 pututline函数350

10.2.24 logwtmp函数350

10.2.27 seteuid函数351

10.2.26 setegid函数351

10.2.30 setgid函数352

10.2.29 setfsuid函数352

10.2.28 setfsgid函数352

10.2.32 setgroups函数353

10.2.31 setgrent函数353

10.2.33 setpwent函数354

10.2.35 setreuid函数355

10.2.34 setregid函数355

10.2.37 setutent函数356

10.2.36 setuid函数356

10.2.38 updwtmp函数357

10.3 管道操作函数358

10.2.39 utmpname函数358

10.3.2 pclose函数359

10.3.1 mkfifo函数359

10.3.3 pipe函数360

10.4.1 fork函数361

10.4 进程控制函数361

10.3.4 popen函数361

10.4.3 getpgrp函数362

10.4.2 getpgid函数362

10.4.6 getpriority函数363

10.4.5 getppid函数363

10.4.4 getpid函数363

10.4.8 on_exit函数364

10.4.7 nice函数364

10.4.10 setpgrp函数365

10.4.9 setpgid函数365

10.4.12 wait函数366

10.4 11 setpriority函数366

10.5 进程通信函数367

10.4.13 waitpid函数367

10.5.2 msgctl函数368

10.5.1 ftok函数368

10.5.3 msgget函数369

10.5.4 msgrcv函数370

10.5.5 msgsnd函数371

10.5.6 semctl函数372

10.5.7 semget函数373

10.5.8 semop函数374

10.5.9 shmat函数375

10.5.10 shmctl函数376

10.5.11 shmdt函数377

10.6 信号函数378

10.5.12 shmget函数378

10.6.2 kill函数379

10.6.1 alarm函数379

10.6.4 psignal函数380

10.6.3 pause函数380

10.6.6 sigaction函数381

10.6.5 raise函数381

10.6.8 sigdelset函数382

10.6.7 sigaddset函数382

10.6.10 sigfillset函数383

10.6.9 sigemptyset函数383

10.6.12 signal函数384

10.6.11 sigismember函数384

10.6.14 sigpending函数385

10.6.13 sigpause函数385

10.6.16 sigsuspend函数386

10.6.15 sigprocmask函数386

10.7 网络相关函数387

10.7.1 accept函数388

10.7.4 endprotoent函数389

10.7.3 connect函数389

10.7.2 bind函数389

10.7.7 gethostbyname函数390

10.7.6 gethostbyaddr函数390

10.7.5 endservent函数390

10.7.9 getprotobynumber函数391

10.7.8 getprotobyname函数391

10.7.11 getservbyname函数392

10.7.10 getprotoent函数392

10.7.13 getservent函数393

10.7.12 getservbyport函数393

10.7.15 herror函数394

10.7.14 getsockopt函数394

10.7.19 inet_addr函数395

10.7.18 htons函数395

10.7.16 hstrerror函数395

10.7.17 htonl函数395

10.7.23 ntohl函数396

10.7.22 listen函数396

10.7.20 inet_aton函数396

10.7.21 inet_ntoa函数396

10.7.26 recvfrom函数397

10.7.25 recv函数397

10.7.24 ntohs函数397

10.7.27 recvmsg函数398

10.7.30 sendto函数399

10.7.29 sendmsg函数399

10.7.28 send函数399

10.7.34 shutdown函数400

10.7.33 setsockopt函数400

10.7.31 setprotoent函数400

10.7.32 setservent函数400

10.8.1 regcomp函数401

10.8 正则表达式函数401

10.7.35 socket函数401

10.8.2 regerror函数402

10.8.4 regfree函数403

10.8.3 regexec函数403

10.9.2 dlerror函数404

10.9.1 dlclose函数404

10.9 动态函数404

10.9.4 dlsym函数405

10.9.3 dlopen函数405

A.2 C语言数据类型406

A.1 C语言关键字406

附录406

热门推荐