-
Excel
Read excel file throught variant
- 2010-08-26 22:05:10下载
- 积分:1
-
1000ydb
千年游戏的DB的代码,完整的,可以编译,网上和工具都是根据这个代码来改编的和写的。重开发不错。。推荐(Millennium DB game code, complete, can be compiled, on-line and tools are based on adaptation of the code and write. Re-development of good. . Recommended)
- 2020-07-03 16:00:01下载
- 积分: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
-
dephi编程基础教程,介绍dephi编程以及相关函数的使用。
dephi编程基础教程,介绍dephi编程以及相关函数的使用。-dephi program basic
- 2022-01-31 07:41:05下载
- 积分:1
-
大地主题正反算的一个源程序,是用DELPHI语言实现的。
大地主题正反算的一个源程序,是用DELPHI语言实现的。
- 2022-02-04 11:34:50下载
- 积分:1
-
Batch-comments-removed
批量删除注释,能给软件的发布带来一些便利,节省大量的手工劳动(Batch delete a comment, can bring some to the release of the software is convenient, save a lot of manual labor)
- 2013-09-05 22:30:34下载
- 积分:1
-
Hotkey
Hotkey traping all Keys grom applications
- 2014-02-09 03:05:50下载
- 积分:1
-
Delphi Redis Infomation
Delphi Redis Infomation
show you how to use Redis in the DELPHI
- 2023-04-11 03:50:03下载
- 积分:1
-
mobkas
application sales car ............................
- 2015-01-12 16:56:55下载
- 积分:1
-
用delphi语言实现运筹学网络计划分级程序
用delphi语言实现运筹学网络计划分级程序-used language tacticians network classification procedures
- 2022-01-25 22:10:35下载
- 积分:1