Welcome![Sign In][Sign Up]
Location:
Search - GetHardInfo

Search list

[OS programGetHardInfo

Description: 获取计算机硬盘各种参数和指标,不可多得的好
Platform: | Size: 237826 | Author: 何全安 | Hits:

[OS programGetHardInfo

Description: 获取计算机硬盘各种参数和指标,不可多得的好-Access to computer hard drives of various parameters and targets, rare good
Platform: | Size: 237568 | Author: 何全安 | Hits:

[OS programGetHardInfo

Description: 使用CBuild编写的一组提取计算机硬件信息的函数,包括取得CPUID,硬盘ID,Bios,网卡等-Use CBuild extract prepared a set of functions of computer hardware information, including access to CPUID, drive ID, Bios, network cards, etc.
Platform: | Size: 6144 | Author: lixiuhong | Hits:

[OS programgethardinfo

Description: winioctl GetPhyDriveSerial 获取硬盘型号和序列号-winioctl GetPhyDriveSerial get harddisk model and serial
Platform: | Size: 5120 | Author: zhc07 | Hits:

[CSharpgethardinfo

Description: Visual C#文件处理和系统操作_获取硬盘信息,本程序可获取硬盘驱动器的名称,磁盘描述信息、磁盘总空间(M)、硬盘已用空间和剩余空间(M),并以listView列表的形式返回给用户查看。运行效果截图如上图所示。-Visual C# file handling and system operations _ get hard information, the program can get the hard drive name, disk description, total disk space (M), the hard drive has returned with the space and the remaining space (M), and in the form listView list to the user. Screenshot operating results as shown above.
Platform: | Size: 9216 | Author: epudn30 | Hits:

[ADO-ODBCGetHardInfo

Description: 使用CBuild编写的一组提取计算机硬件信息的函数,包括取得CPUID,硬盘ID,Bios,网卡等-Use CBuild extract prepared a set of functions of computer hardware information, including access to CPUID, drive ID, Bios, network cards, etc.
Platform: | Size: 7168 | Author: dc2811yan | Hits:

[ADO-ODBCGetHardInfo

Description: 使用CBuild编写的一组提取计算机硬件信息的函数,包括取得CPUID,硬盘ID,Bios,网卡等-Use CBuild extract prepared a set of functions of computer hardware information, including access to CPUID, drive ID, Bios, network cards, etc.
Platform: | Size: 6144 | Author: zf6oub | Hits:

[OthericePubDll

Description: 获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息 例程: void gethardinfo() { QString str1=""; char buff[1024]; char buff2[1024]; char temp; typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo); ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0; HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll"); if(hDLLDrv) { icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo"); } icePub_machineGetInfo(3,buff); str1=buff; int i=0; int n=0; n=str1.length(); qDebug()<<n; for(i=0;i<n;i+=2) { temp=buff[i]; buff2[i+1]=temp; buff2[i]=buff[i+1]; } QString str2=buff2; qDebug()<<buff2; qDebug()<<str2; }(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
Platform: | Size: 216064 | Author: 小猪创江湖 | Hits:

CodeBus www.codebus.net