基本信息
源码名称:获取CPU信息
源码大小:0.02M
文件格式:.pas
开发语言:Pascal
更新时间:2021-08-10
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
property CPUFactory : Ansistring read FCpuFactory; //获取 CPU 制造商
property CPUFamily : Cardinal read FCpuFamily; //获取 CPU 家族系统
property CPUModel : Cardinal read FCpuModel; //获取 CPU 型号
property CPUStepping : Cardinal read FCPUStepping; //获取 CPU 步进
property CPUName : Ansistring read FCPUName; //获取 CPU 名称
property CPUFrequency: Cardinal read FCPUFrequency; //获取 CPU 频率
property CPUInstructs: string read FCPUInstructs; //获取 CPU 指令集
property CPUCount : Ansistring read FCPUCount; //获取 CPU 个数
property CPUCacheInfo: string read FCPUCacheInfo; //获取 CPU 缓存信息
property CPUSerialNo : Ansistring read FCPUSerialNo; //获取 CPU 序列号
property CPUFactory : Ansistring read FCpuFactory; //获取 CPU 制造商
property CPUFamily : Cardinal read FCpuFamily; //获取 CPU 家族系统
property CPUModel : Cardinal read FCpuModel; //获取 CPU 型号
property CPUStepping : Cardinal read FCPUStepping; //获取 CPU 步进
property CPUName : Ansistring read FCPUName; //获取 CPU 名称
property CPUFrequency: Cardinal read FCPUFrequency; //获取 CPU 频率
property CPUInstructs: string read FCPUInstructs; //获取 CPU 指令集
property CPUCount : Ansistring read FCPUCount; //获取 CPU 个数
property CPUCacheInfo: string read FCPUCacheInfo; //获取 CPU 缓存信息
property CPUSerialNo : Ansistring read FCPUSerialNo; //获取 CPU 序列号