-
A Windows client for Subversion
A Subversion client for Windows-A Windows client for Subversion
- 2022-01-31 20:46:07下载
- 积分:1
-
密码验证程序,初始密码 为password,运行需Egavga.bgi支持。
密码验证程序,初始密码 为password,运行需Egavga.bgi支持。-Password Authentication procedures, the initial password for the password, run the required support Egavga.bgi.
- 2023-02-23 17:40:03下载
- 积分:1
-
Custom windows global hotkeys source code can be any arbitrary definition of hot...
自定义windows 全局热键的源代码
可以任意定义任何热键,用以开发程序-Custom windows global hotkeys source code can be any arbitrary definition of hotkeys to develop procedures
- 2022-05-26 13:00:03下载
- 积分:1
-
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写...
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
- 2022-02-03 15:12:43下载
- 积分:1
-
所有系统下的磁盘存取程序,98下用到了VXD
所有系统下的磁盘存取程序,98下用到了VXD-all of the disk access procedures under 98 use the VXD
- 2022-08-06 08:53:55下载
- 积分:1
-
GetTcpCfg,创建CTcpCfg类,得到系统中的网络设置,如网关,DNS和帮定的IP,网卡的MAC地址,支持多网卡
GetTcpCfg,创建CTcpCfg类,得到系统中的网络设置,如网关,DNS和帮定的IP,网卡的MAC地址,支持多网卡-GetTcpCfg, create CTcpCfg category, the system
- 2022-10-20 03:05:04下载
- 积分:1
-
3D字体演示代码,对初学者很有用,可以很详细的熟悉3D字体的绘制流程...
3D字体演示代码,对初学者很有用,可以很详细的熟悉3D字体的绘制流程-3D fonts demo code, useful for beginners can be a very detailed drawing process are familiar with 3D fonts
- 2023-07-27 22:05:03下载
- 积分:1
-
数据库查询器功能,由VC++编写实现
数据库查询器功能,由VC++编写实现-Database query function, prepared by VC realize
- 2022-01-25 17:09:36下载
- 积分:1
-
输入任意错误代码后显示其含义,有利于调试程序时了解出错原因...
输入任意错误代码后显示其含义,有利于调试程序时了解出错原因-After the importation of any error codes show its meaning is conducive to understanding the debugger when an error causes
- 2023-01-18 20: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