码迷,mamicode.com
首页 > 其他好文 > 详细

Test

时间:2018-05-04 17:08:35      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:int   window   one   delay   test   windows   bee   pre   unsigned   

#include <windows.h>

int main()
{
	while (true)
	{
		unsigned tone[] = { 523, 523, 578, 659, 659, 659, 0,
			659, 578, 523, 494, 880, 784, 0,
			784, 880, 988, 1046, 659, 659, 0,
			1046, 988, 1046, 988, 659, 784, 0,
			784, 880, 1046, 880, 880, 0,
			880, 784, 659, 784, 659, 578, 523, 0,
			440, 523, 659, 578, 578, 523, 578, 784, 523, 578, 0 };
		unsigned delay[] = { 300, 300, 300, 600, 300, 300, 150,
			300, 300, 300, 600, 300, 300, 150,
			400, 300, 300, 600, 300, 300, 150,
			300, 300, 300, 600, 300, 300, 150,
			300, 300, 300, 600, 300, 150,
			400, 300, 300, 300, 400, 300, 400, 150,
			300, 300, 300, 300, 300, 300, 300, 600, 300, 300, 150 };
		for (int i = 0; i < 53; i++)
		{
			Beep(tone[i], delay[i]);
		}
	}
}

  

Test

标签:int   window   one   delay   test   windows   bee   pre   unsigned   

原文地址:https://www.cnblogs.com/hellovenus/p/8990807.html

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