1. 首页
  2. 编程语言
  3. C++ 
  4. 获取各种系统信息(操作系统、内存、驱动器、磁盘)

获取各种系统信息(操作系统、内存、驱动器、磁盘)

上传者: 2018-12-07 21:36:40上传 RAR文件 30.51KB 热度 15次
实现程序的主要函数有四个: GetOsVersion() //取得操作系统版本 GetMemInfo() //取得内存信息 GetDriverInfo() //取得驱动器信息 GetCpuInfo() //取得CPU信息,这里只是读取了注册表的ProcessorNameString具体代码见程序! (procedures to achieve the four main functions : GetOsVersion ()// OS version made GetMemInfo ()// obtain information GetDriverInfo memory ()// driver information obtained GetCpuInfo ()// CPU obtained information read here is a specific registry ProcessorNameString see procedure code!)
用户评论