-
201112191637
I am a third year master major in automation at Shanghai Jiao Tong University, P. R. China. With tremendous interest in Industrial Engineering, I am writing to apply for acceptance into your Ph.D. graduate program.
- 2013-12-30 13:02:54下载
- 积分:1
-
ex4 to mq4
可以编译EX4到MQ4的反编码软件,效果很好(Can be compiled EX4 to MQ4 anti-encoding software with good results)
- 2010-11-25 08:10:00下载
- 积分:1
-
delphi_ping
用DELPHI实现WINDOWS界面下的PING操作(The PING operating under WINDOWS interface using DELPHI)
- 2013-03-16 00:20:28下载
- 积分:1
-
Delphi实现TdxDBTreeView节点全部展开或收拢
本源码演示如何实现Delphi TdxDBTreeView节点全部展开或收拢功能,也就是大家熟悉的树形菜单节点的折叠或展开功能,在平时的使用中,树形节点是很常用的一个菜单功能,本例子的树形菜单节点功能读取自数据库,因此在测试前请连接好数据库。
//单击全部展开按钮
procedure TForm1.Button1Click(Sender: TObject);
begin
dxDBTreeView1.FullExpand;
end;
//单击全部收拢按钮
procedure TForm1.Button2Click(Sender: TObject);
begin
dxDBTreeView1.FullCollapse;
end;
- 2022-01-26 05:17:01下载
- 积分:1
-
checking ean13 barcode
checking ean13 barcode
- 2022-05-21 14:22:37下载
- 积分:1
-
THDDInfo2
a class for getting HDD information including serial numbers , uses windows WMI services.
also included a demo..
- 2009-10-29 13:36:08下载
- 积分:1
-
The development of single documents and source code examples 12
单路开发文档和源代码例子12-13
设置语音识别内容的列表,-The development of single documents and source code examples 12-13 setting the contents of a list of speech recognition,
- 2022-11-20 01:00:04下载
- 积分:1
-
组件添加脚本功能到您的应用程序套件,包括…
Suite of components to add scripting capabilities to your applications, including Pascal & Basic scripting engines, Pascal & Basic syntax highlighting memo and script debug tools.-Suite of components to add scripting capabilities to your applications, including Pascal & Basic scripting engines, Pascal & Basic syntax highlighting memo and script debug tools.
- 2022-03-29 17:29:05下载
- 积分:1
-
Delphi 进程通讯的实现实例源码
这是一个Delphi利用自定义消息实现的进程内部通讯的例子,附上了完整的源码,运行的效果如图所示。
本程序作者:王毅 , 陈立亮 , 刘蓉,在Windows2000环境下用Delphi6.0调试通过。
本例子中主控程序采用FindWindow()函数找寻底层工作程序,从而实现通讯。底层工作程序在调试时请先生成可执行文件,然后关闭Delphi编辑器,运行可执行文件进行调试。如果不关闭Delphi编辑器,底层工作程序窗口在处于最小化时将无法正常工作,因为FindWindow()返回的是Delphi编辑器中该窗口的句柄。
- 2022-07-04 09:38:31下载
- 积分:1
-
tgl-jam-dan-nama-kota-distatus-bar_2
menampilkan tanggal dan jam di status bar
- 2014-05-12 20:34:53下载
- 积分:1