搜索资源列表

  1. CPU 测速(MHz)和高精度延时(微秒级)

    0下载:
  2. 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1213
    • 提供者:马俊
  1. rdtsc111

    0下载:
  2. 在vc环境下用汇编语言实现,rdtsc指令详细使用范例。-vc environment in assembly language, the use of RDTSC instruction detailed examples.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6355
    • 提供者:李筑
  1. cpuspeed32

    0下载:
  2. 测试CPU的小程序,通过rdtsc及混编实现.程序代码非常简单,但直得一看-small CPU test procedures, and mixed through RDTSC achieve. The code is very simple, but in a straight view
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10059
    • 提供者:陳永明
  1. Timer_Win32

    0下载:
  2. Classes for Time measurement on Win32. Useful as they work in lightweight fashion (by using directly performance counters and asm RDTSC x86 instruction) to get clock-precise CPU time measurement
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3127
    • 提供者:Xavier De Galia
  1. RealGoodTiming(Dialog)

    0下载:
  2. 检测Pentium CPU的时钟(高精度显示),程序嵌入汇编检测\"RDTSC\"和\"PCLKS\"来实现。注:这个Dialog版本的演示代码,更加直观。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:17321
    • 提供者:deht
  1. rdtsc指令

    0下载:
  2. 用rdtsc来得到cpu频率
  3. 所属分类:源码下载

    • 发布日期:2010-11-09
    • 文件大小:7089
    • 提供者:snk123
  1. CPU 测速(MHz)和高精度延时(微秒级)

    0下载:
  2. 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:马俊
  1. rdtsc111

    0下载:
  2. 在vc环境下用汇编语言实现,rdtsc指令详细使用范例。-vc environment in assembly language, the use of RDTSC instruction detailed examples.
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:163840
    • 提供者:李筑
  1. cpuspeed32

    0下载:
  2. 测试CPU的小程序,通过rdtsc及混编实现.程序代码非常简单,但直得一看-small CPU test procedures, and mixed through RDTSC achieve. The code is very simple, but in a straight view
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:陳永明
  1. Timer_Win32

    0下载:
  2. Classes for Time measurement on Win32. Useful as they work in lightweight fashion (by using directly performance counters and asm RDTSC x86 instruction) to get clock-precise CPU time measurement
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:Xavier De Galia
  1. RealGoodTiming(Dialog)

    0下载:
  2. 检测Pentium CPU的时钟(高精度显示),程序嵌入汇编检测"RDTSC"和"PCLKS"来实现。注:这个Dialog版本的演示代码,更加直观。-Detection of Pentium CPU clock (high-precision display), the program embedded in the compilation of detection
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:17408
    • 提供者:deht
  1. cputicker

    0下载:
  2. CPU 的精确计时器 This class implements an MFC wrapper class for the Pentium-specific (or better) time stamp counter which can be accessed using the "RDTSC" assembly language instruction. This counter has a resolution in term
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:15360
    • 提供者:谢兵
  1. Clockfrequency

    0下载:
  2. 使用CPU时间戳进行高精度计时,利用Rdtsc指令计算CPU的时钟频率-High-precision time stamp for the use of CPU time, using the Rdtsc Instruction Computing CPU clock frequency
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:曾凡麟
  1. CPUFreq

    0下载:
  2. DOS下面测量CPU频率的小程序。主要通过rdtsc指令和ACPI的Performance Counter配合进行CPU频率的计算。本程序适用Watcom C编写-DOS The following CPU frequency measurement applet. Rdtsc instructions and ACPI through the Performance Counter facilitate the holding of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:54272
    • 提供者:全达昆
  1. RDTSC

    0下载:
  2. RDTSC指令的使用以及相关问题,详解RDTSC命令的使用。-RDTSC instruction for use, and related issues, Xiang Jie RDTSC command.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:dailong
  1. MAZE

    0下载:
  2. 本文介绍了一种随机生成二维迷宫的方法,并指出了该方法的几个关键点,即如何生成连接起点和终点的通路,如何实现强连通图,以及如何绘制迷宫和捕获键盘事件的编程技巧。虽然代码不多,却实现了一个较为完整的迷宫游戏,希望能为游戏编程爱好者们起到参考作用-We can use this program to detect the main frequency of CPU by using RDTSC instructor.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-14
    • 文件大小:1743872
    • 提供者:joe
  1. cputicker

    0下载:
  2. 一个基于C++用于检测Pentium CPU时钟主频的小程序,高精度显示,原理是通过嵌入汇编语言后检测"RDTSC"和"PCLKS"来实现,较底层的操作。不过无从知道能否检测更高主频的CPU。若有需要的自己下载源码研究下。-A C++-based program for the detection of small Pentium CPU clock speed, high-precision display, the principl
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:wpudn25
  1. m_debug_util

    0下载:
  2. Comment this out to deactivate the cycle counter. NOTE: it works only on CPUs which know the rdtsc command (586 or higher) (hope, you don t try to debug Mesa on a 386 ). -Comment this out to deactivate the cycle counte
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:fjnavv
  1. PCClockTiming

    0下载:
  2. Windows user space fast timer utility, using perfCounter frequency and combination of RDTSC and QueryPerformance
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-14
    • 文件大小:436224
    • 提供者:MAMI
  1. Clockfrequency

    0下载:
  2. 使用CPU时间戳进行高精度计时,利用Rdtsc指令计算CPU的时钟频率-High-precision time stamp for the use of CPU time, using the Rdtsc Instruction Computing CPU clock frequency
  3. 所属分类:通讯编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:ke5129739

源码中国 www.ymcn.org