Welcome![Sign In][Sign Up]
Location:
Search - move timer

Search list

[Game ProgramTicTacToe1

Description: Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器,所以每一个步骤都有时间限制。此外,计算机可是一个有简单智能的对手,他不但不会随便出手,反而还要竭力赢了你才罢休。 Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple artificial intelligence: computer does not play randomly, but \"tries\" to win and stop you from winning.-Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple artificial intelligence: computer does not play randomly, but \"tries\" to win and stop you from winning.
Platform: | Size: 12713 | Author: 刘德小花 | Hits:

[Game ProgramTicTacToe1

Description: Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器,所以每一个步骤都有时间限制。此外,计算机可是一个有简单智能的对手,他不但不会随便出手,反而还要竭力赢了你才罢休。 Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple artificial intelligence: computer does not play randomly, but "tries" to win and stop you from winning.-Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple artificial intelligence: computer does not play randomly, but "tries" to win and stop you from winning.
Platform: | Size: 12288 | Author: 刘德小花 | Hits:

[StatusBarTestStateGD

Description: 近日写了个状态栏滚动字幕,现分享一下。方法:用Dqueue进行分行,之后用个定时器分别显示每个分行,这就动起来了。很简单实用。作者:黄普迅 -Recently wrote a status bar rolling subtitles, is to share. Methods: Dqueue to branch, followed by a timer, respectively, show that each branch, which move up. Very simple and practical. Author: Huang Pu-Xun
Platform: | Size: 65536 | Author: 新康 | Hits:

[GUI Developstatusbarroll

Description: 近日写了个状态栏滚动字幕,现分享一下。方法:用Dqueue进行分行,之后用个定时器分别显示每个分行,这就动起来了。很简单实用。 -Recently wrote a status bar rolling subtitles, is to share. Methods: Dqueue to branch, followed by a timer, respectively, show that each branch, which move up. Very simple and practical.
Platform: | Size: 65536 | Author: zsi | Hits:

[Dialog_Windowvbaccess

Description: 内容: 做个登陆程序,以VB+Access。 功能: 1、验证。验证用户名的正确与否、密码与用户名符合与否 2、人性化设计。 ①、输入用户名后,无论是鼠标移动到密码框,还是按“Tab”键到密码框,都搜索用户名的存在与否,但不报错 ②、输入密码后,选者状态在“确定”按钮上。 ③、确定后检验,用户名为空时,光标停在用户名框,密码空停密码输入框。 控件: TextBox、CommandButton、PictureBox、Timer、ADO-Content: to be a landing procedures to VB+ Access. Functions: one to verify. Verify whether the correct user name, password and user name in line with it or not 2, humanized design. ?, enter your user name, whether they are the mouse to move to the password box or the
Platform: | Size: 33792 | Author: 林络 | Hits:

[SCM4_3

Description: 利用动态扫描和定时器1在数码管上显示 出从765432开始以1/10秒的速度往下递减 直至765398并保持显示此数,与此同时利 用定时器0以500MS速度进行流水灯从上至 下移动,当数码管上数减到停止时,实验 板上流水灯也停止然后全部开始闪烁,3秒 后(用T0定时)流水灯全部关闭、数码管上 显示出"HELLO"。到此保持住。 设晶振频率为12MHz。-The use of dynamic scanning and Timer 1 in the digital control to show from the beginning of 765,432 to 1/10 seconds until the speed of descending down 765,398 and maintain display this number, at the same time the use of Timer 0 to 500ms the speed of light from the flowing water to Under the move, when reduced to a few digital tube stop, the experiment on-board water stop and then all the lights started to flicker, 3 seconds later (T0 regularly used) closed water lights, digital tubes show
Platform: | Size: 2048 | Author: 李先生 | Hits:

[SCMshuma_led

Description: 利用动态扫描和定时器1在数码管上显示出从765432开始以1/10秒的速度往下递减直至765398并保持显示此数,与此同时利用定时器0以500MS速度进行流水灯从上至下移动,当数码管上数减到停止时,实验板上流水灯也停止然后全部开始闪烁,3秒后(用T0定时)流水灯全部关闭、数码管上显示出“HELLO”。到此保持住。-The use of dynamic scanning and Timer 1 in the digital control on the show to start from 765,432 to 1/10 seconds reduced the speed down and keep up to 765,398 the number of shows at the same time the use of Timer 0 to 500MS speed of light from the water to Under the move, when the digital control reduced the number of stops on the experimental water board has to stop and then all the lights started to flicker, 3 seconds (from time to time with T0) closed water lights, digital tubes display a " HELLO" . Maintain this.
Platform: | Size: 12288 | Author: 小三 | Hits:

[SCMtemperature

Description: 此设计以单片机STC89C51为核心,由声音传感器采集脉搏信号,经过LM324前置放大电路、滤波电路和比较电路后得到与脉搏相关的脉冲信号,将该脉冲信号作为定时/计数器T1中断信号交由单片机进行脉冲周期的计算,T0做定时器。然后得出每分钟的脉搏搏动次数(即心率),并将结果1602LCD上显示心率。在对人体脉搏检测时,具有检错排错的功能。若出现误操作(如不小心移动时产生的噪声)造成检测到的心跳次数不正确的结果,所以在程序中检测时间到达第5秒时,先对其进行计算,若结果超出正常范围则自动返回重新检测,直至结果正确,再继续检测5秒,最终由单片机计算出结果。在测量数据超过正常范围(如大于120次/min或小于45次/min)时自动重新开始检测。-Single-chip STC89C51 this design as the core, by the sound pulse sensor signal acquisition, the LM324 preamp circuit, filter circuit and compare the circuit to be associated with the pulse of the pulse signal, the pulse signal as the timer/counter interrupt signal cross-T1 single-chip pulse by calculating the cycle, T0 timer so.And then concludes that the pulse per minute pulse frequency (ie heart rate), and the results show 1602LCD heart rate. Pulse detected in the human body when debugging with the function of error. If misoperation (such as careless move noise) to detect the heartbeat caused by an incorrect number of results, so in the process of testing the time taken to reach the first five seconds, the first of its calculation,If the results exceed the normal range will automatically return to re-testing until the results of the right to continue testing for 5 seconds, the final results calculated by the single chip. In the measurement data over the normal range (for example, m
Platform: | Size: 1024 | Author: 郑雄 | Hits:

[Othergame24point(method1)

Description: (1) 在游戏开始前要进行难度选择,难度选择有简单的,中等的,困难的,根据所规定的时间来进行区分,然后点击“开始”,计时器开始计时,进度条开始前进,且对话框中会随机出现4张牌。 (2) 在规定时间内,在编辑框中输入结果,数字应该与4张牌号相同,判断其所得结果是否为24。然后点击“验算”,此时计时器停止计数,若结果正确,则会显示“你太棒了!”,若结果错误或是输入的数字不与牌号一致,则会显示“对不起,你错了!”。若时间到了,不管玩家是否输入,会弹出“时间到!”。 (3) 若玩家想再来一局,可以点击“开始”,若玩家不想玩了,则点击“退出”按钮,退出游戏。 -(1) prior to the start of the game were difficult choices, difficult choices are simple, medium, difficult, according to the time required to distinguish between, and then click "Start", the timer starts timing, progress bar started to move, and dialog box will appear four random cards. (2) within a specified time, in the edit box enter the result, the number should be the same with the four grades, determine whether the results 24. Then click on "checking", then the timer stops counting, if the result is correct, it will display "you re great!" If the result of error or the number entered is not consistent with the grades will be displayed "Sorry, you re wrong !. " If the time is up, regardless of whether the player input, will pop up "time to!." (3) If the players want to come back one council, you can click on the "Start", if the players want to play, and then click the "exit" button, exit the game.
Platform: | Size: 46080 | Author: wang | Hits:

[Othergame24point(method2)

Description: (1) 在游戏开始前要进行难度选择,难度选择有简单的,中等的,困难的,根据所规定的时间来进行区分,然后点击“开始”,计时器开始计时,进度条开始前进,且对话框中会随机出现4张牌。 (2) 在规定时间内,在编辑框中输入结果,数字应该与4张牌号相同,判断其所得结果是否为24。然后点击“验算”,此时计时器停止计数,若结果正确,则会显示“你太棒了!”,若结果错误或是输入的数字不与牌号一致,则会显示“对不起,你错了!”。若时间到了,不管玩家是否输入,会弹出“时间到!”。 (3) 若玩家想再来一局,可以点击“开始”,若玩家不想玩了,则点击“退出”按钮,退出游戏。 -(1) prior to the start of the game were difficult choices, difficult choices are simple, medium, difficult, according to the time required to distinguish between, and then click "Start", the timer starts timing, progress bar started to move, and dialog box will appear four random cards. (2) within a specified time, in the edit box enter the result, the number should be the same with the four grades, determine whether the results 24. Then click on "checking", then the timer stops counting, if the result is correct, it will display "you re great!" If the result of error or the number entered is not consistent with the grades will be displayed "Sorry, you re wrong !. " If the time is up, regardless of whether the player input, will pop up "time to!." (3) If the players want to come back one council, you can click on the "Start", if the players want to play, and then click the "exit" button, exit the game.
Platform: | Size: 2359296 | Author: wang | Hits:

[Othergame24point(method3)

Description: (1) 在游戏开始前要进行难度选择,难度选择有简单的,中等的,困难的,根据所规定的时间来进行区分,然后点击“开始”,计时器开始计时,进度条开始前进,且对话框中会随机出现4张牌。 (2) 在规定时间内,在编辑框中输入结果,数字应该与4张牌号相同,判断其所得结果是否为24。然后点击“验算”,此时计时器停止计数,若结果正确,则会显示“你太棒了!”,若结果错误或是输入的数字不与牌号一致,则会显示“对不起,你错了!”。若时间到了,不管玩家是否输入,会弹出“时间到!”。 (3) 若玩家想再来一局,可以点击“开始”,若玩家不想玩了,则点击“退出”按钮,退出游戏。 -(1) prior to the start of the game were difficult choices, difficult choices are simple, medium, difficult, according to the time required to distinguish between, and then click "Start", the timer starts timing, progress bar started to move, and dialog box will appear four random cards. (2) within a specified time, in the edit box enter the result, the number should be the same with the four grades, determine whether the results 24. Then click on "checking", then the timer stops counting, if the result is correct, it will display "you re great!" If the result of error or the number entered is not consistent with the grades will be displayed "Sorry, you re wrong !. " If the time is up, regardless of whether the player input, will pop up "time to!." (3) If the players want to come back one council, you can click on the "Start", if the players want to play, and then click the "exit" button, exit the game.
Platform: | Size: 91136 | Author: wang | Hits:

[Othergame24point(method4)

Description: (1) 在游戏开始前要进行难度选择,难度选择有简单的,中等的,困难的,根据所规定的时间来进行区分,然后点击“开始”,计时器开始计时,进度条开始前进,且对话框中会随机出现4张牌。 (2) 在规定时间内,在编辑框中输入结果,数字应该与4张牌号相同,判断其所得结果是否为24。然后点击“验算”,此时计时器停止计数,若结果正确,则会显示“你太棒了!”,若结果错误或是输入的数字不与牌号一致,则会显示“对不起,你错了!”。若时间到了,不管玩家是否输入,会弹出“时间到!”。 (3) 若玩家想再来一局,可以点击“开始”,若玩家不想玩了,则点击“退出”按钮,退出游戏。 -(1) prior to the start of the game were difficult choices, difficult choices are simple, medium, difficult, according to the time required to distinguish between, and then click "Start", the timer starts timing, progress bar started to move, and dialog box will appear four random cards. (2) within a specified time, in the edit box enter the result, the number should be the same with the four grades, determine whether the results 24. Then click on "checking", then the timer stops counting, if the result is correct, it will display "you re great!" If the result of error or the number entered is not consistent with the grades will be displayed "Sorry, you re wrong !. " If the time is up, regardless of whether the player input, will pop up "time to!." (3) If the players want to come back one council, you can click on the "Start", if the players want to play, and then click the "exit" button, exit the game.
Platform: | Size: 2575360 | Author: wang | Hits:

[Othergame24point(method5)

Description: (1) 在游戏开始前要进行难度选择,难度选择有简单的,中等的,困难的,根据所规定的时间来进行区分,然后点击“开始”,计时器开始计时,进度条开始前进,且对话框中会随机出现4张牌。 (2) 在规定时间内,在编辑框中输入结果,数字应该与4张牌号相同,判断其所得结果是否为24。然后点击“验算”,此时计时器停止计数,若结果正确,则会显示“你太棒了!”,若结果错误或是输入的数字不与牌号一致,则会显示“对不起,你错了!”。若时间到了,不管玩家是否输入,会弹出“时间到!”。 (3) 若玩家想再来一局,可以点击“开始”,若玩家不想玩了,则点击“退出”按钮,退出游戏。 -(1) prior to the start of the game were difficult choices, difficult choices are simple, medium, difficult, according to the time required to distinguish between, and then click "Start", the timer starts timing, progress bar started to move, and dialog box will appear four random cards. (2) within a specified time, in the edit box enter the result, the number should be the same with the four grades, determine whether the results 24. Then click on "checking", then the timer stops counting, if the result is correct, it will display "you re great!" If the result of error or the number entered is not consistent with the grades will be displayed "Sorry, you re wrong !. " If the time is up, regardless of whether the player input, will pop up "time to!." (3) If the players want to come back one council, you can click on the "Start", if the players want to play, and then click the "exit" button, exit the game.
Platform: | Size: 1972224 | Author: wang | Hits:

[SCMabc

Description: 利用动态扫描和定时器1在数码管上显示出从765432开始以1/10秒的速度往下递减直至765398并保持显示此数,与此同时利用定时器0以500MS速度进行流水灯从上至下移动,当数码管上数减到停止时,实验板上流水灯也停止然后全部开始闪烁,3秒后(用T0定时)流水灯全部关闭、数码管上显示出“HELLO”。到此保持住。 -Dynamic scan and Timer 1 in the digital pipe shows start from 765 432 to 1/10 sec down and keep decreasing until the show this number 765,398, while the use of Timer 0 to 500MS speed of light from the water to Under the move, when the digital pipe to reduce it to stop when the lights stopped flow experiments on-board and then all the flashes, 3 seconds (with the T0 timer) running water all the lights off, the digital control on the show " HELLO" . This to keep living.
Platform: | Size: 1024 | Author: 陈浩 | Hits:

[Windows Developjiaochen

Description: 课本实例,timer控件实例,图片移动的。-Textbook examples, timer control instance, pictures move.
Platform: | Size: 1024 | Author: 柳未明 | Hits:

[SCMled

Description: 利用动态扫描和定时器1在数码管上显示 出从765432开始以1/10秒的速度往下递减 直至765398并保持显示此数,与此同时利 用定时器0以500MS速度进行流水灯从上至 下移动,当数码管上数减到停止时,实验 板上流水灯也停止然后全部开始闪烁,3秒 后(用T0定时)流水灯全部关闭、数码管上 显示出"HELLO",并保持-Dynamic scan and Timer 1 in the digital pipe shows start from 765 432 to 1/10 sec down and keep decreasing until the show this number 765,398, while the use of Timer 0 to 500MS speed of light from the water to Under the move, when the digital pipe to reduce it to stop, the test board running water stopped and then all the lights start flashing, 3 seconds (with the T0 timer) running water all the lights off, the digital control on the show " HELLO" , and keep
Platform: | Size: 1024 | Author: 景剑飞 | Hits:

[GUI DevelopTimerTick

Description: 使用timer和鼠标事件,实现鼠标移动到窗口边缘实现数字的累加。-Using the timer and mouse events, mouse move to the edge of the window to achieve digital to accumulate.
Platform: | Size: 37888 | Author: like | Hits:

[SCMshumaguandongtaisaomiaoxianshi

Description: 1.利用动态扫描方法在六位数码管上显示出稳定的654321. 2.用动态扫描方法和定时器1在数码管的前三位显示出秒表,精确到1 秒,即后两位显示1 秒,一直循环下去。 3.利用动态扫描和定时器1在数码管上显示出从765432开始以1/10秒的速度往下递减直至765398并保持显示此数,与此同时利用定时器0以500MS速度进行流水灯从上至下移动,当数码管上数减到停止时,实验板上流水灯也停止然后全部开始闪烁,3秒后(用T0定时)流水灯全部关闭、数码管上显示出“HELLO”。到此保持住。 -1. By dynamic scanning method of the six digital display a stable 654321.2. By dynamic scanning method and Timer 1 in the top three shows digital stopwatch, accurate to 1 in seconds, that is displayed after the two 1 of the second, has been the cycle continues. 3. Use of dynamic scanning and Timer 1 in the digital tube display starting from 765 432 to 1/10 sec down and keep decreasing until the show this number 765,398, while the use of Timer 0 to 500MS speed of light from the water move on to the next, when the LED stops on the reduced number of experimental water board and then all the lights have stopped flashing, 3 seconds (timed with T0) water all the lights turned off, digital tube display " HELLO" . This hold.
Platform: | Size: 18432 | Author: 仁惠 | Hits:

[JSPtimer

Description: Instructions: To move to the next slide, click on the current slide or forward button. You can use pencil by clicking on pencil icon. During the lesson, you can click Volume icon to mute or unmute sound. Besides, you can zoom, print the lesson. Some lessons have attachment file or notes. The lesson may take few seconds to load. Please wait.
Platform: | Size: 5120 | Author: viet | Hits:

[CSharpTimer

Description: 这是一个Timer控件使用的例程,实现了一个窗体从左到右,从上到下的飘动,实际上是每隔一段时间,使窗体向x,y方向移动一格。对新手学习Timer控件的使用有一定的参考作用。-This is a Timer control using the routines, to achieve a form left to right, top to bottom flutter, in fact, time to time, so that the form to x, y direction to move a grid. On the novice learning Timer control the use of a certain reference.
Platform: | Size: 43008 | Author: xianj | Hits:
« 12 »

CodeBus www.codebus.net