-
自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解...
自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解-wrote it myself. Multithreading control of the demonstration program. Thread including the creation, aloof and release. With detailed explanation
- 2022-05-25 13:25:21下载
- 积分:1
-
从EXE程序中导出函数的示例
从EXE程序中导出函数的示例-from EXE procedures derived function of sample
- 2022-04-01 07:49:53下载
- 积分:1
-
自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)...
自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)-himself in a system can shield key procedures, shielding WIN button, of course, you can modify other shielding keys! (Barry wrong by preventing the withdrawal was made with one of his aids)
- 2022-01-24 18:09:26下载
- 积分:1
-
RegMon注册表监控软件,其中包含源程序及相应的驱动编写。
RegMon注册表监控软件,其中包含源程序及相应的驱动编写。-RegMon registry monitoring software, which includes source code and the corresponding drive to prepare.
- 2023-08-17 08:10:04下载
- 积分:1
-
系统N+1备份通用类 应用于需要安全保证的项目. 多用于电视台播出端...
系统N+1备份通用类 应用于需要安全保证的项目. 多用于电视台播出端-a backup system N generic class needs security guarantees for projects. For more broadcast-
- 2022-03-26 12:42:14下载
- 积分:1
-
操作注册表的类,封装的非常完美!
操作注册表的类,封装的非常完美!-operate the registry categories, the perfect package!
- 2022-01-22 09:03:59下载
- 积分: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
-
EXE+BPL+DLL+Interface项目解决方案演示 先打开ExeBplDll.bpg工程编译安装DataCentre.dpk,然后再编译所有的工程 输出
EXE+BPL+DLL+Interface项目解决方案演示 先打开ExeBplDll.bpg工程编译安装DataCentre.dpk,然后再编译所有的工程 输出放在Release目录下-EXE DLL Interface BPL solution demonstration project to open ExeBplDll.bpg works DataCentre.dpk compiler installation, and then compile all the works on the output directory Release
- 2023-04-29 23:50:02下载
- 积分:1
-
识别鼠标轨迹的小程序,可以用鼠标的动作来控制电脑的操作。...
识别鼠标轨迹的小程序,可以用鼠标的动作来控制电脑的操作。-Identification of the mouse trajectory applet can be used to the mouse movements to control computer operations.
- 2023-05-08 07:50:02下载
- 积分:1
-
这是一款模仿windows资源管理器的应用程序,它通过树视控件和列表控件实现对windows资源的管理...
这是一款模仿windows资源管理器的应用程序,它通过树视控件和列表控件实现对windows资源的管理-This is an imitation of the Explorer windows application that controls and through the tree as a list of controls to achieve resource management on windows
- 2022-01-22 12:13:40下载
- 积分:1