-
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
-
PL0 compiler source code 2. Requirements of PL/0 compiler is again compiled prog...
PL0编译器源代码
2. 要求的PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-PL0 compiler source code 2. Requirements of PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the syntax-guided translation technology, in the middle of parsing the same time generating code, and save to a file .
- 2023-07-12 12:00:10下载
- 积分:1
-
To avoid repeatedly running the same procedure. Proceedings checking whether an...
避免同一程序多次运行.程序启动时检查是否已经有一个实例运行,有则启动停止.-To avoid repeatedly running the same procedure. Proceedings checking whether an instance has to run, I would start to stop.
- 2022-08-06 10:24:06下载
- 积分:1
-
How to obtain the computer' s hard drive serial number, used to do the regist...
如何获取电脑的硬盘序列号,用来做程序的注册很有用,有硬盘序列号和网卡序列号一起组成。-How to obtain the computer" s hard drive serial number, used to do the registration process was very useful, there are hard drive serial number and card together make up the serial number.
- 2023-05-28 03:20:02下载
- 积分:1
-
设计、编制并调试一个词法分析程序
输入所给文法的源程序字符串
输出二元组(syn,token或sum)构成的序列...
设计、编制并调试一个词法分析程序
输入所给文法的源程序字符串
输出二元组(syn,token或sum)构成的序列-Design, preparation and testing procedures for the importation of a lexical analysis of the grammar of the source string to the output of the dual group (syn, token or sum) of the sequence composition
- 2023-08-13 03:40:03下载
- 积分:1
-
Visual C++ 6.0的MFC SYMBOL (符号调试文件) Very useful ! 识货的下
Visual C++ 6.0的MFC SYMBOL (符号调试文件) Very useful ! 识货的下-Visual C 6.0 MFC Symbol (symbolic debugger) Very useful! Know the quality of the next
- 2023-08-31 10:50:04下载
- 积分:1
-
一个封装的系统调用的API库,配合w2k_spy的驱动可以对系统的设备进行访问!...
一个封装的系统调用的API库,配合w2k_spy的驱动可以对系统的设备进行访问!-A package system calls the API library, with w2k_spy driver on the system equipment can visit!
- 2022-02-25 01:47:44下载
- 积分:1
-
这是用VC写的可以把窗口钉在桌面上
这是用VC写的可以把窗口钉在桌面上-This the VC can write window nails on the table! !
- 2022-09-24 15:45:08下载
- 积分:1
-
线程池的管理,实现了多线程,是windows下的多线程软件,做成了类模块,方便移植。...
线程池的管理,实现了多线程,是windows下的多线程软件,做成了类模块,方便移植。-Thread pool management, realize the multi-threaded, is under the windows of the multi-threaded software, create a class module to facilitate the transplant.
- 2022-02-01 08:55:53下载
- 积分:1
-
IE反修改专家,用于IE被恶意修改。
IE反修改专家,用于IE被恶意修改。-IE counter- revision expert, uses in IE by the malicious
revision.
- 2022-07-20 09:17:30下载
- 积分:1