-
delphi Datasnap Track
delphi Datasnap Track
- 2023-03-10 16:30:04下载
- 积分:1
-
AlphaControls_2014_v9
AlphaControls 2014 v9.15 Delphi 7-XE7 Full Source
AlphaControls Package
A package of standard and unique components for professional GUI design development
using AlphaSkins. AlphaControls is an easy-to-use universal and powerful tool for
developing original skinned and non-skinned business/media applications. A lot of
additional properties and components makes this package (and the applications that
use it) unique.
Supported: Delphi 5/6/7/2005-2010/XE-XE7 and C++ Builder 6/2006-2010/XE-XE7
Compatible with Windows XP and newer
- 2015-01-20 18:33:21下载
- 积分:1
-
llk
实现连连看游戏的算法。采用递归的算法找实现,很参考价值。(Achieve Lianliankan game algorithms. Find a recursive algorithm implementation, it is reference value.)
- 2013-08-06 12:40:25下载
- 积分:1
-
delphi写的网络抓包工具,可以查看网卡接收到的网络数据,支持asii和hex两种模式...
delphi写的网络抓包工具,可以查看网卡接收到的网络数据,支持asii和hex两种模式-delphi write network capture tools, you can view the network adapter to receive data in support of the two modes asii and hex
- 2022-09-20 07:50:03下载
- 积分:1
-
delphi_readandwrite_com1_lpt1
delphi编写的串口,并口输出数据(使用了MSComm控件,附MSComm控件)(delphi read and write to com ,lpt1)
- 2009-05-19 10:36:17下载
- 积分:1
-
Delphi实现RGB色环的绘制源码 XE10.2+WIN764
Delphi实现RGB色环的绘制源码 XE10.2+WIN764,鼠标移动时提取颜色RGB的值,可以设置中心圆是否是透明的,RGB色环的代码绘制,传入图片的大小,扣出中心的黑色圆,输入图片与中心圆的半径。这个色环的颜色十分精细,过渡十分自然,本例子代码的参考价值还是挺大的。
- 2022-06-27 11:06:18下载
- 积分:1
-
Delphi-Thread-_Demo
1.Delphi中Thread基本应用演示;
2.多线程中传递参数演示(传递给线程4个参数,在线程处理中应用);(1.Delphi in Thread basic application demonstrates 2. Multiple threads pass parameters demo (4 parameters passed to the thread, the thread processing the application) )
- 2013-09-27 16:17:20下载
- 积分:1
-
F2Client
传奇DB数据工具源码,用于操DB数据库.................................................................(Legends DB data source tools)
- 2013-07-06 23:47:22下载
- 积分:1
-
soybeanimageprocessing
进行黄豆质量评估,还可以对其他材料进行评价,主要是图像处理方面的(For soybean quality assessment, but also other materials can be evaluated, mainly in image processing)
- 2010-01-16 17:13:14下载
- 积分:1
-
Delphi 应用程序背景与桌面融合在一起
Delphi 应用程序背景与桌面融合在一起,运行后,显示windows 桌面上的内容,显示壁纸,拖动窗口移动,桌面背景并不移动,好像是一个桌面相框一样,实现代码:
for i:=0 to ControlCount-1 do
if Controls[i] is TGraphicControl then
begin
//使TLabel组件不透明显示
Controls[i].perform(WM_PAINT, TLabel(Controls[i]).canvas.handle, 0);
end;
- 2022-02-02 23:31:59下载
- 积分:1