搜索资源列表
xlh-dll
- 一个读取硬盘序列号与CPU序列号的DLL -read a hard disk and CPU serial number sequence, the DLL
testhard
- 自己写的测试CPU频率,硬盘大小 内存大小 CPU信息-himself wrote the test frequency of the CPU, hard disk size memory size CPU information, etc.
duquxuliehao
- 自己编写的一个读取硬盘序列号与CPU序列号的DLL,希望对大家有用。
GetCpuInfo.468625
- 用c++ builder编写的用来检测cpu的各种信息!
CPUCapabilityDetection
- CPU特性检测程序源代码 1.17。VB编写的对于系统编程感兴趣的朋友,可以当作学习参考。CapabilityDetection
CPUserialc
- **VFP读CPU序号、硬盘序号、网卡MAC地址、硬盘型号、IP地址 -** VFP read CPU serial number, hard drive serial number, Ethernet MAC addresses, hard disk type, IP address
LbTools
- 检测CPU信息和硬盘温度,以及硬盘使用时间和IP地址的小软件。
Detecting_hardware
- 1.檢測CPU的型號 2.檢測記憶體狀態 3.檢測可用硬碟空間 4.檢測CD-ROM-1. Detecting CPU type 2. Detecting state memory 3. Detecting of available hard disk space 4. Detecting of CD-ROM
HardwareID
- 获取CPU序列号、硬盘序列号等硬件信息-Serial number for CPU, hard drive serial number and other hardware information
test
- 1) 定义一个CPU类,包含等级(Rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU__Rank,定义为enum CPU_Rank{P1=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。 2) 定义一个简单的Computer类,有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等,有两个公有成员