-
一个获取计算机网卡唯一的物理地址(MAC)的源码。
一个获取计算机网卡唯一的物理地址(MAC)的源码。-A computer network card to obtain the physical address of the only (MAC) of the source.
- 2023-04-25 05:05:03下载
- 积分:1
-
vc the framework of a misnomer really justified Indeed, in order to download and...
vc的框架 的确说不过去名不副实的确, 为了下载而测试一下-vc the framework of a misnomer really justified Indeed, in order to download and test-huh
- 2022-11-28 08:00:04下载
- 积分:1
-
change memory Demonstration Program VB
修改内存演示程序VB-change memory Demonstration Program VB
- 2022-07-20 06:05:58下载
- 积分:1
-
改变系统刷新率
C++ 2005上编译 改变系统刷新率
外面的config.ini 写了外部读取的配置文件
- 2022-11-30 06:05:04下载
- 积分:1
-
document surveillance function demo code can monitor to C disc files, directorie...
文件监视功能演示的代码 可以监视到C盘下文件,目录等的改动事件-document surveillance function demo code can monitor to C disc files, directories and other changes to the incident
- 2022-02-02 19:51:34下载
- 积分:1
-
What is this upload bullshit?
What is this upload bullshit?
- 2023-04-06 08:35: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下恢复被删除的文件
windows下恢复被删除的文件-windows under restore deleted files
- 2022-02-03 22:03:48下载
- 积分:1
-
检测CPU的运行状态
检测CPU的运行状态- Examines CPU the running status
- 2022-01-21 05:46:35下载
- 积分:1
-
大家知道,DELPHI许多控件有IME属性。这么好用的东西VC可没自带,怎么办呢?其实,可通过注册表,用API实现。下面说一下本人对IME的研究结果,并提供示例...
大家知道,DELPHI许多控件有IME属性。这么好用的东西VC可没自带,怎么办呢?其实,可通过注册表,用API实现。下面说一下本人对IME的研究结果,并提供示例工程供大家参考: [代码性质] VC可重用代码段 [文件大小] 10K -we all know, many controls are DELPHI IME attributes. So handy things VC may not own, how do? In fact, through the registry, using API. Now I say something right IME"s findings, and provide examples of projects for your consideration : [code nature] VC reusability of the code [Size] 10K
- 2022-04-28 15:45:30下载
- 积分:1