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

搜索资源列表

  1. ExcpHookMonitor_0.0.4

    0下载:
  2. ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the except
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:54007
    • 提供者:张京
  1. cpudetectc++

    0下载:
  2. 获取cpu序列号的c++代码。学习windows api编程的好例子。也是作为软件保护的必备基础代码。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:51935
    • 提供者:webskywang
  1. cpusage9x

    0下载:
  2. windows api 获取cpu占用率
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14064
    • 提供者:董冬
  1. cpuid

    1下载:
  2. 通过windows api 获取机器CPU ID序列号 通过windows api 获取机器CPU ID序列号-get CPU serial id
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:212276
    • 提供者:dream
  1. CPU

    0下载:
  2. 使用xp提供的API用来使CPU使用率出现一个正弦曲线的程序-Use Windows API
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:45100
    • 提供者:yang
  1. CPU_Monitor

    0下载:
  2. 基于Visual C++的WIN32 API编程,可监视系统的CPU及内存的使用情况。-Visual C++ based on the WIN32 API programming, the system can monitor CPU and memory usage.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:13371
    • 提供者:wang qu
  1. PerlReadCpu

    0下载:
  2. 用perl调用API接口来取得Windows下的CPU占用率~!-With the perl adjusts to connect with the API to obtain the Windows under of CPU take up the rate!
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:666
    • 提供者:nongfun
  1. CheckMultiprocessor

    1下载:
  2. vc6.0 程序 展示了如何用WMI的方法获取CUP的使用率 重点在于获取多个CPU或者多核不同的使用率,在现在CPU多核时代这点很重要-Ever since I saw Performance application on Windows 2000, I wondered if there is a way/Windows API to programmatically determine CPU usage for each of the individual CPUs in a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:63111
    • 提供者:雪山
  1. GetProcessUsage

    0下载:
  2. 调用windows API 函数来得到目前进程所占的CPU利用率。如任务管理器中查看CPU利用率一样-Calling windows API function to get the current process of the CPU utilization percentage. Such as the Task Manager to view CPU utilization, as
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:764686
    • 提供者:lj
  1. NotepadHelpe

    0下载:
  2. Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器. 为了产生小巧且有效率的代码编辑器,这个在 GPL 许可证下的自由软体开发专案采用 win32 api 和 STL 以 C++ 程式语言撰写成,并且选用功能强大的编辑模组 Scintilla. 藉由加强与优化许多函数及演算法,Notepad++ 致力於减少世界二氧化碳的排放.当使用较少的 CPU 功 率, 降低电脑系统能源消耗, Notepad++ 间接造就了绿化的环境. 多亏它的轻巧与执行效率, Notepad++ 可 完美地取代
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1174789
    • 提供者:zzg
  1. TestCpuUsage

    0下载:
  2. 调用WINDOWS API实时计算Windows环境下CPU的使用率-WINDOWS API is called real-time computing CPU usage under the Windows environment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:94545
    • 提供者:lenu liu
  1. cpu

    0下载:
  2. 监视 CPU 使用情况的例子 双击终止程序-This example demonstrates how to query Windows 95 s registry for the CPUUsage. It returns a number between 0 and 100. The example displays the CPUUsage as 10 boxes (1 box of course, represents 10 ). This example als
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:5709
    • 提供者:王斌
  1. API-com

    0下载:
  2. 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:209159
    • 提供者:chowyu
  1. Intel_Intrinsics_Guide-windows

    0下载:
  2. Intel CPU指令集API(VC适用),运行需java环境-Intel CPU instruction set API (VC applicable), need java runtime environment
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:294121
    • 提供者:楼劼
  1. cpu101

    0下载:
  2. 监视 CPU 使用情况的例子双击终止程序-This example demonstrates how to query Windows 95 s registry for the CPUUsage. It returns a number between 0 and 100. The example displays the CPUUsage as 10 boxes (1 box of course, represents 10 ). This examplealso uses the S
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4185
    • 提供者:m101mip
  1. cpu101

    0下载:
  2. 监视 CPU 使用情况的例子双击终止程序-This example demonstrates how to query Windows 95 s registry for the CPUUsage. It returns a number between 0 and 100. The example displays the CPUUsage as 10 boxes (1 box of course, represents 10 ). This examplealso uses the S
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4375
    • 提供者:p0zhangzen
搜珍网 www.dssz.com