-
regain getpass can define maximum password length
重新实现getpass 可以自定义最大输入密码的长度-regain getpass can define maximum password length
- 2022-10-31 12:05:03下载
- 积分:1
-
c++资料c_c++中文帮助文档(API).rar
c++资料c_c++中文帮助文档(API).rar-c data c_c++ Chinese help documentation (API). rar
- 2022-07-12 05:20:58下载
- 积分:1
-
sharememery s server
sharememery s server
- 2023-05-06 15:40:02下载
- 积分:1
-
拷屏软件的实例,在本例基础上稍加修改即可造就自己的拷屏软件。...
拷屏软件的实例,在本例基础上稍加修改即可造就自己的拷屏软件。-emboss screen software examples, in this case on the basis of little changes can make their own residences screen software.
- 2022-05-14 06:20:38下载
- 积分:1
-
VC写的,一个读取硬盘序列号与CPU序列号的DLL,大家可以利用它来为自己的软件提供保护机制。...
VC写的,一个读取硬盘序列号与CPU序列号的DLL,大家可以利用它来为自己的软件提供保护机制。-VC written by a reader drives and CPU serial number sequence, the DLL, you can use it for its own software to provide protection mechanisms.
- 2022-09-08 04:25:02下载
- 积分:1
-
IDE devices directly reader ASM (written in assembly language), the DOS can be u...
IDE设备直接读取程序 ASM(汇编语言编写),在DOS下可直接使用。-IDE devices directly reader ASM (written in assembly language), the DOS can be used directly.
- 2023-08-07 13:40:03下载
- 积分:1
-
cmd漏洞源代码 非常值得研究
cmd漏洞源代码 非常值得研究-cmd loopholes source code is worth studying
- 2022-01-26 04:55:11下载
- 积分:1
-
一个软件代码的总结,可以帮助你统计那里的代码…
一个对于代码总结的一个软件,可以帮你统计你的代码还有一些注释等,非常好用-A summary of the code of a software, can help you statistics of your code there are some notes and so on, very easy to use
- 2022-06-26 11:40:25下载
- 积分:1
-
一种直观的保存、保存使用注册表的方法…
一个直观的保存设置的方法,巧用注册表保存应用程序的运行状态-an intuitive method of setting preservation, preservation Using the registry application program running
- 2022-08-09 02:24:58下载
- 积分: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