搜索资源列表
Sorce_timeSetEvent
- 在实际问题中,我们需要在VB中得到更精确的时间事件触发,timer控件的精度只达到30ms,该程序应用timeSetEvent多媒体函数实现1ms的精确事件触发。-on practical issues, we need to be in VB more precise time trigger events, The timer control precision is only 30 ms. Application procedur
PI2SEmluator(Ver1.01)
- i2s协议模拟测试主要源代码 总结 1.熟悉采用并口驱动程序SDK来访问并口(本次采用的并口驱动为:port95,WinIo,NTPORT) 2.熟悉I2S接口协议(根据不同的通讯设备有一点差别) 3.反复实验了解到Windows下采用高精确实时控制不能简单采用线程处理,而用多媒体定时器函数timeSetEvent来实现,否则线程在运行过程中会随机被系统其他进程打断而不能完成精确定时功能。
ResolutionTest
- 实现timesetevent精度验证,每三十毫秒调用回调函数,将当前系统运行的时间输出到文本当中
supertimer
- 本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.
多媒体定时器源码
- 最近写一个程序,其中用到了多媒体定时器,由于在程序中需要加速、减速、暂停、终止等控制方式,所以封装了一个使用多媒体定时回调函数定时方式和相应控制函数的类。不足之处请大家多多指教!-recently wrote a procedure, which uses a multimedia timer, because of the need to expedite the proceedings, deceleration, suspensi
Sorce_timeSetEvent
- 在实际问题中,我们需要在VB中得到更精确的时间事件触发,timer控件的精度只达到30ms,该程序应用timeSetEvent多媒体函数实现1ms的精确事件触发。-on practical issues, we need to be in VB more precise time trigger events, The timer control precision is only 30 ms. Application procedur
PI2SEmluator(Ver1.01)
- i2s协议模拟测试主要源代码 总结 1.熟悉采用并口驱动程序SDK来访问并口(本次采用的并口驱动为:port95,WinIo,NTPORT) 2.熟悉I2S接口协议(根据不同的通讯设备有一点差别) 3.反复实验了解到Windows下采用高精确实时控制不能简单采用线程处理,而用多媒体定时器函数timeSetEvent来实现,否则线程在运行过程中会随机被系统其他进程打断而不能完成精确定时功能。-err
EasyUSB
- 可二次开发的可以编译通过的VC++6.0源代码,且有硬件开发套件。有了它,在你需要做一个USB产品开发时,所有要做的就是在PC上修改源代码、调用几个函数读写I/O口。-Secondary development may be compiled through the VC++ 6.0 source code, and hardware development kit. With it, you need to do a USB prod
ResolutionTest
- 实现timesetevent精度验证,每三十毫秒调用回调函数,将当前系统运行的时间输出到文本当中-Realize timesetevent verify the accuracy of every thirty milliseconds callback function calls the current system time output to a text which
supertimer
- 本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.-Achieved one of the examples in the microsecond-level precision timing, use the basic functions of
PrecisionTime
- 通过多媒体定时器,timeSetEvent函数高精度时间计算。-Through the multimedia timer, timeSetEvent function high-precision time.
Clock
- 使用多媒体定时器timeSetEvent()函数,该函数定时精度为ms级。利用该函数可以实现周期性的函数调用。-Using multimedia timer timeSetEvent () function, the function ms timing accuracy for the class. Function can be achieved using the periodic function call.
mTimer
- 用VC++编程,比较三种定时器——SetTimer、timeSetEvent、、QueryPerformanceCounter、GetTickCount的在精度上的差别-Using VC++ programming, comparing three types of timers- SetTimer, timeSetEvent,, QueryPerformanceCounter, GetTickCount the difference
MultiTimer
- 程序列出所有的计时方法和计时应用,WM_TIMER、Sleep()、利用COleDateTime类和COleDateTimeSpan类、利用GetTickCount()函数、利用 timeGetTime()函数、利用 timeSetEvent()函数和使用QueryPerformanceFrequency()和QueryPerformanceCounter()函数实现高精度定时-Program lists all of the timi
vbtimer
- 关于VB多线程的实现,给你一个网上不错的实例。 请将该部分数据保存为 FORM1.frm 文件 -vb timeSetEvent 1ms
timeSetEvent
- vc 获取时间差 精确度达到毫秒级 settimer不精确
timeSetEvent
- 采用wince6.0,天嵌开发板及BSP,制作的SDK,针对WM_TIMER定时精度不高的问题,本列采用多媒体定时器,可方便实现高精度定时器,最小定时为MS级。-#include "stdafx.h" #include "TimeCount.h" #include "TimeCountDlg.h" #include "stdafx.h" #include "TimeCount.h" #include "T
TimeSetEvent
- 这是我用VB写的用 TimeSetEvent函数代替Timer控件的代码, 它可以实现更细微更精确的计时。 如果你的程序有这样的要求,可以参考一下哦。-This is written in VB Timer control with TimeSetEvent function instead of the code, It can achieve more accurate timing is more
vc_timeSetEvent
- vc高精度定时器timeSetEvent使用例程-routine use of high-precision timer timeSetEvent
TimeSetEvent
- 本程序运用多媒体定时器进行高速准确的串口通讯-use timesetevent to serial communication