-
获取Windows系统硬件信息,包括CPU,磁盘,内存和网卡等。
获取Windows系统硬件信息,包括CPU,磁盘,内存和网卡等。-Access to Windows system hardware, including CPU, disk, memory, and network card and so on.
- 2022-01-26 08:23:03下载
- 积分:1
-
编写NT服务程序的模板
编写NT服务程序的模板 -The app template for writing NT service
- 2023-07-15 17:20: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
-
ambrazura源代码
Ambrazura源代码,来自中国的大男人。内容太短。请注意:没有良好描述的代码将被删除,您将得不到任何分数。请描述得更好,以获得更多的分数。
- 2023-01-04 20:10:03下载
- 积分:1
-
VC++WM_COPYDATA接收端
VC++WM_COPYDATA接收端 -VC++ WM_COPYDATA receiving end
- 2022-04-07 00:10:19下载
- 积分:1
-
ae中做缓冲区分析的一个例子,是用VB写的,应该不错。
ae中做缓冲区分析的一个例子,是用VB写的,应该不错。-ae
- 2022-01-25 18:25:27下载
- 积分:1
-
the code used several categories, the computer can access the CPU information, i...
这个代码使用了几个类,即可获取计算机中CPU的信息,包括CPU频率,型号,生产商,二级缓存,CPU技术特征,所有寄存器位置等.没有使用微软的WMI库编程-the code used several categories, the computer can access the CPU information, including CPU frequency, type, manufacturer, two cache, CPU technical features, register all locations. Do not use Microsoft"s WMI programming library
- 2022-01-31 04:04:21下载
- 积分:1
-
动态链接库的制作和调用 C++Builder4编写动态链接库的例子。
动态链接库的制作和调用 C++Builder4编写动态链接库的例子。-DLL production and the use of C Builder4 prepared DLL example.
- 2022-02-07 22:49:39下载
- 积分:1
-
本程序将完成修改因某些病状造成的主页无法修改..以及注册表学习使用
本程序将完成修改因某些病状造成的主页无法修改..以及注册表学习使用-This procedure will be modified for some symptoms caused by the home page can not be modified .. as well as learning to use the registry
- 2023-06-22 08:45:04下载
- 积分:1
-
行计数器
Line Counter
Easily count source code lines in your Visual Studio projects
- 2022-03-18 12:16:37下载
- 积分:1