代码搜索结果
找到约 10,000 项符合
的代码
funtc3.dat
函数名 asin
函数原型 double asin(double x);
功能 计算sin^-1(x)的值.
返回值 计算结果
说明 x应在 -1 到 1 范围内.
funtc26.dat
函数名 isdigit
函数原型 int isdigit(int ch);
功能 检查ch是否是数字(0-9).
返回值 是返回 1,否则返回 0.
包含文件 ctype.h
2676.html
呼叫扑克牌之API函式为何?
呼叫扑克牌之API函式为何?
funtc45.dat
函数名 eof
函数原型 int eof(int fd);
功能 检查文件是否结束.
返回值 遇文件结束返回 1,否则返回 0.
说明 非ANSI标准