-
EXEComserverTest
基于Exe的Com服务器,本例子是Delphi的代码,我想很多人都有这个想法(Exe of the Com-based servers, this example is the Delphi code, I think many people have this idea)
- 2008-05-22 09:18:18下载
- 积分:1
-
534
Delphi根据计算机名称获取IP地址,编程学习源码,很好的参考资料。(Delphi to obtain an IP address, computer name based on the source code to learn programming, a good reference.)
- 2014-02-10 14:32:45下载
- 积分:1
-
azping
another way to do a ping in the network using delphi
- 2019-01-07 01:50:44下载
- 积分:1
-
TrojanOFmir2
传奇木马Delphi源程序,只仅学习使用,非法使用自负(Trojan legend Delphi source code, only the use of study only, illegal use of your own!)
- 2009-03-28 19:36:41下载
- 积分:1
-
ICS网络控制
ics Internet 控件-ICs Internet Controls
- 2022-01-21 17:26:42下载
- 积分:1
-
TPNGImage 1.5 Delphi PNGͼ
- 2023-04-16 20:10:04下载
- 积分:1
-
Gestion de una intranet bien bonita
Gestion de una intranet bien bonita -Gestion de una intranet bien bonita
- 2022-03-03 11:37:59下载
- 积分:1
-
madSecurity
说明: madSecurity.rar
MadCollection.2.5.2.6FS
- 2020-06-25 18:20:02下载
- 积分:1
-
类似IE的前进、后退、历史记录 功能 (VCL组件) delphi语言编写
类似IE的前进、后退、历史记录 功能 (VCL组件) delphi语言编写-similar IE advance, retreat, the historical record function (VCL) delphi language
- 2022-07-01 15:05:04下载
- 积分:1
-
Delphi 计算正负数绝对值
Delphi 返回指定数值的绝对值,计算正负数绝对值的例子,FloatToStr(Abs)函数用法代码,示例中计算了小数、整数两种数据类型的绝对值,单击对应的箭头,即可查看计算结果,对应的三种计算方法,请参见以下代码:
procedure TForm1.SpeedButton1Click(Sender: TObject);
begin
Edit2.Text := FloatToStr(Abs(-1.5));
end;
procedure TForm1.SpeedButton2Click(Sender: TObject);
begin
Edit4.Text := FloatToStr(Abs(-200));
end;
procedure TForm1.SpeedButton3Click(Sender: TObject);
begin
Edit6.Text := FloatToStr(Abs(-1.80));
end;
- 2022-06-13 12:40:35下载
- 积分:1