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

搜索资源列表

  1. GetTickCount

    0下载:
  2. 精确定位Windows里的时间,不仅仅是定位到毫秒级的时间,可能对于精度高的编程才用到。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:169.27kb
    • 提供者:wanglingwei
  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
    • 文件大小:714.33kb
    • 提供者:Edison
  1. showtraf-1.7.0-src

    0下载:
  2. GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:820.22kb
    • 提供者:sanjay
  1. pcounter

    0下载:
  2. GetTickCount无法计算16ms以下的时间,该段代码可以进行毫秒级的精确计时-GetTickCount unable to calculate the following time 16ms, which can code the precise millisecond timing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:856byte
    • 提供者:保密
  1. FuncGetTickCount

    0下载:
  2. 利用 GetTickCount 計算各種函數進出VB邏輯運算所需的時間,用以決定最好的函數寫法。-GetTickCount function calculated using a variety of logic operations VB out of the time required for the function used to determine the best wording.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2.46kb
    • 提供者:謝政奇
  1. bscl

    1下载:
  2. 变速齿轮原理是,游戏在刷新画面时会用到时钟来控制刷新速度,有过游戏开发的人都知道,一般游戏锁定1秒30帧,这样会很流畅,人眼有视觉停顿,当速度达到1秒16帧的时候,就是在跑动画了,游戏用到的计时器有大部分是两个windows提供的api函数,一个是::GetTickCount,一个是::timeGetTime,这两个api的原型请查msdn,我们利用hook api 去修改它的值,从而改变游戏速度,工程是一个d-Change gear principle is that the game wil
  3. 所属分类:Hook api

    • 发布日期:2016-02-03
    • 文件大小:2kb
    • 提供者:吴磊
  1. ComTime

    0下载:
  2. 为了测试函数处理时间,自己写了关于时间度量的类来计算执行命令之间需要花的时间。此类简单易懂,使用和修改方便,带例子。此类比 GetTickCount()函数更精确。使用VC++, VC2010编译通过。希望些类给大家带来便利。 -To test the function of processing time, write your own class on time metric to calculate the execution time to be spent between comm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:238.21kb
    • 提供者:kevin
  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
    • 文件大小:1.57mb
    • 提供者:王琳伟
  1. VB_API_function_based_alarm_clock_timer

    0下载:
  2. VB中基于GetTickCount API函数的闹钟定时器VB GetTickCount API function based on the alarm clock timer -VB GetTickCount API function based on the alarm clock timer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:4.31kb
    • 提供者:ue
  1. VB.programming.GetTickCount.anti.debugging.code.ra

    0下载:
  2. VB编程GetTickCount反调试代码VB programming GetTickCount anti-debugging code -VB programming GetTickCount anti-debugging code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:9.86kb
    • 提供者:dj
  1. VB.programming.GetTickCount.API.function.instance.

    0下载:
  2. VB 编程GetTickCount API函数实例经典代码VB Classic programming GetTickCount API function instance code -VB Classic programming GetTickCount API function instance code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:3.59kb
    • 提供者:t
  1. TimerClass

    0下载:
  2. VB中基于GetTickCount API函数的闹钟定时器.-Based GetTickCount API function in VB alarm timer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3.32kb
    • 提供者:糟熘鱼片
  1. GetTickCount-

    0下载:
  2. GetTickCount反调试 vb防调试-GetTickCount anti-debugging vb anti-debugging
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:16.57kb
    • 提供者:jj
  1. shut_down

    0下载:
  2. 基于IdleUI.dll动态链接库实现的VC++定时关机程序,也可定时锁定系统,程序界面友好,有丰富的设置选项。运行程序时请记得把IdleUI.dll拷贝到Debug目录中。本程序可预设关机时间,可弹出和关闭光驱,也可重新启动计算机,自定义时间功能丰富,还可将本程序添加到启动菜单中。   在此说明下IdleUI.dll的使用:   - 应用启动时调用 IdleUIInit   - 应用终止时调用 IdleUITerm   - 调用 IdleUIGetLastInputTi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:32.5kb
    • 提供者:wpudn24
  1. err.eccc

    0下载:
  2. CWnd LoadCursor CPaintDC CRect GetClientRect GetTickCount waveInAddBuffer MessageBox waveInOpen waveInPrepareHeader waveInStart waveInReset waveInStop waveInUnprepareHeader waveInClose waveInGetErrorText CView CCmdUI CDialog CDataExchange CString CCo
  3. 所属分类:ComboBox

    • 发布日期:2017-05-09
    • 文件大小:1.82mb
    • 提供者:prinick
  1. C-language-acquisition-boot-time

    0下载:
  2. 这个其实不难,就是用到一个简单的Windows API,代码请见解析。 获取开机时间要用到 GetTickCount() 这个 API,功能是获取重系统开始到运行时的时间。-This is not difficult, is to use a simple Windows API code for parsing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:627byte
    • 提供者:CHEN
搜珍网 www.dssz.com