标签:lin 两种 函数 getch 检查 com ring floor javascrip
/*库函数 1:数学函数库:math.h abs():绝对值; acos(),asin(),atan():cos,sin,tan的倒数 exp():指数的次幂 pow(x,y):x的y次幂 log():对数 rand():随机数 sqrt():平方根 sin(),cos(),tan():正弦,余弦,正切 floor:求整 fmod:取余 2:字符库函数:ctype.h 布尔判断:true=>1,false=>0 isalnum():判断字符是不是字符或数字 isalpha():判断字符是不是数字 isdgit():判断字符是不是在1-9之间 3:字符串函数:string.h strcat(x,y):连接字符串 strcmp(x,y):比较字符串 strlen():字符串的长度 tolower():将字符串转换为大写 toupper():将字符串转换为小写 */ #include标签:lin 两种 函数 getch 检查 com ring floor javascrip
原文地址:https://www.cnblogs.com/activecode/p/9550042.html