代码搜索结果
找到约 10,000 项符合
的代码
funtc38.dat
函数名 strlen
函数原型 unsigned int strlen(char * str);
功能 统计字符串str中字符的个数(不包括终止符'\0').
返回值 返回字符个数 .
包含文件 string.h
funtc34.dat
函数名 strcat
函数原型 char * strcat(char * str1,char * str2);
功能 把字符串str2接到str1后面,str1最后的'\0'被取消.
返回值 str1
包含文件 string.h
18210.html
Re: 您的功力够啊
Re: 您的功力够啊
funtc6.dat
函数名 cos
函数原型 double cos(double x);
功能 计算cos(x)的值.
返回值 计算结果
说明 x的单位为弧度