搜索资源列表
UnwindowsTimerSupport
- 提供了MFC中的CTimer类的功能,但它不需要窗口的支持,使用时,只需继承CTimerSupport类。 计时器是持续运行的,如果不被KillTimer()函数停止;会持续调用OnTimer()函数。-the MFC CTimer the functional category, but it does not need the support of the window, use, only inherit CTimerSupp
howtouseCTimer
- 本程序主要是介绍如何使用CTimer定时器,有需要的可以下来自己研究
ctimer
- 一个用C51编写的倒计时程序,可通过PC传送起始时间,也可回传当前时间。比较简单-C51 with a countdown of the preparation process, through PCs starting time, but also back - the present time. Relatively simple
ctimer
- 一个用C51编写的倒计时程序,可通过PC传送起始时间,也可回传当前时间。比较简单-C51 with a countdown of the preparation process, through PCs starting time, but also back- the present time. Relatively simple
UnwindowsTimerSupport
- 提供了MFC中的CTimer类的功能,但它不需要窗口的支持,使用时,只需继承CTimerSupport类。 计时器是持续运行的,如果不被KillTimer()函数停止;会持续调用OnTimer()函数。-the MFC CTimer the functional category, but it does not need the support of the window, use, only inherit CTimerSupp
howtouseCTimer
- 本程序主要是介绍如何使用CTimer定时器,有需要的可以下来自己研究-This procedure is mainly CTimer describes how to use the timer, there is a need to study the can down their own
timer.tar
- linux下同一个进程中多个定时器实现。简单描述下定时器模块的实现,有一个manager单例类保存所有CTimer对象,开启一线程运行延迟函数,每次延迟间隔到,扫描保存CTimer的容器,对每个CTimer对象执行减少时间操作,减少到0则执行回调函数。对一次性CTimer,超时则从容器中删除,循环型的将间隔时间重置,不从容器中移除。 CTimer的start执行将对象插入到manager容器中操作;stop执行将对象从manager
Timer
- 用 VC 自制的 CTimer 控件,附件是调用该类产生的可执行文件。-This is the CTimer self-created, and the attached file is the exe by calling the class.
TimerTest
- 此为 100 模拟 Borland C++ Builder 而制作的 CTimer 控件,并已经编译 OK。-This is the software simulating the controler of TTimer in BCB6.0 actually.
ctimer
- 基于Windows MFC的高精度计时代码,方便需要精确计时的朋友。 CTimer-Using QueryPerformanceFrequency and QueryPerformanceCounter to perform high timing precision on windows platform.
CTimer
- CTimer class. Implementation of the timer cla-CTimer class. Implementation of the timer class
cTimer
- 单片机开发,分别介绍各个相关模块的datasheet及相关开发设置。-Microcontroller development, respectively, of each module datasheet and development settings.
TimeAndDate
- 一个应用CTimer、SetTimer来实现电子时钟,秒表自动走动,里面还包含了时间类的加减计算以及控件自绘,字体颜色等-MFC CTimer SetTimer
tianshisnow
- 飞舞的天使_VB下雪场景和乐谱循环播放,由以下几个个独立工程组合而成:飞舞的天使(frmMain.frm, frmMenu.frm, MFormExpanded.bas, MPictureForm.bas)下雪(MTimer.bas, CTimer.cls, CSnow.cls)其中,前两个模块可不要,它们是实现计时器功能的。心形轨迹运动(参考工程:心脏线-坐标旋转-控件移动轨迹(MBeautyCurve.bas, clsWaitabl
Ctimer
- 使用Windows Multimedia Timer的控件,比Delphi缺省TImer控件要精准。-A Timer Control reference by WMM
ctimer
- To learn timers in mfc visual c-To learn timers in mfc visual c++
ctimer
- 基于Windows MFC的高精度计时代码,方便需要精确计时的朋友。CTimer-Using QueryPerformanceFrequency and QueryPerformanceCounter to perform high timing precision on windows platform.
CTimer
- MFC定时器控件,设置了按钮控制程序开始每隔1,2秒更新一次-mfc timer demo
CTimer
- 时间类CTime,用于表示时间值(小时、分钟、秒)。要求:可以初始化时间值,显示当前时间,并具有将秒数加1的功能。在主函数中声明CTime的对象,并设置其初始时间,然后测试秒数加1的功能(通过一个循环语句将初始时间依次加1秒,并在屏幕输出当前时间)。-Time class CTime, used to represent the time value (hours, minutes, seconds). Requirements: Yo