-
使用DELPHI,操丛WORD.使用的技术是COM方式
使用DELPHI,操丛WORD.使用的技术是COM方式-The use of DELPHI, fuck Cong WORD. The use of COM technology is the way
- 2022-10-10 23:25:02下载
- 积分:1
-
Software source produced pharmacies source Invoicing example, delphi developmen...
软件源码制作药店进销存源码的例子,delphi开发的-Software source produced pharmacies source Invoicing example, delphi development
- 2022-03-24 23:47:37下载
- 积分:1
-
利用快递服务网络进行高层次学习!
利用delphi软件实现网络信使服务,适合中高级水平人员学习!-Delphi software using courier services network for high levels of learning!
- 2022-01-25 16:23:17下载
- 积分:1
-
VSPD-Delphi7
可虛擬兩個RS-232或者是多個RS-232互傳資訊,此源码維Delphi所編寫。(Can be a virtual two RS-232 or RS-232 over pass each other information, this source code written by Victoria Delphi.)
- 2020-11-27 09:39:30下载
- 积分:1
-
tgl-jam-dan-nama-kota-distatus-bar_2
menampilkan tanggal dan jam di status bar
- 2014-05-12 20:34:53下载
- 积分:1
-
AutoUpdate
从ftp获得自动更新程序.采用delphi(利用delphi控件)开发的独立自动更新程序,独立编译为可执行程序,独立运行,更新结束后自动启动主应用程序。实现了自动更新程序和主程序无关性(主程序采用delphi、dotnet等不同语言开发)。(Get automatic updates from the ftp program)
- 2013-11-14 15:41:02下载
- 积分:1
-
一个采用delphi开的数库系统,经测试功能奇全,数据也一起上传了上来
一个采用delphi开的数库系统,经测试功能奇全,数据也一起上传了上来-Using delphi opened a few library systems, by testing the whole Qi, together with data uploaded onto
- 2023-06-22 03:45:05下载
- 积分: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
-
MDMA-Source-Code
MDMA is Simple dialer for Modem
- 2014-12-13 14:01:03下载
- 积分:1
-
yundong-dexiaoqiu
运动的小球、一般本科需要的课后作业设计。有兴趣的可以下载看看(The ball movement, the general undergraduate required homework designs. Interested parties can download and see)
- 2013-12-17 16:59:36下载
- 积分:1