赞
踩
C语言程序发出声音:
- #include<conio.h>
- #include<stdio.h>
- main{
- sound //开始发声
- frequency=300 //设置频率
- duration=500 //设置维持时间
- nosound //结束发声
头文件可以把#include<conio.h>写成#include<audo.h>
发出声音还可以用beep(300,500) 300是设置频率 500是设置维持时间
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。