-
基于VB开发环境的密码查看器,十分实用的
基于VB开发环境的密码查看器,十分实用的-VB development environment based on the password viewer, very practical
- 2022-07-21 21:17:15下载
- 积分:1
-
libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事
先设定的时间到达的时候执行一个callback 函数,另外,cal...
libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事
先设定的时间到达的时候执行一个callback 函数,另外,callback 也支持由信号或者规则的
timeout 引发的callback.-libevent API provides a mechanism for : When a special event in a file descriptors occurred or a pre-set time when the arrival of the implementation of a ca llback function, addition, callback also supported by signals or rules timeout triggered the callback.
- 2022-03-03 16:18:48下载
- 积分:1
-
和WINDOWS的进程一样,但比哪个好用
和WINDOWS的进程一样,但比哪个好用-WINDOWS and the same process, which uses more than
- 2023-09-05 19:40:04下载
- 积分:1
-
吉林信息网分类信息发布系统v1.0(超强美化版)
演示1:http://www.jl...
吉林信息网分类信息发布系统v1.0(超强美化版)
演示1:http://www.jl-e.com/ 吉林信息网分类信息发布系统
分类供求发布+会员管理+商家黄页+商家店铺+生活贴吧+强大广告系统
一套现成的分类信息网站发布系统,拥有完善的数据分类和简洁的网页设计,适合于做城市门户网站
、报社分类广告网站、行业分类信息网站,加入了社区化网站经营理念和成功的信息置顶赢利模式,更强的网站交互式功能,网站内容由信息发布者和网站浏览者共建、赢利点也由发布的信息产生,是一套带有成功赢利模式的优秀的Web2.0网站全站系统
下载地址:http://www.jl-e.com/yanshi/jle.rar
咨询电话: 13664418175 QQ:304133183
- 2023-02-09 01:40:04下载
- 积分:1
-
酒店管理系统源代码,数据库为acce
酒店管理系统源代码,数据库为acce-hotel management system source code, database acce
- 2023-01-19 21:15:04下载
- 积分:1
-
超级字典生成器,很好用的,易优软件
超级字典生成器,很好用的,易优软件-EUsoft-super dictionary generator, easy to use, easy optimization software-EUsoft
- 2022-02-05 20:10:57下载
- 积分:1
-
The encryption algorithm is used to achieve keyed MD5 hash value of 128, which a...
该加密算法是采用keyed MD5实现128位散列值,主要应用于MobileIP中的身份认证-The encryption algorithm is used to achieve keyed MD5 hash value of 128, which are mainly used within the Identity Authentication
- 2022-03-12 13:47:33下载
- 积分:1
-
一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计,这是我们应该学习的....
一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计,这是我们应该学习的.-a sample program, capable of an arbitrary file encryption, password request user input limit within eight (of course you can change). Procedures have a good fault-tolerant design, that is what we should learn.
- 2022-04-18 07:59:21下载
- 积分:1
-
检测系统是否运行了Soft
检测系统是否运行了Soft-Ice,防止自己的程序被跟踪破解 -detection system running the Soft-Ice, to prevent its own procedures to be followed crack
- 2022-01-28 21:57:23下载
- 积分:1
-
readmem
单元
unit ReadMem
interface
uses
TLHelp32,Windows
function GetMems(PID:longword baseaddress:string= len:integer=0):string //获取指定进程中的~内存数据
implementation
function UpperCase(const S: string): string
var
Ch:Char
L:Integer
Source,Dest: PChar
begin
L := Length(S)
SetLength(Result, L)
Source := Pointer(S)
Dest := Pointer(Result)
while L 0 do
begin
Ch := Source^
if (Ch >= a ) and (Ch
- 2022-06-01 01:48:35下载
- 积分:1