摘要:
函数名: coreleft 功 能: 返回未使用内存的大小 用 法: unsigned coreleft(void); 程序例: #include #include int main(void) { printf("The difference betwee... 阅读全文
摘要:
函数名: ceil 用 法: doubleceil(double x); 功 能: 返回大于或者等于指定表达式的最小整数 头文件:math.h 程序例 #include #include int main(void) { doublenumber... 阅读全文
摘要:
函数简介 函数名: cabs(_cabs) 功 能:计算复数的绝对值 所属库:math.h 用 法: double _cabs(struct _complex z); 参数说明: struct _complex 定义在math.h下 st... 阅读全文