常用c 函式

2022-07-29 22:30:20 字數 397 閱讀 3705

strrev(str)  (str為字串)倒序輸出字串

floor(x),有時候也寫做floor(x),其功能是「向下取整」,或者說「向下捨入」,即取不大於x的最大整數(與「四捨五入」不同,下取整是直接去掉小數部分)。

double ceil(double x)返回大於或者等於指定表示式的最小整數

int abs(int i)返回整型引數i的絕對值

double fabs(double x)返回雙精度引數x的絕對值

long labs(long n)返回長整型引數n的絕對值

double pow(double x,double y) 返回x的y次方值

double sqrt(double x) 返回根號x的值

int rand()產生乙個隨機數並返回這個數

C 常用函式

1 datetime 數字型 system.datetime currenttime new system.datetime 1.1 取當前年月日時分秒 currenttime system.datetime.now 1.2 取當前年 int 年 currenttime.year 1.3 取當前月 ...

常用c 函式

字串是不是數字 static int isnumber const char z,int realnum z if realnum realnum 0 找到第乙個不是數字的位置 while isdigit z if z if realnum realnum 1 if z e z e if realn...

c 常用函式

1 datetime 數字型 system.datetime currenttime new system.datetime 1.1 取當前年月日時分秒 currenttime system.datetime.now 1.2 取當前年 int 年 currenttime.year 1.3 取當前月 ...