-
获取CPU信息的几种方法,VC++下调试通过。可以使用注册表、平台SDK、汇编等多种方法获取CPU的信息,使用者可以自行生成dsw组合这些源码。...
获取CPU信息的几种方法,VC++下调试通过。可以使用注册表、平台SDK、汇编等多种方法获取CPU的信息,使用者可以自行生成dsw组合这些源码。
- 2022-11-23 19:40:03下载
- 积分:1
-
VC++ 动态链接库编程深入浅出,很好的DLL编程参考书籍
VC++ 动态链接库编程深入浅出,很好的DLL编程参考书籍-VC++ Dynamic link library easy programming, good programming reference books DLL
- 2022-03-12 14:08:33下载
- 积分:1
-
一个.NET下的内存检测和定位的工具和代码,推荐下载
一个.NET下的内存检测和定位的工具和代码,推荐下载--A memory checking and locating tool and its codes under A.NET,recommend
- 2023-03-23 01:10:03下载
- 积分:1
-
是Windows的驱动器的各种信息,是一个DLL文件提供了跨…
得到Windows中的硬盘的各种信息,是一个Dll文件提供了接口函数-be Windows drives all kinds of information, is a Dll document provides the interface function
- 2023-09-05 22:10:04下载
- 积分:1
-
cmos/bios 密码恢复工具,包含有恢复cmos/bios 密码的源程序和可运行程序。...
cmos/bios 密码恢复工具,包含有恢复cmos/bios 密码的源程序和可运行程序。-CMOS/BIOS password recovery tools, including restoring the CMOS/BIOS source code and operating procedures.
- 2023-02-22 10:00:04下载
- 积分:1
-
the code to teach you how to make a curve control, for some control project deve...
这个代码教你如何制作曲线控件,对一些自控工程开发人员可能会有帮助!-the code to teach you how to make a curve control, for some control project developers may help!
- 2022-05-31 04:12:06下载
- 积分:1
-
norm Comctl32 practice, register DLL type, and then in other software for call,...
模方comctl32的做法,在DLL中注册类,然后在其它软件中进行调用,可以用于PowerBuilder哦.-norm Comctl32 practice, register DLL type, and then in other software for call, which can be used PowerBuilder oh.
- 2022-02-24 20:14:48下载
- 积分:1
-
本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子...
本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子-???
- 2022-03-22 11:00:03下载
- 积分: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
-
Windows API 大揭密
Windows API 大æå¯†-Windows API TERRY
- 2022-08-22 16:54:45下载
- 积分:1