首页 列表 - 第 43 页

ASIN - Linux手册页

ASIN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 asin,asinf,asinl-反正弦函数 语法 #include <math.h> double asin(double x); float asinf(float x); long double asinl(long double x); 与-lm链接。 glibc的

Views:0  2019-08-20

ASPRINTF - Linux手册页

ASPRINTF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 asprintf,vasprintf-打印到分配的字符串 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int asprintf(char ** strp,const char * fmt,...); int vasprin

Views:0  2019-08-20

ASSERT - Linux手册页

ASSERT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 assert-如果断言为假,则中止程序 语法 #include <assert.h> void assert(scalar expression); 说明 该宏可以帮助程序员发现程序中的错误,或通过崩溃处理异常情况,崩溃将产生有限的调试输出。 如果expressio

Views:0  2019-08-20

ASSERT_PERROR - Linux手册页

ASSERT_PERROR - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 assert_perror-测试错误并中止 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <assert.h> void assert_perror(int

Views:0  2019-08-20

ATAN - Linux手册页

ATAN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atan,atanf,atanl-反正切函数 语法 #include <math.h> double atan(double x); float atanf(float x); long double atanl( long double x); Link with -lm

Views:0  2019-08-20

ATAN2 - Linux手册页

ATAN2 - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atan2,atan2f,atan2l-两个变量的反正切函数 语法 #include <math.h> double atan2(double y, double x); float atan2f(float y, float x); long double atan2l

Views:0  2019-08-20

ATAN2 - Linux手册页

ATAN2 - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atan2,atan2f,atan2l-两个变量的反正切函数 语法 #include <math.h> double atan2(double y, double x); float atan2f(float y, float x); long double atan2l

Views:0  2019-08-20

ATAN2 - Linux手册页

ATAN2 - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atan2,atan2f,atan2l-两个变量的反正切函数 语法 #include <math.h> double atan2(double y, double x); float atan2f(float y, float x); long double atan2l

Views:0  2019-08-20

ATAN - Linux手册页

ATAN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atan,atanf,atanl-反正切函数 语法 #include <math.h> double atan(double x); float atanf(float x); long double atanl( long double x); Link with -lm

Views:0  2019-08-20

ATANH - Linux手册页

ATANH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atanh,atanhf,atanhl-反双曲正切函数 语法 #include <math.h> double atanh(double x); float atanhf(float x); long double atanhl(long double x); Link

Views:0  2019-08-20

ATANH - Linux手册页

ATANH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atanh,atanhf,atanhl-反双曲正切函数 语法 #include <math.h> double atanh(double x); float atanhf(float x); long double atanhl(long double x); Link

Views:0  2019-08-20

ATANH - Linux手册页

ATANH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atanh,atanhf,atanhl-反双曲正切函数 语法 #include <math.h> double atanh(double x); float atanhf(float x); long double atanhl(long double x); Link

Views:0  2019-08-20

ATAN - Linux手册页

ATAN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 atan,atanf,atanl-反正切函数 语法 #include <math.h> double atan(double x); float atanf(float x); long double atanl( long double x); Link with -lm

Views:0  2019-08-20

ATEXIT - Linux手册页

ATEXIT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 atexit-注册一个在正常进程终止时要调用的函数 语法 #include <stdlib.h> int atexit(void (*function)(void)); 说明 atexit()函数注册给定的函数,以便在正常进程终止时通过exit(3)或从程序的mai

Views:0  2019-08-20

ATOF - Linux手册页

ATOF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2016-12-12 名称 atof-将字符串转换为双精度 语法 #include <stdlib.h> double atof(const char *nptr); 说明 atof()函数将nptr指向的字符串的初始部分转换为double。行为与 strtod(nptr, NULL); 除了at

Views:0  2019-08-20

ATOI - Linux手册页

ATOI - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-08-13 名称 atoi,atol,atoll-将字符串转换为整数 语法 #include <stdlib.h> int atoi(const char *nptr); long atol(const char *nptr); long long atoll(const char *npt

Views:0  2019-08-20