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

Search list

[OS programgetHDSN.rar

Description: VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID
Platform: | Size: 204723 | Author: | Hits:

[Otherdiskid.zip

Description:
Platform: | Size: 10097 | Author: | Hits:

[OS programdiskid

Description: 硬盘id号获取,区别不同的计算机。非常好用的东东。-id drives, access to distinguish between different computers. Very handy saucepan.
Platform: | Size: 7890 | Author: zhai | Hits:

[EditBoxDiskID

Description: 硬盘检测的程序,用于硬盘检测.该程序的对硬盘的检测还是比较方便的,虽然效率不是很高
Platform: | Size: 65389 | Author: sanpian | Hits:

[JSP/JavaJAVADiskID

Description: baidu 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盘厂家 public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号 ChenminDiskIDTest.bat 将启动直接演示一个读取硬盘序列号的测试 测试读取硬盘序列号的源代码在ChenminDiskIDTest.jar中
Platform: | Size: 76873 | Author: 潘忠哲 | Hits:

[WinSock-NDISDiskIDa

Description: 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盘厂家 public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号 ChenminDiskIDTest.bat 将启动直接演示一个读取硬盘序列号的测试 测试读取硬盘序列号的源代码在ChenminDiskIDTest.jar中
Platform: | Size: 152667 | Author: xiaohe | Hits:

[WinSock-NDISDiskID

Description: ChenminDiskIDTest.bat 将启动直接演示一个读取硬盘序列号的测试 测试读取硬盘序列号的源代码在ChenminDiskIDTest.jar中
Platform: | Size: 152605 | Author: lbp | Hits:

[Disk ToolsDiskIDJNI

Description: 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盘厂家 public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号 ChenminDiskIDTest.bat 将启动直接演示一个读取硬盘序列号的测试 测试读取硬盘序列号的源代码在ChenminDiskIDTest.jar中
Platform: | Size: 64643 | Author: 涛涛 | Hits:

[Other resourcediskid

Description: 用JAVA读取硬盘序列号?肑AVA读取硬盘序列号
Platform: | Size: 75898 | Author: joab | Hits:

[OS programDiskID

Description: HardDidkIDWinNT.rar用到的为java写的dll,读取nt硬盘序列号
Platform: | Size: 38696 | Author: lifox | Hits:

[OS programGetDiskid

Description: 一个获取硬盘序列号的源代码,封装成库文件--Sourcecode which gets serialno of hard disk, it has be encapulated to library files
Platform: | Size: 41984 | Author: 站长 | Hits:

[OS programgetHDSN

Description: VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under WinNT Model and serial number of the hard disk. DriveID parameters for the hard disk location, IDE1 on the main disk to 0, by analogy to IDE2 on driveID from the disk 3. function ReadPhysicalDrive9X (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadDrivePortsInWin9X obtained under Win9X Model and serial number of the hard disk. Ibid parameters function getHardDriveComputerID: int64 stdcall external DiskID.dll name getHardDriveComputerID access to the computer s ID
Platform: | Size: 204800 | Author: 许豫飞 | Hits:

[Disk ToolsDiskId32

Description: 读硬盘序列号!(不错的)-Reading drive serial number! (Good)
Platform: | Size: 45056 | Author: 吴栋堂 | Hits:

[Disk ToolsDISK

Description: 获取硬盘ID的VC远程序-access drives VC far ID procedures
Platform: | Size: 27648 | Author: 大苏打 | Hits:

[OtherGetHardDiskID

Description: 取得硬盘的物理序列号,可用来对软件生成注册码-made of the physical hard drive serial number, the software can be used to generate license
Platform: | Size: 75776 | Author: 葛军 | Hits:

[OS programgetDiskID32

Description: 这是get你的disk的ID的程序,收集别人的,非常感谢-This is the disk you get the ID process, the collection of other people, very grateful
Platform: | Size: 22528 | Author: zhangjian | Hits:

[Windows DevelopDISKID0312

Description: 用于得到硬盘全球唯一串号以及相关信息,用做硬识别-be hard for the world series, and the only relevant information is used to identify hardware
Platform: | Size: 11264 | Author: Randy | Hits:

[Consolediskid32

Description: 获取硬盘序列号,并采用算法生成一个唯一的编号-disk access sequences, and using an algorithm to only the numbers
Platform: | Size: 1955840 | Author: 李远航 | Hits:

[Windows DevelopDiskId32

Description: 一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性-A hard drive serial number on the time of the procedure, the serial number used to identify the uniqueness of the host
Platform: | Size: 30720 | Author: 陈鹏飞 | Hits:

[Disk ToolsDiskID

Description: 获取 硬盘编号,mac。试用于windows
Platform: | Size: 76800 | Author: 谭湘元 | Hits:
« 1 23 4 »

CodeBus www.codebus.net