-
Delphi XE2-10常用功能封装dll
该模块是把日常常用的功能函数封装成dll,比如MD5加密,Key密钥加密,移位加密;NAS存储设备的访问以及针对Win7访问NAS设备的修正,系统时间及格式调整,操作系统分析以及计算机网卡地址(mac)的提取功能,附送有demo测试,dll内置有windows的关机重启等操作
- 2022-06-03 07:09:29下载
- 积分:1
-
DarkCometRAT52-2F
DarkComet
- 2013-11-01 14:04:22下载
- 积分:1
-
ei3.0
夜雨登录器源码,当时最好的源码,现在没什么用了放出来供大家学习分享(
The rain was the best login source code, source code, now not what took out for everyone to learn to share)
- 2020-09-15 18:27:57下载
- 积分:1
-
Detailed-usage-WinDBG
说明: WinDBG用法详解WinDBG用法详解(Detailed usage WinDBG)
- 2011-03-22 22:39:29下载
- 积分:1
-
计算机移动设备的管理工具
1、U盘的开启及禁用
2、开启与禁用所有USB设备
3、开启与禁用光驱
4、开启与禁用软驱
很简单的小工具,怡笑大...
计算机移动设备的管理工具
1、U盘的开启及禁用
2、开启与禁用所有USB设备
3、开启与禁用光驱
4、开启与禁用软驱
很简单的小工具,怡笑大方!-mobile computer equipment a management tool, U plate and the opening of two banned. Open and banned all three USB devices, and banned the opening drive 4, opened with the banned floppy drive is very simple small tools, Yue, generous laugh!
- 2022-03-03 03:57:04下载
- 积分:1
-
Delphi2005 B/S程序设计技巧集(12
Delphi2005 B/S程序设计技巧集(12-14)
现在delphi 2005 B/S的书籍资料太少,几乎没有可参考的资料,这在一定程度上限制了delphi 2005的使用,相反C#,ASP的书籍资料到处都是。通过几个月的学习也算是总结了一点经验,从现在起我将陆续将ASP和C#的例子、技巧翻译到delphi 2005下面,希望对大家的学习和工作有帮助,毕竟.Net是一种发展趋势。我将不定期写新的内容,同时,如果你在工作或学习中有什么问题,我也会将问题加入本篇文章,另外,一个人的能力毕竟有限,也希望大家共同来解决问题。
宋雨炫
-Delphi B/S programming skills sets (12-14) now delphi 2 005 B/S books so little information, almost no reference to the information, This, to a certain extent, limit the use of Delphi 2005, C# contrary, ASP information books are everywhere. Through several months of learning is also summed up the experiences that from now on I will continue, ASP and C# example, delphi translation skills to below 2,005, we hope to study and work there to help, After all. Net is a development trend. From time to time I will write the new content, and if you work or study any problem, I will also take the issue into this article, in addition to the ability of a person is limited, I hope we can jointly to solve the problem. SONG Xuan
- 2022-04-30 10:21:29下载
- 积分:1
-
yanzhengxingxi-
密码登陆、验证登陆信息、最简单的Delphi程序额!(Password, verify the login information, the most simple Delphi program forehead!)
- 2013-12-17 16:54:51下载
- 积分:1
-
牧羊人服饰系统 (ADO+SQL)
说明: 调拨管理,销售管理,销售分析,店员操作记录管理,店员留言管理,退货管理,pos票据打印等模块。(Transfer management, sales management, sales analysis, clerk operation record management, clerk message management, return management, POS bill printing and other modules.)
- 2019-05-20 17:05:25下载
- 积分:1
-
Delphi控制电脑蜂鸣器或扬声器发声音
Delphi控制电脑蜂鸣器或扬声器发声音,有些称之为喇叭,不过测试发现,这个是优先机箱蜂鸣器发出声音,或没装蜂鸣器,则会从音箱中发声音,实现的代码很简单,以下代码即可实现:
procedure TForm1.Button1Click(Sender: TObject);
var
i,j : integer;
begin
for i := 1000 to 2000 do
begin
j := i;
windows.Beep(1000,3000);
end;
end;
- 2022-02-05 03:44:28下载
- 积分:1
-
network
用来实现matlab的BP算法,以齿轮箱故障诊断为例(Matlab used for the BP algorithm to fault diagnosis of gearbox as an example)
- 2009-05-22 10:59:37下载
- 积分:1