-
kbmMW v1.07e Commercial for Delphi BCB.Retail
kbmmw是另外一个用于Internet分布式数据库开发的控件,可以用于Delphi和C++Builder(kbmmw is another one for Internet development of the Distributed Database controls can be used to Delphi and C Builder)
- 2005-05-07 14:10:21下载
- 积分:1
-
RLBoleto_115
说明: Rlboleto its a component for booleto
- 2019-05-24 02:24:17下载
- 积分: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 3,4,5,6…
看板对象程序,使程序看起来更适合Delphi3.0、4.0、5.0、6.0、7.0应用
- 2023-08-25 14:30:03下载
- 积分:1
-
kalmandelphi
delphi语音kalman滤波,改进了kalman滤波算法,精简了运算量(Improved voice kalman filtering delphi)
- 2013-11-21 09:39:15下载
- 积分:1
-
有用的c语言源程序
有用的c语言源程序-useful source language
- 2023-08-12 12:45:03下载
- 积分:1
-
DIR2CLIP
在命令行下直接将当前路径拷贝到剪贴板的源码,对于经常在图形模式及命令行模式之间切换操作的朋友很有帮助!(In the command line directly copied to the clipboard the current path of the source, who is often in the graphics mode and command line mode switching operation between the friends help!)
- 2010-05-31 09:39:54下载
- 积分:1
-
Delphi串口修改下:主要变化:一、支持下巴…
delphi下的COMPORT修正版:
主要修改:
1、支持终端中文显示
2、支持终端hex显示
3、去掉了抛出的部分异常
这里有很多原版的,但都没有修正中文显示。-delphi ComPort under the amended version: The main changes: one, to support Chinese display terminal 2, to support the hex display terminal 3, remove the abnormal part of the dished out here have a lot of the original, but have not amended the Chinese show.
- 2022-11-28 00:05:03下载
- 积分:1
-
DelphifdreExcel
delphi控制Excel自动生成报表,操作控制Excel自动处理数据(delphi control Excel automatically generate reports, automatic data processing operation control Excel)
- 2014-02-26 23:08:11下载
- 积分:1
-
SGAfunctions
说明: 遗传算法在MATLAB中的一些简单函数的应用 适合初学者 (Genetic Algorithm in MATLAB in the application of some simple functions for beginners)
- 2010-04-28 09:29:59下载
- 积分:1