亚洲av激情五月性综合-亚洲精品国产成人在线-成人午夜福利视频大全-美女扒开屁股桶爽30分钟

技術(shù)熱線: 4007-888-234

專注差異化嵌入式產(chǎn)品解決方案 給智能產(chǎn)品定制注入靈魂給予生命

提供開發(fā)工具、應用測試 完善的開發(fā)代碼案例庫分享

從全面的產(chǎn)品導入到強大技術(shù)支援服務(wù) 全程貼心伴隨服務(wù),創(chuàng)造無限潛能!

技術(shù)支持

C語言參考手冊之函數(shù)庫

更新時間: 2019-03-26

附錄B:標準庫


    介紹標準庫的組成,及使用注意。


B1 輸入與輸出:


主要介紹流的概念等。


B11 文件操作


    主要介紹 fopen(), freopen(), fflush(), fclose(), remove(), rename(), tmpfile(), tmpnam(), setvbuf(),setbuf()等。


B12 格式化輸出


主要介紹 printf(), fprintf(), sprintf(), vprintf(), vfprintf(), vsprintf()等。


B13 格式化輸入


    主要介紹 fscanf(), scanf(), sscanf()等。


B14 字符輸入/輸出函數(shù)

主要介紹 fgetc(), fgets(), fputc(), fputs(), getc(), gets(), putc(),puts(), putchar(), ungetc()等。


B15 直接輸入輸出


    主要介紹 fread()fwrite()


B16 文件定位函數(shù)


    主要介紹 fseek(), ftell(), rewind(), fgetpos(), fsetpos()等。


B17 錯誤處理函數(shù)

主要介紹 clearerr(), feof(), ferror(), perror()等。

 


B2 字符類別測試:


    主要介紹 isalnum(c), isalpha(c), iscntrl(c), isdigit(c), … , tolower(c), toupper(c)等。


B3 字符串函數(shù):


    主要介紹 strcpy(),strncpy(), strcat(), strncat(), strcmp(), strncmp(), strchar(), strrchr(), strspn(), strcspn(), strpbrk(), strstr(), strlen(), strerror(), strtok()等。


B4 數(shù)學函數(shù):


    主要介紹 sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinh(), cosh(), tanh(), exp() log(), log10(), pow(), sqrt(), ceil(), floor(), fabs(), ldexp(), frexp(), modf(), fmod()等。


B5 實用函數(shù):


    主要介紹 atof(), atoi(), atol(), strtod(), strtoul(), rand(), srand(), calloc(), malloc(), realloc(), free(), abort(), exit(), atexit(), system(), getenv(), bsearch(), qsort(), abs(), labs(), div(), ldiv()等。

B6 診斷:


    主要介紹 assert()


B7 可變參數(shù)表:


    主要介紹 va_list, va_start, va_end。


B8 非局部跳轉(zhuǎn):


    主要介紹 setjmp(), longjmp()等。


B9 信號:


    主要介紹 signal(), raise()等。


B10 日期與時間函數(shù):


    主要介紹 clock(), time(), difftime(), mktime(), asctime(), ctime(), strftime()等。


B11 與具體實現(xiàn)相關(guān)的限制:和


    主要介紹整型大小的常量,浮點運算的一些常量。

 


404
返回首頁 |  返回上一頁