-
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
-
目的:
这个程序演示要体现内核的内存分配思想的策略。为此,设计了
内存的分配和回收,完成一系列动作。...
目的:
这个程序演示要体现内核的内存分配思想的策略。为此,设计了
内存的分配和回收,完成一系列动作。-Objective: To demonstrate this process to reflect the core idea of the memory allocation strategy. To this end, the design of the memory allocation and recovery, to complete a series of action.
- 2022-08-07 23:20:09下载
- 积分:1
-
elevator simulation system design (including the design documents and source cod...
电梯仿真系统设计(包含设计文档和源代码),利用多线程技术实现个电梯载客的仿真情况。-elevator simulation system design (including the design documents and source code), the use of multi-threading technology to achieve lift capacity of the simulation.
- 2022-06-12 19:41:28下载
- 积分:1
-
C/C++:如何在程序中加载JPG图片?看了本程序,你就差不多搞定啦!...
C/C++:如何在程序中加载JPG图片?看了本程序,你就差不多搞定啦!-C/C++: How in the procedure to load JPG images? Read the procedures, you almost get it!
- 2022-01-26 14:35:57下载
- 积分:1
-
TImagePlus 是加强版的 TImage 构件,能够一并储存图像与说明文字於单一文件中 (347KB)...
TImagePlus 是加强版的 TImage 构件,能够一并储存图像与说明文字於单一文件中 (347KB)-TImagePlus strengthen version of the TImage component, images can be stored together with the explanatory text in a single document (154KB)
- 2022-01-21 02:46:57下载
- 积分:1
-
Perl for Windows,有完整的源代码,学习perl语言是必不可少的…
Perl for Windows,带完整source code,是学习perl语言必不可少.-Perl for Windows, complete with source code, perl language learning is essential.
- 2022-02-04 02:15:56下载
- 积分:1
-
在UNIX的Shell里经常用到的AWK系列命令的详细例子介绍.
在UNIX的Shell里经常用到的AWK系列命令的详细例子介绍.-in UNIX Shell frequently use AWK series of orders of the examples presented in detail.
- 2022-03-01 20:14:25下载
- 积分:1
-
使用管和记事本通讯。
使用pipe和记事本通信,获取记事本内容和向记事本写入内容。-The use of pipe and Notepad communications.
- 2022-01-21 19:22:53下载
- 积分:1
-
CPU编程,比较低层的硬件编程的 chm 资料文件
CPU编程,比较低层的硬件编程的 chm 资料文件--
- 2022-07-23 00:49:00下载
- 积分:1
-
VB6.0实现自动重启功能的源代码,很简单。
VB6.0实现自动重启功能的源代码,很简单。-Automatic restart function VB6.0 source code, very simple.
- 2022-07-18 05:46:38下载
- 积分:1