文件名称:Timer(VB)
-
所属分类:
- 标签属性:
- 上传时间:2012-10-20
-
文件大小:112.27kb
-
已下载:7次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
精密定时器集合:VB版
■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢
■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
可惜多媒体定时器与VB6似乎不太和谐,如果在回调函数中出现代码,则极易崩溃,即使在IDE种运行正常,生成EXE后也会不稳定,没辙!
■ QTimer原始:是CSDN网友“嗷嗷叫的老马”的作品,使用QueryPerformanceCounter()制作的精密定时器,作者代码很具创造性而且精简。 但有个小问题:拖动鼠标时会停顿。
■ Active EXE_hTimer: 是在“QTimer原始”基础上改装的一个Active EXE, 拖动鼠标时不会停顿,不爽的是任务管理器进程中又多出了一个hTimer.exe。
■ mmTimer控件:是对多媒体定时器的包装,先用VC对多媒体定时器进行包装再提供给VB6使用,解决了VB6与多媒体定时器"不和谐"的问题。
不会停顿,进程中也不会出现"多余的" EXE, 推荐使用
Thinker2009
2009-07-04-This is a collection of VB timer, timer to achieve a variety of ways, there are ordinary, but also sophisticated, super-sophisticated, there are dll s ocx s, as well as the active exe, short will be able to find your favorite ...
■ SetTimer (Multi-Timer): is to use SetTimer () and have a callback function of the Timer, Timer control with VB6 in effect, the only API to achieve it, do not like to use controls may be like a friend
■ Timer Competition (CSDN): is provided CSDN User Timer test code: QueryPerformanceCounte () multimedia timer and VB6 timer control. Test, we can see the difference between three kinds of timers. Multimedia timer and QueryPerformanceCounte () are a better choice.
Unfortunately, multimedia timer does not seem in harmony with VB6, if there in the callback function in code, while easy to collapse, even in the IDE to run the normal species, after the EXE will be generated instability,没辙!
■ QTimer original: Yes CSDN netizen "Old嗷嗷called" the works,
■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢
■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
可惜多媒体定时器与VB6似乎不太和谐,如果在回调函数中出现代码,则极易崩溃,即使在IDE种运行正常,生成EXE后也会不稳定,没辙!
■ QTimer原始:是CSDN网友“嗷嗷叫的老马”的作品,使用QueryPerformanceCounter()制作的精密定时器,作者代码很具创造性而且精简。 但有个小问题:拖动鼠标时会停顿。
■ Active EXE_hTimer: 是在“QTimer原始”基础上改装的一个Active EXE, 拖动鼠标时不会停顿,不爽的是任务管理器进程中又多出了一个hTimer.exe。
■ mmTimer控件:是对多媒体定时器的包装,先用VC对多媒体定时器进行包装再提供给VB6使用,解决了VB6与多媒体定时器"不和谐"的问题。
不会停顿,进程中也不会出现"多余的" EXE, 推荐使用
Thinker2009
2009-07-04-This is a collection of VB timer, timer to achieve a variety of ways, there are ordinary, but also sophisticated, super-sophisticated, there are dll s ocx s, as well as the active exe, short will be able to find your favorite ...
■ SetTimer (Multi-Timer): is to use SetTimer () and have a callback function of the Timer, Timer control with VB6 in effect, the only API to achieve it, do not like to use controls may be like a friend
■ Timer Competition (CSDN): is provided CSDN User Timer test code: QueryPerformanceCounte () multimedia timer and VB6 timer control. Test, we can see the difference between three kinds of timers. Multimedia timer and QueryPerformanceCounte () are a better choice.
Unfortunately, multimedia timer does not seem in harmony with VB6, if there in the callback function in code, while easy to collapse, even in the IDE to run the normal species, after the EXE will be generated instability,没辙!
■ QTimer original: Yes CSDN netizen "Old嗷嗷called" the works,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SetTimer(多Timer)/cTimer.cls
SetTimer(多Timer)/cTimer.dll
SetTimer(多Timer)/cTimer.exp
SetTimer(多Timer)/cTimer.lib
SetTimer(多Timer)/cTimer.vbw
SetTimer(多Timer)/Form1.frm
SetTimer(多Timer)/mduTimer.bas
SetTimer(多Timer)/TestTimer.vbw
SetTimer(多Timer)/组1.vbg
SetTimer(多Timer)/cTimer.vbp
SetTimer(多Timer)/TestTimer.vbp
Timer大比拼(CSDN)/Form1.frm
Timer大比拼(CSDN)/Form1.log
Timer大比拼(CSDN)/工程1.vbp
Timer大比拼(CSDN)/Module1.bas
Timer大比拼(CSDN)/工程1.exe
Timer大比拼(CSDN)/工程1.vbw
说明.txt
Active EXE_hTimer/cSrvTimer.cls
Active EXE_hTimer/cTimer1.ctl
Active EXE_hTimer/cTimer1.ctx
Active EXE_hTimer/Form1.frm
Active EXE_hTimer/frmTimer.frm
Active EXE_hTimer/frmTimer.frx
Active EXE_hTimer/hTimer.vbw
Active EXE_hTimer/Test_hTimer.vbp
Active EXE_hTimer/hTimer.vbp
Active EXE_hTimer/Test_hTimer.exe
Active EXE_hTimer/timer.ico
Active EXE_hTimer/Test_hTimer.vbw
Active EXE_hTimer/srvTimer.cls
Active EXE_hTimer/hTimer.exe
mmTimer控件/工程1.vbw
mmTimer控件/mmTimer.dll
mmTimer控件/mmtCTL.ocx
mmTimer控件/Readme.txt
mmTimer控件/timer.JPG
mmTimer控件/mduCallBack.bas
mmTimer控件/mmTimer.ctx
mmTimer控件/mmtTimer.ctx
mmTimer控件/mmtCTL.exp
mmTimer控件/mmtCTL.lib
mmTimer控件/mmtCTL.oca
mmTimer控件/VB9ED.tmp
mmTimer控件/mmtCTL.vbw
mmTimer控件/mmtCTL.vbp
mmTimer控件/frmMain.log
mmTimer控件/工程1.exe
mmTimer控件/frmMain.frm
mmTimer控件/mmTimer.ctl
mmTimer控件/组1.vbg
mmTimer控件/工程1.vbp
QTimer原始(嗷嗷叫的老马作品)/default.exe
QTimer原始(嗷嗷叫的老马作品)/readme.txt
QTimer原始(嗷嗷叫的老马作品)/SuperTimer.vbw
QTimer原始(嗷嗷叫的老马作品)/Frm/frmMain.frm
QTimer原始(嗷嗷叫的老马作品)/SuperTimer.vbp
QTimer原始(嗷嗷叫的老马作品)/Frm
SetTimer(多Timer)
Timer大比拼(CSDN)
Active EXE_hTimer
mmTimer控件
QTimer原始(嗷嗷叫的老马作品)
SetTimer(多Timer)/cTimer.dll
SetTimer(多Timer)/cTimer.exp
SetTimer(多Timer)/cTimer.lib
SetTimer(多Timer)/cTimer.vbw
SetTimer(多Timer)/Form1.frm
SetTimer(多Timer)/mduTimer.bas
SetTimer(多Timer)/TestTimer.vbw
SetTimer(多Timer)/组1.vbg
SetTimer(多Timer)/cTimer.vbp
SetTimer(多Timer)/TestTimer.vbp
Timer大比拼(CSDN)/Form1.frm
Timer大比拼(CSDN)/Form1.log
Timer大比拼(CSDN)/工程1.vbp
Timer大比拼(CSDN)/Module1.bas
Timer大比拼(CSDN)/工程1.exe
Timer大比拼(CSDN)/工程1.vbw
说明.txt
Active EXE_hTimer/cSrvTimer.cls
Active EXE_hTimer/cTimer1.ctl
Active EXE_hTimer/cTimer1.ctx
Active EXE_hTimer/Form1.frm
Active EXE_hTimer/frmTimer.frm
Active EXE_hTimer/frmTimer.frx
Active EXE_hTimer/hTimer.vbw
Active EXE_hTimer/Test_hTimer.vbp
Active EXE_hTimer/hTimer.vbp
Active EXE_hTimer/Test_hTimer.exe
Active EXE_hTimer/timer.ico
Active EXE_hTimer/Test_hTimer.vbw
Active EXE_hTimer/srvTimer.cls
Active EXE_hTimer/hTimer.exe
mmTimer控件/工程1.vbw
mmTimer控件/mmTimer.dll
mmTimer控件/mmtCTL.ocx
mmTimer控件/Readme.txt
mmTimer控件/timer.JPG
mmTimer控件/mduCallBack.bas
mmTimer控件/mmTimer.ctx
mmTimer控件/mmtTimer.ctx
mmTimer控件/mmtCTL.exp
mmTimer控件/mmtCTL.lib
mmTimer控件/mmtCTL.oca
mmTimer控件/VB9ED.tmp
mmTimer控件/mmtCTL.vbw
mmTimer控件/mmtCTL.vbp
mmTimer控件/frmMain.log
mmTimer控件/工程1.exe
mmTimer控件/frmMain.frm
mmTimer控件/mmTimer.ctl
mmTimer控件/组1.vbg
mmTimer控件/工程1.vbp
QTimer原始(嗷嗷叫的老马作品)/default.exe
QTimer原始(嗷嗷叫的老马作品)/readme.txt
QTimer原始(嗷嗷叫的老马作品)/SuperTimer.vbw
QTimer原始(嗷嗷叫的老马作品)/Frm/frmMain.frm
QTimer原始(嗷嗷叫的老马作品)/SuperTimer.vbp
QTimer原始(嗷嗷叫的老马作品)/Frm
SetTimer(多Timer)
Timer大比拼(CSDN)
Active EXE_hTimer
mmTimer控件
QTimer原始(嗷嗷叫的老马作品)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.