CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - VC timer
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - VC timer - List
[
Windows Develop
]
VC++Timers
DL : 1
VC的窗口计时器实例-VC window timer example
Update
: 2025-02-17
Size
: 27kb
Publisher
:
王飞
[
Other
]
2timer
DL : 0
vc++ 6.0 下两个定时器同时工作,实现了多个Timer的功能!-vc 6.0 2 timer working, achieving a number of Timer function!
Update
: 2025-02-17
Size
: 42kb
Publisher
:
大师傅
[
OS Develop
]
MyTimerProc
DL : 0
vc自定义TIMER回调函数小例子 vc自定义TIMER回调函数小例子-vc-defined callback function TIMER small example of vc-defined TIMER small example of a callback function
Update
: 2025-02-17
Size
: 1.79mb
Publisher
:
yhg
[
Button control
]
Timer
DL : 0
zhuan zai VC++专用,网上收集整理,版权归原作者,请注意-zhuan zai VC++ dedicated, on-line collection, belongs to original author, please note
Update
: 2025-02-17
Size
: 1.88mb
Publisher
:
大浪
[
Windows Develop
]
VC++TIME
DL : 0
深入剖析VC++实现计时器的两种方法-Depth analysis VC++ Realize timer two methods
Update
: 2025-02-17
Size
: 534kb
Publisher
:
gb yin
[
Other
]
timer
DL : 0
该程序是一个指针式时钟的小程序。利用vc++编写的程序可供学生学习用!-The program is a pointer clock applet. Use vc++ Preparation procedures for students to learn to use!
Update
: 2025-02-17
Size
: 1.52mb
Publisher
:
dsff
[
GDI-Bitmap
]
Timer
DL : 0
vc做的计时器,看看吧 vc做的计时器,看看吧-vc do timer to see if you do vc timer to see if you do vc timer, take a look at it
Update
: 2025-02-17
Size
: 1.85mb
Publisher
:
[
Windows Develop
]
Timer
DL : 0
VC6.0开发的迷你定时器源码,需要的下吧!初学者难得的入门程序-VC6.0 mini timer source development, the need for the next bar! Beginners rare entry procedures
Update
: 2025-02-17
Size
: 3.79mb
Publisher
:
moshi
[
OS program
]
Timer
DL : 0
一个秒级的定时器类,Vc下开发,成熟可靠。-1 seconds timer-class category, Vc develop, mature and reliable.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
蔡永辉
[
Windows Develop
]
timer
DL : 0
高精度定时器,精度为毫秒,基于VC++开发的一个定时器,可用于高精度定时以及其他-High-precision timer, an accuracy of milliseconds, based on the VC++ Developed a timer, can be used for high precision timing, as well as other
Update
: 2025-02-17
Size
: 1.94mb
Publisher
:
ZW
[
Other
]
TimeDiffer
DL : 0
VC++实现的一个查看定时器的类,非常好-VC++ Timer to achieve a view of the class, very good
Update
: 2025-02-17
Size
: 1kb
Publisher
:
xuzheng
[
Documents
]
timer
DL : 0
一个手把手教你vc++mfc定时器(timer)的文档希望对大家有用。-手把手教you a vc++ Mfc timer (timer) documents useful for all of us hope.
Update
: 2025-02-17
Size
: 26kb
Publisher
:
ying
[
OS program
]
Timer
DL : 0
一个vc++的定时器类,不使用窗口定时器的例子.-A vc++ timer class, do not use windows timer example.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
budyou
[
Windows Develop
]
timer
DL : 0
window多媒体定时器的应用例程,使用VC++6.0进行了仿真验证-Application of window multimedia timer routine, the use of VC++6.0 conducted simulation
Update
: 2025-02-17
Size
: 112kb
Publisher
:
石头
[
Other
]
42
DL : 0
vc++ timer,计时器,网上收集整理,版权归原作者,请注意-vc++ timer,timer
Update
: 2025-02-17
Size
: 84kb
Publisher
:
包罗
[
OS program
]
Timer(VB)
DL : 1
精密定时器集合: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,
Update
: 2025-02-17
Size
: 112kb
Publisher
:
尹刚
[
Other
]
Timer_v1
DL : 0
很經典的系統時間程式,以動態顯示目前的系統時間,學習擷取System timer的應用,以Visual Studio .NET 2003 MFC VC++為基礎編譯及驗證可用。-System timer example, dynamic display system timer, can study get system timer app.
Update
: 2025-02-17
Size
: 5.9mb
Publisher
:
asxzas
[
Windows Develop
]
timer
DL : 0
VC++中使用定时器 VC + + to use timer-VC++ to use timer
Update
: 2025-02-17
Size
: 9kb
Publisher
:
longfnb
[
VC/MFC
]
vc-Timer
DL : 0
vc-mfc-timer的用法,同样网上搜集整理-vc-mfc-timer to be used, as the Internet collect and organize data
Update
: 2025-02-17
Size
: 8kb
Publisher
:
刘金磊
[
Other
]
Timer
DL : 0
vc编写的计时器,可以支持到毫秒级。是个不可多得的程序。-vc write timer, can support to the millisecond. Is a rare procedure.
Update
: 2025-02-17
Size
: 1.81mb
Publisher
:
戴骏三
«
1
2
3
4
5
6
7
8
9
10
...
15
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.