C函数的大量示例

源代码在线查看: 9-3.c

软件大小: 42 K
上传用户: qinghuatong
关键词: 函数
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*9-3.c*/
				#include
				#include
				#include
				#include
				main()
				{
				int i,j;
				randomize();
				while(!bioskey(1))
				{
				i=rand()*5000;
				sound(i);
				delay(10);
				}
				nosound();
				}
							

相关资源