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

搜索资源列表

  1. GetCPU

    0下载:
  2. 获取CPU的一些信息,中间嵌套有汇编代码
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43116
    • 提供者:wei
  1. HardwareInfo

    0下载:
  2. 这是一个用vc++编的,用于获取硬件信息的源程序,例如:cpu型号,内存,
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40151
    • 提供者:kun wang
  1. hardwareinfo

    0下载:
  2. 获取硬件信息,如CPU,硬盘,网卡等信息可用来作为软件注册手段
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:211858
    • 提供者:xksyhjb
  1. SystemInfo

    0下载:
  2. 获取cpu、内存、进程信息-access cpu, memory, process information
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10264
    • 提供者:lemonlr
  1. uC-GUI

    0下载:
  2. VC编写的系统配置查看,嵌入了汇编,提高了实时性,获取CPU及系统信息-VC prepared by the system configuration View, embedded compilation, improved real-time, access to the CPU and system information
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4045841
    • 提供者:张红
  1. SysDoctor

    0下载:
  2. 获取系统信息,包括CPU、MEM、磁盘、OS、性能、活动进程等。另外程序还使用了ActiveSkin换肤技术,让界面QQ。-access to system information, including CPU, MEM, disk, OS, performance, process and other activities. Another procedure also used the ActiveSkin Eurocargo technology that enables interfac
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:100427
    • 提供者:liuben
  1. testGetHardInfo.rar

    0下载:
  2. 获取当前机器的硬件信息,包括cpu序列号,硬盘序列号等一系列信息,非常实用,尤其是支持在window7下面能够获取较高权限的信息
  3. 所属分类:驱动编程

    • 发布日期:2010-12-15
    • 文件大小:51922
    • 提供者:wj4064@163.com
  1. MicroFramework.zip

    0下载:
  2. 给予.NET Micro Framework3.0的硬件访问范例代码。其中包括电池状态访问、CPU信息获取、GPIO中断等。,Given. NET Micro Framework3.0 example of the hardware access code. These include access to the battery status, CPU access to information, GPIO interrupts and so on.
  3. 所属分类:Other Embeded program

  1. hyperic-sigar-1.6.4

    1下载:
  2. sigar1.6.4源代码用于获取系统信息 如内存CPU使用率 等-sigar1.6.4 source code used to obtain system information such as CPU utilization, memory
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2016-01-26
    • 文件大小:3514368
    • 提供者:中华
  1. 2009srjsjsx

    0下载:
  2. 使用c#获取CPU的一些信息,如温度等。希望对大家有所帮助。还有,如有意见,请回复我。-C# access to CPU use some information, such as temperature. We want to help. Also, if they have a point, please reply to me.
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7589466
    • 提供者:小轩
  1. GetSysInfo

    0下载:
  2. 根据进程ID获取进程的内存使用量,CPU使用率,线程个数据信息,例子是一个获取IE进程使用情况例子-PROCESS MEMORY,CPU,THREAD
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:22623
    • 提供者:锅小
  1. SerialNumberProtection

    1下载:
  2. cpu、网卡地址、硬盘的ID号,可以根据计算机CPU、硬盘、网卡、BIOS生成唯一识别码。该组件不是从注册表中获得,而是直接从硬件获取信息,不需要管理员权限。支持最新的WIN7系统。适应于软件开发,注册。保护自己的软件。-GetHardwareID(b_HDD, b_NIC, b_CPU, b_BIOS, "R5LR-S4TQ")
  3. 所属分类:系统编程

    • 发布日期:2013-07-25
    • 文件大小:11229
    • 提供者:jack
  1. HardwareInfo0905

    1下载:
  2. VC 使用WMI获取硬件信息,bios,cpu,硬盘,显卡-VC uses WMI to get hardware information, bios, cpu, hard drive, video card
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:421869
    • 提供者:xp
  1. cpuID

    0下载:
  2. 通过调用汇编语言,获取cpu的基本信息,其中包括cpu主频,cpu制造商,cpu型号-By calling the assembly language, access to basic information cpu, including the cpu frequency, cpu manufacturers, cpu type
  3. 所属分类:assembly language

    • 发布日期:2017-05-16
    • 文件大小:4575785
    • 提供者:张虎
  1. Get_Hardware_Msg

    0下载:
  2. 一个获取电脑硬件信息(CPU系列号和网卡地址等)的C#小程序。-An access to computer hardware information (CPU card serial number and address, etc.) C# Small procedures.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:8750
    • 提供者:方永忠
  1. performance

    0下载:
  2. 进程CPU使用率的源码 直接使用PID调用一个函数就可获取相关 信息,类似win的taskmgr可获取所有进程 的cpu当前占用率.函数写在命名空间里,调用使用简单.-CPU utilization of the source process directly call a function using the PID can be access to relevant information, similar to win access to all the taskmgr pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3875
    • 提供者:jkl
  1. WMI_HardwareInfo

    1下载:
  2. VS2005通过WMI获得电脑的硬件信息,这里获取到的信息包括CPU、显卡、BIOS、网卡-Get hardware information through WMI using VS2005.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:20546
    • 提供者:Markin
  1. Hard_Soft_Info

    0下载:
  2. 获取Windows系统硬件信息,包括CPU,磁盘,内存和网卡等。-Access to Windows system hardware, including CPU, disk, memory, and network card and so on.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:31784
    • 提供者:coco
  1. CPUinfo

    0下载:
  2. 获取CPU的详细信息,采用C++开发,环境-To obtain detailed information on CPU, using C++ Development, environment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:52517
    • 提供者:zhangsan
  1. Get_CPU_INFO

    0下载:
  2. 可以获取CPU的供应商,以及CPU的ID等相关信息。程序有注释。-CPU access to suppliers, as well as the CPU
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:27533
    • 提供者:张勇
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com