-
站长您好,这是我去年做的毕业设计航空物流管理系统,其中的代码全部能通过执行,其中的文档是数据流图.请您审核一下....
站长您好,这是我去年做的毕业设计航空物流管理系统,其中的代码全部能通过执行,其中的文档是数据流图.请您审核一下.-head Hello, this is my last year doing graduate design Aviation Logistics Management System, which through the implementation of all the code, documentation of data flow diagram. Examine what you please.
- 2022-06-01 15:30:45下载
- 积分:1
-
demo_sources
demo_sources.7z fast report
- 2020-06-21 00:40:02下载
- 积分:1
-
Delphi抽奖,彩票选号程序
- 2022-07-19 02:06:26下载
- 积分:1
-
reconhecimento de caracteres OCR
Sistema desenvolvido EM linguagem de程序çãO O在Delphi,COM德demostrar O funionamento德嗯OCR,toytalmente desenvolvido EM Delphi,SEM尼宏类型图书馆外。
- 2023-03-22 21:35:11下载
- 积分:1
-
一种扫雷游戏的源代码,游戏编写的一个启蒙代码。
一种扫雷游戏的源代码,游戏编写的一个启蒙代码。-A mine the game" s source code, game code to prepare an enlightenment.
- 2022-03-14 01:56:12下载
- 积分:1
-
Delphi-compiler-error-Chinese-manual
Delphi compiler error Chinese manual
- 2013-11-06 21:19:45下载
- 积分:1
-
fastreport 4.6.8 full source code
fastreport 4.6.8完全源码-fastreport 4.6.8 full source code
- 2022-05-20 07:15:31下载
- 积分:1
-
Simulated Markov matrix, we can see the trend of the value of steady
模拟马尔可夫矩阵,可以看出稳态概率值的变化趋势
- 2022-07-15 17:47:33下载
- 积分:1
-
Delphi实现窗体失去焦点时标题栏闪动特效
这是个有意思的窗口设计实例源码,Delphi实现窗体失去焦点时标题栏闪动特效,flashwindow特效,这样可吸引操作者注意,其实实现这一功能并不复杂,以下代码最关键:
procedure TForm1.Timer1Timer(Sender: TObject);
begin
flashwindow(Handle,true);
end;
procedure TForm1.WMACTIVATEAPP(var message: TWMACTIVATEAPP);
begin
if Message.Active then
form1.Timer1.Enabled := false
else
form1.Timer1.Enabled := true;
end;
完整源码请下载。
- 2022-07-08 18:47:20下载
- 积分:1
-
NotepadPlus
说明: 彩色的记事本,带语法解析功能。右键关联功能。语法模板解析功能(color notebook, with a parser function. Right-related functions. Template function syntax analysis)
- 2006-03-21 09:12:41下载
- 积分:1