-
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
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 Win
- 2022-02-15 18:15:01下载
- 积分:1
-
masm为MASM类型的编译器,其中:masm.exe为编译器,link.exe为连接器...
masm为MASM类型的编译器,其中:masm.exe为编译器,link.exe为连接器-can for Multiple types of compiler, which : masm.exe for the compiler, linker for link.exe
- 2022-06-14 11:27:05下载
- 积分:1
-
on access time in a small program
一个小程序中的访问时间
- 2022-01-25 15:36:11下载
- 积分:1
-
By Riccardo Pareschi. 系统研究2 读大量的Windows环境信息。有文档及源代码。...
By Riccardo Pareschi. 系统研究2 读大量的Windows环境信息。有文档及源代码。-Pareschi. Reading System two large Windows environment information. There are documents and the source code.
- 2022-05-31 16:34:40下载
- 积分:1
-
系统文件查找类 可以查找所有类型文件 使用简单 代有图
系统文件查找类 可以查找所有类型文件 使用简单 代有图
- 2022-06-27 09:21:09下载
- 积分:1
-
窗口化的小程序饿~~!用了就可以运行就这了~~!没别的用出
窗口化的小程序饿~~!用了就可以运行就这了~~!没别的用出-window of the small programs hungry ~ ~! It used to run on the ~ ~! No other uses
- 2022-12-06 00:45:03下载
- 积分:1
-
上面管理程序用到的一个DLL的源码
上面管理程序用到的一个DLL的源码 -The DLLs source used by above manage a
- 2022-05-23 07:41:56下载
- 积分:1
-
简单实现了航带网摄影测量中相对定向元素的解算,模型的绝对定向,和自由航带网的生成的功能。...
简单实现了航带网摄影测量中相对定向元素的解算,模型的绝对定向,和自由航带网的生成的功能。-Achieved with a simple route network Photogrammetry relative orientation elements solvers, model absolute orientation, and free flights with the generation of network functions.
- 2022-03-15 08:28:06下载
- 积分:1
-
高级编程范例中颜色例子
高级编程范例中颜色例子-high-level programming paradigm example of Color
- 2023-07-06 20:55:04下载
- 积分:1
-
先运行make.bat文件得到Keygen.res资源文件,然后用Delphi 5打开Keygen.dpr项目文件,直接编译即可,将生成可执行文件Keyge...
先运行make.bat文件得到Keygen.res资源文件,然后用Delphi 5打开Keygen.dpr项目文件,直接编译即可,将生成可执行文件Keygen.exe。
源代码在Delphi 5与Delphi 7下编译通过,Delphi 6及Delphi 8之后的版本没有测试过,理论上应该也没有问题。
-first run make.bat paper received Keygen.res resource documents, Delphi then opened Keygen.dpr five project documents can be directly translated. will generate executable files Keygen.exe. Source code in Delphi 5 and Delphi 7, compile, Delphi Delphi 6 and 8 after the version tested, theoretically there should be no problem.
- 2022-01-25 16:36:16下载
- 积分:1