搜索资源列表

  1. _获取CPU信息.rar

    0下载:
  2. 通过系统函数,用VB获取CPU信息
  3. 所属分类:系统编程

    • 发布日期:2012-03-16
    • 文件大小:23286
    • 提供者:
  1. CPU信息查询演示

    0下载:
  2. CPU信息查询演示.如何获取CPU名称,标识、制造商名称、主频、个数等。-CPU Information demonstration. How to access the CPU name, logo, name of the manufacturer, speeds, etc. Number.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:49584
    • 提供者:李波
  1. 全面获取CPU信息

    0下载:
  2. 一个使用C++Builder写的“全面获取CPU信息”程序,值得学习.-a C Builder write a "comprehensive information access to the CPU" program worth learning.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2640
    • 提供者:李支
  1. CPUID

    0下载:
  2. 获取CPU信息/ID号-CPU access information/ID
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:51200
    • 提供者:张易图
  1. 91_获取CPU信息

    0下载:
  2. 作业练习题 你们-workbooks that you s
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:23552
    • 提供者:叶丽虹
  1. cpuinfo一

    0下载:
  2. 获取cpu信息。-cpu access to information.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:167936
    • 提供者:姜志军
  1. 获取各种系统信息(操作系统、内存、驱动器、磁盘)

    0下载:
  2. 实现程序的主要函数有四个: GetOsVersion() //取得操作系统版本 GetMemInfo() //取得内存信息 GetDriverInfo() //取得驱动器信息 GetCpuInfo() //取得CPU信息,这里只是读取了注册表的ProcessorNameString具体代码见程序!-procedures to achieve the four main functions : GetOsVersion ()// OS v
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:30720
    • 提供者:王明
  1. CPU信息查询演示

    0下载:
  2. CPU信息查询演示.如何获取CPU名称,标识、制造商名称、主频、个数等。-CPU Information demonstration. How to access the CPU name, logo, name of the manufacturer, speeds, etc. Number.
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:158720
    • 提供者:李波
  1. 全面获取CPU信息

    0下载:
  2. 一个使用C++Builder写的“全面获取CPU信息”程序,值得学习.-a C Builder write a "comprehensive information access to the CPU" program worth learning.
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:李支
  1. GetCpuInfo

    0下载:
  2. 获取CPU信息,能够利用此库生成注册机等各种唯一信息的注册码。-CPU access information can make use of the various RI generated only license key information.
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:罗高
  1. CPUInfo_src

    0下载:
  2. 获取CPU信息的几种方法,VC++下调试通过。可以使用注册表、平台SDK、汇编等多种方法获取CPU的信息,使用者可以自行生成dsw组合这些源码。
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:刘瑜
  1. cpu

    0下载:
  2. 获取CPU信息函数代码 获取CPU信息函数代码-CPU access to information function code to obtain CPU information function code
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:吴建
  1. GetCpuInfo

    0下载:
  2. 获取CPU信息的类,封装比较完善,获取信息比较全面,包括频率,二级缓冲等。-CPU access to information categories, a fairly complete package, access to information more comprehensive, including the frequency, such as the secondary buffer.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:39936
    • 提供者:fanfu
  1. CPUInfo

    0下载:
  2. 获取CPU信息,CPU数量,类型,内存大小-Get CPU information, CPU number, type, memory size
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:1483776
    • 提供者:LJ
  1. get_CPU_ID

    0下载:
  2. 直接由汇编语言获取CPU信息!包括厂家、编号,等等。经测试正确!-Retrieve CPU information by ASM,such information as producer,ID,etc.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:592896
    • 提供者:cxw
  1. Default

    0下载:
  2. [CPUID.rar] - 获取CPU信息/ID号 [CPUID123.rar] - 编程高手 讨论 [GetNo.rar] - 获取硬盘序列号。可以利用在软件保护等模块中。自由下载无需帐号。 [测试CPU的程序.zip] - 测试CPU程序,可以读取CPU的各种比较详细的信息。 [GetCPUInfo.zip] - 用VC获取CPU的厂家信息,主频,ID。 [SDcardPROTLPCB.rar
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:南方
  1. cpuid

    0下载:
  2. 汇编语言,获取CPU信息。代码中只含有部分cpu信息,可以根据自己需求增加。-Assembly language, access to CPU information. The code contains only part of the cpu information may be according to their demand.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:alex
  1. 4

    0下载:
  2. vc 获取cpu信息 CPU序列号有一个好处就是非常难以修改,至少目前还没听说。将CPU ID 和MAC id 、硬盘id组合起来生成软件序列号,可以大大增加序列号的安全性。-vc obtain information cpu CPU serial number has the advantage that it is very difficult to modify, at least not yet heard. The CPU I
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:hh
  1. cpuInfo

    0下载:
  2. 获取cpu信息,可以以图形方式显示出来。-Get cpu information, can be graphically displayed.
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:17408
    • 提供者:ning
  1. 获取CPU

    0下载:
  2. 获取系统cPU信息()
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:柒小山
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org