CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - timeSetEvent

搜索资源列表

  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 procedures for the multimedia function
  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. vc高精度定时器timeSetEvent使用例程

    1下载:
  2. vc高精度定时器timeSetEvent使用例程-routine use of high-precision timer timeSetEvent
  3. 所属分类:Windows编程

    • 发布日期:2017-03-23
    • 文件大小:12795
    • 提供者:GYT
  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 "TimeCountDlg.h" #include "
  3. 所属分类:Windows CE

    • 发布日期:2017-05-26
    • 文件大小:8931328
    • 提供者:loveclt
  1. mTimer

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

    • 发布日期:2017-04-01
    • 文件大小:731477
    • 提供者:Edison
  1. timeSetEvent

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

    • 发布日期:2017-04-01
    • 文件大小:18043
    • 提供者:zhongkeli
  1. PrecisionTime

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

    • 发布日期:2017-05-08
    • 文件大小:2001810
    • 提供者:陈晓云
  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 Develop

    • 发布日期:2017-04-09
    • 文件大小:1892851
    • 提供者:vincent
  1. MultiTimer

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

    • 发布日期:2017-04-10
    • 文件大小:1651493
    • 提供者:王琳伟
  1. vbtimer

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

    • 发布日期:2017-03-23
    • 文件大小:3353
    • 提供者:燕子
  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 subtle. If your program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7783
    • 提供者:王珺
  1. timer

    0下载:
  2. timesetevent和QueryPerformanceFrequency 作为定时器的比较,实现了这2个函数的定时功能,并显示各自的定时时间-Timesetevent and QueryPerformanceFrequency As a comparison of the timer, realized this 2 function in the time function, and shows the timing of their time
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1881538
    • 提供者:张烜
  1. set_timer

    0下载:
  2. 使用timeSetEvent函数写的定时函数,可用于参考该函数的用法。-Use timeSetEvent functions to write timing function and can be used for reference the usage of this function。
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-03
    • 文件大小:15281407
    • 提供者:wujinglin
  1. TimeSetEvent

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

    • 发布日期:2017-05-16
    • 文件大小:3818050
    • 提供者:包佳东
搜珍网 www.dssz.com