搜索资源列表

  1. Sorce_timeSetEvent

    0下载:
  2. 在实际问题中,我们需要在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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2397
    • 提供者:林为样
  1. PI2SEmluator(Ver1.01)

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

    • 发布日期:2008-10-13
    • 文件大小:4233
    • 提供者:guanjunduan
  1. ResolutionTest

    0下载:
  2. 实现timesetevent精度验证,每三十毫秒调用回调函数,将当前系统运行的时间输出到文本当中
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4845118
    • 提供者:lause
  1. supertimer

    0下载:
  2. 本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:64809
    • 提供者:shu
  1. 多媒体定时器源码

    0下载:
  2. 最近写一个程序,其中用到了多媒体定时器,由于在程序中需要加速、减速、暂停、终止等控制方式,所以封装了一个使用多媒体定时回调函数定时方式和相应控制函数的类。不足之处请大家多多指教!-recently wrote a procedure, which uses a multimedia timer, because of the need to expedite the proceedings, deceleration, suspensi
  3. 所属分类:输入法编程

    • 发布日期:2024-05-03
    • 文件大小:15360
    • 提供者:刘云
  1. Sorce_timeSetEvent

    0下载:
  2. 在实际问题中,我们需要在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
  3. 所属分类:进程与线程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:林为样
  1. PI2SEmluator(Ver1.01)

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

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:guanjunduan
  1. EasyUSB

    0下载:
  2. 可二次开发的可以编译通过的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
  3. 所属分类:USB编程

    • 发布日期:2024-05-03
    • 文件大小:81920
    • 提供者:Jeff Shi
  1. ResolutionTest

    0下载:
  2. 实现timesetevent精度验证,每三十毫秒调用回调函数,将当前系统运行的时间输出到文本当中-Realize timesetevent verify the accuracy of every thirty milliseconds callback function calls the current system time output to a text which
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-03
    • 文件大小:6106112
    • 提供者:lause
  1. supertimer

    0下载:
  2. 本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.-Achieved one of the examples in the microsecond-level precision timing, use the basic functions of
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:3760128
    • 提供者:
  1. PrecisionTime

    0下载:
  2. 通过多媒体定时器,timeSetEvent函数高精度时间计算。-Through the multimedia timer, timeSetEvent function high-precision time.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:2001920
    • 提供者:陈晓云
  1. Clock

    0下载:
  2. 使用多媒体定时器timeSetEvent()函数,该函数定时精度为ms级。利用该函数可以实现周期性的函数调用。-Using multimedia timer timeSetEvent () function, the function ms timing accuracy for the class. Function can be achieved using the periodic function call.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:1892352
    • 提供者:vincent
  1. mTimer

    0下载:
  2. 用VC++编程,比较三种定时器——SetTimer、timeSetEvent、、QueryPerformanceCounter、GetTickCount的在精度上的差别-Using VC++ programming, comparing three types of timers- SetTimer, timeSetEvent,, QueryPerformanceCounter, GetTickCount the difference
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:731136
    • 提供者:Edison
  1. MultiTimer

    0下载:
  2. 程序列出所有的计时方法和计时应用,WM_TIMER、Sleep()、利用COleDateTime类和COleDateTimeSpan类、利用GetTickCount()函数、利用 timeGetTime()函数、利用 timeSetEvent()函数和使用QueryPerformanceFrequency()和QueryPerformanceCounter()函数实现高精度定时-Program lists all of the timi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:1651712
    • 提供者:王琳伟
  1. vbtimer

    0下载:
  2. 关于VB多线程的实现,给你一个网上不错的实例。 请将该部分数据保存为 FORM1.frm 文件 -vb timeSetEvent 1ms
  3. 所属分类:进程与线程

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:燕子
  1. timeSetEvent

    0下载:
  2. vc 获取时间差 精确度达到毫秒级 settimer不精确
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:18432
    • 提供者:zhongkeli
  1. timeSetEvent

    0下载:
  2. 采用wince6.0,天嵌开发板及BSP,制作的SDK,针对WM_TIMER定时精度不高的问题,本列采用多媒体定时器,可方便实现高精度定时器,最小定时为MS级。-#include "stdafx.h" #include "TimeCount.h" #include "TimeCountDlg.h" #include "stdafx.h" #include "TimeCount.h" #include "T
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-03
    • 文件大小:8931328
    • 提供者:loveclt
  1. TimeSetEvent

    0下载:
  2. 这是我用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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:8192
    • 提供者:王珺
  1. vc_timeSetEvent

    0下载:
  2. vc高精度定时器timeSetEvent使用例程-routine use of high-precision timer timeSetEvent
  3. 所属分类:VC/C++相关

    • 发布日期:2024-05-03
    • 文件大小:12288
    • 提供者:GYT
  1. TimeSetEvent

    0下载:
  2. 本程序运用多媒体定时器进行高速准确的串口通讯-use timesetevent to serial communication
  3. 所属分类:通讯编程

    • 发布日期:2024-05-03
    • 文件大小:3818496
    • 提供者:包佳东
« 12 »

源码中国 www.ymcn.org