摘要: 1、abs 表头文件 #include<stdlib.h> 定义函数 int abs (int j) 函数说明 abs () 用来计算参数j的绝对值,然后将结果返回。 返回值 返回参数j的绝对值结果。 2、acos 表头文件 #include <math.h> 定义函数 double acos (d 阅读全文
posted @ 2019-08-25 16:33 Malphite 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1、bcmp 表头文件 #include<string.h> 定义函数 int bcmp ( const void *s1,const void * s2,int n); 函数说明 bcmp()用来比较s1 和s2 所指的内存区间前n 个字节,若参数n为0,则返回0。 返回值 若参数s1 和s2 所 阅读全文
posted @ 2019-08-25 15:40 Malphite 阅读(268) 评论(0) 推荐(0) 编辑