C语言编程实现声音播放

C语言程序发出声音: #include<conio.h>#include<stdio.h>main{sound 开始发声frequency=300 设置频率duration

19天前100