文件名称:毫秒定时器
文件大小:110KB
文件格式:RAR
更新时间:2009-05-29 05:17:38
VC VC定时器 VC源码 另类其它 定时器
毫秒定时器,为什么要使用毫秒定时器呢?我想原因有两个。第一:CWnd里面的timer不能精确到毫秒级,所以必须要写一个精确到毫秒级的。第二:用CWnd里面的timer代价太大,因为有时我们的类根本就没有窗口,为了使用timer,而不得不从CWnd里派生。本人写的这个mmtimer,主要是为了解决上面这两点而设计的。
【文件预览】:
testMMTimer
----testMMTimer.suo(12KB)
----testMMTimer.sln(1KB)
----Doc()
--------testMMTimer.vsd(178KB)
----testMMTimer()
--------ReadMe.txt(4KB)
--------testMMTimerDlg.cpp(4KB)
--------res()
--------testMMTimer.cpp(2KB)
--------testMMTimer.rc(5KB)
--------testMMTimer.h(532B)
--------TimeAgent.cpp(462B)
--------stdafx.h(2KB)
--------testMMTimer.vcproj(5KB)
--------stdafx.cpp(211B)
--------TimerListener.h(417B)
--------Resource.h(775B)
--------TimeAgent.h(533B)
--------testMMTimerDlg.h(819B)
--------mmTimers.cpp(2KB)
--------mmTimers.h(1KB)