-
c语言学习:包括c语言的库函数,和开发工具
c语言学习:包括c语言的库函数,和开发工具-c language learning: including c language library function, and development tools
- 2023-03-10 02:50:04下载
- 积分:1
-
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
-
CreateThread provide a reference I try beginners and we hope to conduct more exc...
CreateThread提供了一个参考,我尝试初学者,希望能和大家进行更多的交流
- 2022-03-03 15:29:17下载
- 积分:1
-
获取系统语种信息的源代码例子。
获取系统语种信息的源代码例子。-language information retrieval system source code examples.
- 2022-07-15 23:10:47下载
- 积分:1
-
VB acsess
一个非常简单的学生成绩管理系统 基本功能完善 希望对大家有帮助-VB ACSESS
- 2023-06-14 09:15:24下载
- 积分:1
-
大利佳购物商城系统源代码
大利佳购物商城系统源代码--026正式版支持支付宝-Italian good shopping mall system source code- 026 full version supports Alipay
- 2023-05-26 14:40:04下载
- 积分:1
-
《Windows核心编程》PASCAL版示例(由VC代码转换而来)
《Windows核心编程》PASCAL版示例(由VC代码转换而来)-pascal version example(converted from vc code)
- 2022-01-24 17:05:50下载
- 积分:1
-
an operating system subject to the curriculum design, done well, and the FCFS qu...
一个操作系统的课程设计题目,做得不怎么样,FCFS、最短寻道时间、电梯算法。-an operating system subject to the curriculum design, done well, and the FCFS queue, the shortest tracking time, the elevator algorithm.
- 2022-01-21 01:29:44下载
- 积分:1
-
改写的枚举窗口功能容易语言编写只是想多做些连接好自己登陆用...
改写的枚举窗口功能容易语言编写只是想多做些连接好自己登陆用-Window function to rewrite the enumeration easy language just want to do more to connect with their own landing
- 2022-05-15 04:24:52下载
- 积分:1
-
在Ring0下实现保护进程,通过HOOK SSDT实现保护进程
在Ring0下实现保护进程,通过HOOK SSDT实现保护进程-The Ring0 achieve protection process, achieved through the protection process HOOK SSDT
- 2022-03-16 21:17:30下载
- 积分:1