Welcome![Sign In][Sign Up]
Location:
Search - timeSetEvent

Search list

[Process-ThreadSorce_timeSetEvent

Description: 在实际问题中,我们需要在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 procedures for the multimedia function timeSetEvent ms achieve a precise trigger events.
Platform: | Size: 2397 | Author: 林为样 | Hits:

[WinSock-NDISPI2SEmluator(Ver1.01)

Description: i2s协议模拟测试主要源代码 总结 1.熟悉采用并口驱动程序SDK来访问并口(本次采用的并口驱动为:port95,WinIo,NTPORT) 2.熟悉I2S接口协议(根据不同的通讯设备有一点差别) 3.反复实验了解到Windows下采用高精确实时控制不能简单采用线程处理,而用多媒体定时器函数timeSetEvent来实现,否则线程在运行过程中会随机被系统其他进程打断而不能完成精确定时功能。
Platform: | Size: 4233 | Author: guanjunduan | Hits:

[WinSock-NDISResolutionTest

Description: 实现timesetevent精度验证,每三十毫秒调用回调函数,将当前系统运行的时间输出到文本当中
Platform: | Size: 4845118 | Author: lause | Hits:

[Windows Developsupertimer

Description: 本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.
Platform: | Size: 64809 | Author: shu | Hits:

[IME Develop多媒体定时器源码

Description: 最近写一个程序,其中用到了多媒体定时器,由于在程序中需要加速、减速、暂停、终止等控制方式,所以封装了一个使用多媒体定时回调函数定时方式和相应控制函数的类。不足之处请大家多多指教!-recently wrote a procedure, which uses a multimedia timer, because of the need to expedite the proceedings, deceleration, suspension, termination, etc. Control, Packaging, a one-time use of a callback function methods and timing control function of the corresponding category. Deficiencies Department asked all a great weekend!
Platform: | Size: 15360 | Author: 刘云 | Hits:

[Process-ThreadSorce_timeSetEvent

Description: 在实际问题中,我们需要在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 procedures for the multimedia function timeSetEvent ms achieve a precise trigger events.
Platform: | Size: 2048 | Author: 林为样 | Hits:

[Internet-NetworkPI2SEmluator(Ver1.01)

Description: i2s协议模拟测试主要源代码 总结 1.熟悉采用并口驱动程序SDK来访问并口(本次采用的并口驱动为:port95,WinIo,NTPORT) 2.熟悉I2S接口协议(根据不同的通讯设备有一点差别) 3.反复实验了解到Windows下采用高精确实时控制不能简单采用线程处理,而用多媒体定时器函数timeSetEvent来实现,否则线程在运行过程中会随机被系统其他进程打断而不能完成精确定时功能。-err
Platform: | Size: 4096 | Author: guanjunduan | Hits:

[USB developEasyUSB

Description: 可二次开发的可以编译通过的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 product development, all in the PC to do is modify the source code, a few function calls to read and write I/O port.
Platform: | Size: 81920 | Author: Jeff Shi | Hits:

[Internet-NetworkResolutionTest

Description: 实现timesetevent精度验证,每三十毫秒调用回调函数,将当前系统运行的时间输出到文本当中-Realize timesetevent verify the accuracy of every thirty milliseconds callback function calls the current system time output to a text which
Platform: | Size: 6106112 | Author: lause | Hits:

[Windows Developsupertimer

Description: 本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.-Achieved one of the examples in the microsecond-level precision timing, use the basic functions of multimedia timer can be two ways to achieve precise timing. 1) Use timeGetTime () function, which ms timing accuracy for the class, to return from the Windows start after the beginning of time. 2) the use of timeSetEvent () function.
Platform: | Size: 3760128 | Author: | Hits:

[OtherPrecisionTime

Description: 通过多媒体定时器,timeSetEvent函数高精度时间计算。-Through the multimedia timer, timeSetEvent function high-precision time.
Platform: | Size: 2001920 | Author: 陈晓云 | Hits:

[Windows DevelopClock

Description: 使用多媒体定时器timeSetEvent()函数,该函数定时精度为ms级。利用该函数可以实现周期性的函数调用。-Using multimedia timer timeSetEvent () function, the function ms timing accuracy for the class. Function can be achieved using the periodic function call.
Platform: | Size: 1892352 | Author: vincent | Hits:

[OthermTimer

Description: 用VC++编程,比较三种定时器——SetTimer、timeSetEvent、、QueryPerformanceCounter、GetTickCount的在精度上的差别-Using VC++ programming, comparing three types of timers- SetTimer, timeSetEvent,, QueryPerformanceCounter, GetTickCount the difference in accuracy
Platform: | Size: 731136 | Author: Edison | Hits:

[Windows DevelopMultiTimer

Description: 程序列出所有的计时方法和计时应用,WM_TIMER、Sleep()、利用COleDateTime类和COleDateTimeSpan类、利用GetTickCount()函数、利用 timeGetTime()函数、利用 timeSetEvent()函数和使用QueryPerformanceFrequency()和QueryPerformanceCounter()函数实现高精度定时-Program lists all of the timing method and timing applications, WM_TIMER, Sleep (), use COleDateTime class and COleDateTimeSpan class, using GetTickCount () function, using timeGetTime () function, using timeSetEvent () function and use of QueryPerformanceFrequency () and QueryPerformanceCounter () function for high precision time
Platform: | Size: 1651712 | Author: 王琳伟 | Hits:

[Process-Threadvbtimer

Description: 关于VB多线程的实现,给你一个网上不错的实例。 请将该部分数据保存为 FORM1.frm 文件 -vb timeSetEvent 1ms
Platform: | Size: 3072 | Author: 燕子 | Hits:

[OS programtimeSetEvent

Description: vc 获取时间差 精确度达到毫秒级 settimer不精确
Platform: | Size: 18432 | Author: zhongkeli | Hits:

[SCMtimeSetEvent

Description: 采用wince6.0,天嵌开发板及BSP,制作的SDK,针对WM_TIMER定时精度不高的问题,本列采用多媒体定时器,可方便实现高精度定时器,最小定时为MS级。-#include "stdafx.h" #include "TimeCount.h" #include "TimeCountDlg.h" #include "stdafx.h" #include "TimeCount.h" #include "TimeCountDlg.h" #include "Mmsystem.h" #ifdef UNDER_CE //WIN32_CE #pragma comment(lib, "mmtimer.lib") #else #pragma comment(lib, "Winmm.lib") #endif
Platform: | Size: 8931328 | Author: loveclt | Hits:

[OtherTimeSetEvent

Description: 这是我用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 subtle. If your program has such a request, you can refer to Oh.
Platform: | Size: 8192 | Author: 王珺 | Hits:

[VC/MFCvc_timeSetEvent

Description: vc高精度定时器timeSetEvent使用例程-routine use of high-precision timer timeSetEvent
Platform: | Size: 12288 | Author: GYT | Hits:

[CommunicationTimeSetEvent

Description: 本程序运用多媒体定时器进行高速准确的串口通讯-use timesetevent to serial communication
Platform: | Size: 3818496 | Author: 包佳东 | Hits:
« 12 »

CodeBus www.codebus.net