搜索资源列表
GetTickCount
- 精确定位Windows里的时间,不仅仅是定位到毫秒级的时间,可能对于精度高的编程才用到。
mTimer
- 用VC++编程,比较三种定时器——SetTimer、timeSetEvent、、QueryPerformanceCounter、GetTickCount的在精度上的差别-Using VC++ programming, comparing three types of timers- SetTimer, timeSetEvent,, QueryPerformanceCounter, GetTickCount the difference in accuracy
showtraf-1.7.0-src
- GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
pcounter
- GetTickCount无法计算16ms以下的时间,该段代码可以进行毫秒级的精确计时-GetTickCount unable to calculate the following time 16ms, which can code the precise millisecond timing
FuncGetTickCount
- 利用 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.
bscl
- 变速齿轮原理是,游戏在刷新画面时会用到时钟来控制刷新速度,有过游戏开发的人都知道,一般游戏锁定1秒30帧,这样会很流畅,人眼有视觉停顿,当速度达到1秒16帧的时候,就是在跑动画了,游戏用到的计时器有大部分是两个windows提供的api函数,一个是::GetTickCount,一个是::timeGetTime,这两个api的原型请查msdn,我们利用hook api 去修改它的值,从而改变游戏速度,工程是一个d-Change gear principle is that the game wil
ComTime
- 为了测试函数处理时间,自己写了关于时间度量的类来计算执行命令之间需要花的时间。此类简单易懂,使用和修改方便,带例子。此类比 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
MultiTimer
- 程序列出所有的计时方法和计时应用,WM_TIMER、Sleep()、利用COleDateTime类和COleDateTimeSpan类、利用GetTickCount()函数、利用 timeGetTime()函数、利用 timeSetEvent()函数和使用QueryPerformanceFrequency()和QueryPerformanceCounter()函数实现高精度定时-Program lists all of the timing method and timing applicati
VB_API_function_based_alarm_clock_timer
- VB中基于GetTickCount API函数的闹钟定时器VB GetTickCount API function based on the alarm clock timer -VB GetTickCount API function based on the alarm clock timer
VB.programming.GetTickCount.anti.debugging.code.ra
- VB编程GetTickCount反调试代码VB programming GetTickCount anti-debugging code -VB programming GetTickCount anti-debugging code
VB.programming.GetTickCount.API.function.instance.
- VB 编程GetTickCount API函数实例经典代码VB Classic programming GetTickCount API function instance code -VB Classic programming GetTickCount API function instance code
TimerClass
- VB中基于GetTickCount API函数的闹钟定时器.-Based GetTickCount API function in VB alarm timer.
GetTickCount-
- GetTickCount反调试 vb防调试-GetTickCount anti-debugging vb anti-debugging
shut_down
- 基于IdleUI.dll动态链接库实现的VC++定时关机程序,也可定时锁定系统,程序界面友好,有丰富的设置选项。运行程序时请记得把IdleUI.dll拷贝到Debug目录中。本程序可预设关机时间,可弹出和关闭光驱,也可重新启动计算机,自定义时间功能丰富,还可将本程序添加到启动菜单中。 在此说明下IdleUI.dll的使用: - 应用启动时调用 IdleUIInit - 应用终止时调用 IdleUITerm - 调用 IdleUIGetLastInputTi
err.eccc
- CWnd LoadCursor CPaintDC CRect GetClientRect GetTickCount waveInAddBuffer MessageBox waveInOpen waveInPrepareHeader waveInStart waveInReset waveInStop waveInUnprepareHeader waveInClose waveInGetErrorText CView CCmdUI CDialog CDataExchange CString CCo
C-language-acquisition-boot-time
- 这个其实不难,就是用到一个简单的Windows API,代码请见解析。 获取开机时间要用到 GetTickCount() 这个 API,功能是获取重系统开始到运行时的时间。-This is not difficult, is to use a simple Windows API code for parsing.