-
trrzetunqualified
噪声对通信系统的影响试验程序 模仿各种噪声对不同通信系统的影响 具有很强的学习价值(The effect of noise on Communication system; the test program simulates the influence of various noises on different communication systems. It has a strong learning value.)
- 2019-01-03 20:53:49下载
- 积分:1
-
madCollection-ForDelphi2010-XE-XE2
著名的APIHOOK工具 madCollection For Delphi2010 XE XE2。
网上的madCollection只有dephi7的代码,而在Delphi 2010 XE XE2下无法使用。这代码能作为Delphi 2010 XE XE2访问madCollection的桥梁。
用法:在D7下下载madCollection源码包编译本代码生成DLL,给Delphi 2010 XE XE2使用,并写好了访问接口。(madCollection For Delphi2010 XE XE2)
- 2013-05-24 18:53:21下载
- 积分:1
-
获取文件属性和版本
获取文件属性和版本,图标代码示例,简单易用,直接取用(Get the file properties and version, icon code example, easy to use, direct access)
- 2017-07-09 03:15:16下载
- 积分:1
-
kalmandelphi
delphi语音kalman滤波,改进了kalman滤波算法,精简了运算量(Improved voice kalman filtering delphi)
- 2013-11-21 09:39:15下载
- 积分:1
-
flexcel
excel report delphi 7
- 2019-02-27 12:51:11下载
- 积分:1
-
json-for-delphi
delphi 用来解析json文件的源码,非常好用的代码(delphi source code used to parse json file, very useful code)
- 2013-07-24 21:00:31下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1
-
delphimuma
delphi木马编写技巧~包括自动启动自动关联程序~等等~(Delphi trojans writing skills- including automatic startup automatic correlation program ~ ~)
- 2014-01-07 16:44:51下载
- 积分:1
-
Delphi_180107
Delphi:Delphi使用TlistView控件制作软件导航界面,如上图所示,这个界面中包括了带图标的按钮,带图标和文字的导航菜单,看上去还是挺不错的一个导航界面,送给Delphi初学者吧。
(Delphi: Delphi controls production software using TlistView navigation interface, as shown above, the interface includes a button with an icon, with icons and text navigation menu looks quite good a navigation interface, it gave Delphi beginners .)
- 2014-07-06 23:27:52下载
- 积分:1
-
MiniNotepad
winAPI实现的记事本,体积很小,有保存读取功能(WinAPI notepad)
- 2011-11-07 11:45:42下载
- 积分:1