-
Kori
It collects results from referee. It can contrlol a table.
- 2018-08-28 18:53:23下载
- 积分:1
-
This zip
This zip-file contains the two Delphi components, CoolTrayIcon and
TextTrayIcon (tray icon components).
Refer to CoolTrayIcon.chm and install.txt for documentation.
See also convert_cti_projects.txt if you re upgrading from a previous version
of CoolTrayIcon/TextTrayIcon.
- 2022-06-29 16:47:37下载
- 积分:1
-
ZSERVER4D是一套高级通讯系统的地基平台,它偏向于开发工艺和多平台支持。
介绍
ZSERVER4D是一套高级通讯系统的地基平台,它偏向于开发工艺和多平台支持。
功能
支持运行平台Android,IOS,Win32/64,Linux,OSX,物联网IOT(任意版本的linux均能支持,包括树莓1-3代,香橙,高通,三星,小序列cpu mips
linux)
支持编译器:FPC3.0.4以及DelphiXE10.2和以后的版本
并行计算支持HPC服务器,并行深度参数服务器可配置
良好支持轻量云主机,腾讯云,阿里云,亚马逊云,均有数百台使用ZServer4D的服务器在运行中
支持内置的Pascal语系的内网穿透稳定核心库XNat(直接内核支持,非外部支持)
支持基于FRP的内网穿透(外部shell方式支持),在公司或家里自己架设宅服 宅服架设说明
ZServer4D的前后台均支持苹果要求的IPV6审核条件,支持AAAA,A记录秒切,支持所有IPV6的云主机
内置高级加密系统,一万在线客户端会有一万把密钥,并且能动态定时更换密钥(请参考ZServer4D的附属开源项目
https://github.com/PassByYou888/CoreCipher )
支持去中心化网络群集,支持去中心化网络群集一键对接
内置抗量子密码支持 https://en.wikipedia.org/wiki/SHA-3
支持了5大美国国家标准技术研究所(NIST)高级加密标准算法
- 2023-07-03 07:25:13下载
- 积分:1
-
indy9_ForD2007
delphi2007自动安装的indy10,但是有些地方仍然使用的是indy9 ,delphi2007 安装indy9(Delphi2007 automatic installation of indy10, but in some places still use the indy9, delphi2007 install indy9)
- 2021-05-06 17:19:55下载
- 积分:1
-
将显示在界面上的内容和需要导出的内容导出到word文档里
将显示在界面上的内容和需要导出的内容导出到word文档里-Will appear at the interface of the content and the need to export the contents of the export to word document-ri
- 2022-03-24 22:38:38下载
- 积分:1
-
7 Delphi VCL
delphi 绘图软件控件,支持算法,直线、圆
矩形,等 delphhi 7 vcl-delphi 7 vcl
- 2022-01-25 15:35:44下载
- 积分:1
-
Conditions increased the sum of functions, according to the conditions not to jo...
增加了条件求和功能,可按条件筛选不加入求和的记录-Conditions increased the sum of functions, according to the conditions not to join the summation filter record
- 2022-02-07 08:18:44下载
- 积分:1
-
Delphi 实现图像热点功能
Delphi 实现图像热点功能,实现一张图片上不同形状区域的热点,定义椭圆形、四边形、三角形的区域变量的热点,相关代码如下:
var
thepoint:array [1..8] of tpoint;//存储多边形顶点坐标
count:integer;
pointnum:array [1..2] of integer;
begin
//四边形顶点坐标,首末点封闭
thepoint[1]:=point(135,99);
thepoint[2]:=point(105,183);
thepoint[3]:=point(129,201);
thepoint[4]:=point(188,92);
thepoint[5]:=point(135,99);
count:=5;//四边形顶点数目,首末点为一点
fourE_rgn:=CreatePolygonRgn(thepoint,count,WINDING);//生成四边形区域
elli_rgn:=CreateEllipticRgn(64,221,231,263);// 生成椭圆形区域
//第一个三角形顶点坐标
thepoint[1]:=point(118,67);
thepoint[2]:=point(32,28);
thepoint[3]:=point(17,90);
thepoint[4]:=point(118,67);
//第二个三角形顶点坐标
thepoint[5]:=point(155,44);
thepoint[6]:=point(202,91);
thepoint[7]:=point(277,44);
thepoint[8]:=point(155,44);
pointnum[1]:=4;//第一个三角形顶点数目
pointnum[2]:=4;//第二个三角形顶点数目
count:=2;//三角形数目
//生成由两个三角形构成的三角形区域
tri_rgn:=CreatePolyPolygonRgn(thepoint,pointnum,count,WINDING);
end;
- 2022-01-26 08:02:50下载
- 积分:1
-
Delphi Shadow窗口阴影立体效果
Delphi 制作立体窗口阴影效果,这个阴影看上去很明显,不过不是线性的,线性的实现起来要比这种阴影复杂一些。
ShadowWidth:integer; //用于确定阴影的宽度或高度
RightShadow:TForm; //主窗口的右边产生一个阴影窗口
BottomShadow:TForm; //主窗口的下部产生一个阴影窗口
procedure WMWindowPosChanged(var Msg:TWMWindowPosChanged);message wm_windowposchanged;
- 2022-05-14 21:59:11下载
- 积分:1
-
大富翁离线数据库1998(本系列包含1998-2008全套离线库,精彩不容错过)...
大富翁离线数据库1998(本系列包含1998-2008全套离线库,精彩不容错过)-delphibbs
- 2022-03-23 18:00:56下载
- 积分:1