CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - WMI disk

搜索资源列表

  1. WMI

    0下载:
  2. # 提供了ManagementClass类来获取本机的一些基本信息,比如CPU的个数,CPU的频率,网卡的MAC,内存的大小,硬盘的大小等。-# Provides a ManagementClass class to get some basic information about the machine, such as the number of CPU, CPU frequency, the network card MAC, memory size, hard disk size.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:69.76kb
    • 提供者:allen
  1. Win Ring 0 Test

    4下载:
  2. 获取CPU、硬盘温度。 CPU的温度是通过 rsmgr。 硬盘温度是通过WMI-Get CPU, hard disk temperature. CPU temperature is through rsmgr. Hard disk temperature is through WMI
  3. 所属分类:系统编程

    • 发布日期:2012-11-13
    • 文件大小:8.03mb
    • 提供者:阿焦
  1. magwmi52

    2下载:
  2. WMI和智能组件包含通过WMI的功能,SMART与SCSI传递,对硬盘的信息获取和配置网络适配器特定用途,而且对许多其他一般用途。MagWMI允许访问和Windows Update的使用Windows系统信息管理仪表。 MagWMI提供一般信息的任何WMI使用类似命令SQL视图访问,并专门与函数的TCP / IP协议的配置,如设置适配器的IP地址,计算机名和域/工作组。-Magenta Systems WMI and SMART Component contains WMI, SMART and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:371.01kb
    • 提供者:hingman
  1. hddinfo

    0下载:
  2. 最全面的硬盘信息检测工具,没有使用微软的WMI,完全使用API函数获龋可以获取磁盘固件版本、硬盘类型、硬盘型号、磁头数、扇区数、序列号、磁盘柱面、以及主从盘信息、磁盘空间大小,每扇区字节数,每簇扇区数等等详细的硬盘信息。支持用饼图显示检测出的信息,还附有一个很好的饼图绘制类文件,可以以百分比的饼图显示磁盘使用状态。最为高级的是可以获取磁盘的健康状态,如最差值等。-The most comprehensive detection of the hard disk information tool,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:15.32kb
    • 提供者:Missouri
  1. getdisk_info

    0下载:
  2. 一个完整的高级硬盘信息获取源代码,没有使用微软的WMI,使用磁盘API函数获取。可以或者硬盘的有关信息,如磁盘固件版本、硬盘类型、硬盘型号、序列号、磁盘柱面、磁头数、扇区数。以及主从盘信息,磁盘空间大小,每扇区字节数,每簇扇区数等等详细的硬盘信息。同时附带一个很不错的饼图绘制类文件,可以以百分比的饼图显示磁盘使用状态。最为高级的是可以获取磁盘的健康状态,如最差值等。总之一个不错的简练的示例源代码。-A complete high-level disk access to information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:16.39kb
    • 提供者:kenhy
  1. hdd_csharp

    0下载:
  2. WMI获取硬盘详细信息的程序,程序中没有显示全部信息,有需要的可以自己修改源代码-WMI access to the hard disk details the procedures, procedures did not show all of the information, there is a need to modify the source code can
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:11.47kb
    • 提供者:ralf
  1. WMIgetsysteminformation

    0下载:
  2. 通过调用WMI可以获取到CPU,硬盘,内存等信息-WMI can get by calling to the CPU, hard disk, memory and other information ...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:39.62kb
    • 提供者:dfd
  1. wmi

    0下载:
  2. wmi 方式 获得 硬盘号,网卡信息等等的-the wmi way access to the hard disk number, card information, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:5.32mb
    • 提供者:盖杰
  1. BIOS_VS2010

    0下载:
  2. 用非WMI的方式读取本机的BIOS的id号和硬盘的序列号.包括了所有的工程文件,可以成功编译在unicode环境下。-Get BIOS id and Hard disk SN without WMI in VSTS 2010. Include all project files and can be compiled in unicode.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-05
    • 文件大小:13.12kb
    • 提供者:李伟
  1. WinRing0_Test_ok

    7下载:
  2. 通过winring0 rdmsr获取cpu温度。 通过wmi查询获取硬盘温度和使用时间 从网络下载的代码,进行了bug修正和文件补齐。 在vs2005下编译测试通过。-Get cpu temperature by winring0 rdmsr. Query access the hard disk temperature and elapsed time by wmi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:161.87kb
    • 提供者:caohz
  1. GetHDSerial

    1下载:
  2. 通过WMI获取网卡MAC地址、硬盘序列号、主板序列号、CPU ID、BIOS序列号(Through WMI access to network card MAC address, hard disk serial number, the main board serial number, CPU, ID, BIOS serial number)
  3. 所属分类:系统编程

    • 发布日期:2017-12-19
    • 文件大小:2.15mb
    • 提供者:gidskk
搜珍网 www.dssz.com