代码搜索结果
找到约 10,000 项符合
的代码
funtc17.dat
函数名 rand
函数原型 int rand(void);
功能 产生-90 到 32767 间的随机整数
返回值 随机整数
15407.html
VB 怎么和组合语言一起用??
VB 怎么和组合语言一起用??
funtc5.dat
函数名 atan2
函数原型 double atan2(double x,double y);
功能 计算tan^-1/(x/y)的值.
返回值 计算结果
18137.html
Re: 如何知道control 已被 UNLOAD
Re: 如何知道control 已被 UNLOAD
funtc75.dat
函数名 malloc
函数原型 void * malloc(unsigned size);
功能 分配size字节的存储区.
返回值 所分配的内存区地址,如果内存不够,返回 0.