码迷,mamicode.com
首页 > Windows程序 > 详细

window编程beep函数,发出各种频率的声音

时间:2020-03-04 22:56:44      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:windows   pre   atl   函数   声音   int   beep   highlight   nbsp   

                                                       

#include <windows.h>

int main() {
	while (1) {
#if 0
		Beep(523, 200);
		Beep(523, 200);
		Beep(578, 400);
		Beep(523, 400);
		Beep(698, 400);
		Beep(659, 800);

		Beep(523, 200);
		Beep(523, 200);
		Beep(578, 400);
		Beep(523, 400);
		Beep(784, 400);
		Beep(698, 800);

		Beep(523, 200);
		Beep(523, 200);
		Beep(1046, 400);
		Beep(880, 400);
		Beep(698, 400);

		Beep(659, 400);
		Beep(578, 400);

		Beep(932, 200);
		Beep(932, 200);
		Beep(880, 400);
		Beep(698, 400);
		Beep(784, 400);
		Beep(698, 800);
#endif 
		Beep(10000, 1000 * 60);
	}
}

  

window编程beep函数,发出各种频率的声音

标签:windows   pre   atl   函数   声音   int   beep   highlight   nbsp   

原文地址:https://www.cnblogs.com/nowroot/p/12416630.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!