-
txtjpg
一个delphi小程序将txt文件转jpg格式(A Delphi applet to the txt file to JPG format)
- 2015-08-31 22:46:28下载
- 积分:1
-
源代码和实例数据库
Delphi source code and examples database
- 2022-07-17 02:46:01下载
- 积分:1
-
1stclass
1stclass 老牌vcl,可以安装在Delphi2010上,注意,要打开之后编译,再安装。亲测ok。(1stclass old vcl, can be installed in Delphi2010, note, to open after the compile, then install. Pro-test ok.)
- 2011-02-16 13:15:31下载
- 积分:1
-
纯净的锁屏
说明: 纯净的锁屏源,代码示例展示,可直接使用。(Pure lock screen source code demonstration)
- 2020-12-01 02:00:13下载
- 积分:1
-
Delphi编写的AVR串行通信串行通信工具的制备…
delphi编写的AVR串口通信工具串口通信原代码 delphi编写的AVR串口通信工具串口 通信原代码-delphi prepared AVR serial communication serial communication tools prepared by the original code delphi serial communications tool AVR serial communication the original code
- 2022-03-17 07:40:40下载
- 积分:1
-
SDK2.2-Release-Notes
notes to sdk reliase 2.2
- 2011-01-20 23:28:32下载
- 积分:1
-
Delphi 图片颜色逐渐加深功能的实现
Delphi演示如何将一张图片的颜色加深,类似于调整对比度,不过本效果不加入了渐变加深的动画效果,按住按钮图片一直变暗下去,要知空间,你可看下以下代码:
Bitmap:=image1.Picture.Bitmap;
image1.Height:= Bitmap.Height;
image1.Width:= Bitmap.Width;
for i:=0 to 255 do
begin
sleep(10);
for y:=0 to Bitmap.Height-1 do
begin
pixcolo:=Bitmap.Scanline[y]; //扫描每行像素颜色
for x:=0 to ((Bitmap.Width*3)-1) do
//递减颜色值,不同的递减值可改变不同的速度
if pixcolo[x]>0 then pixcolo[x]:=(pixcolo[x]-1);
end;
Image1.Canvas.Draw(0,0,Bitmap);
Application.ProcessMessages; //让Application去处理消息队伍中的消息
end;
- 2022-03-23 16:34:19下载
- 积分:1
-
Delphi
Delphi:Delphi处理图像对比度,调整对比度,这是挺常用的一个图像处理功能,编写图像处理软件必不可少的功能,对此不太了解的朋友,可下载这个源码研究一下。本程序在D7下可直接编译成功。
(Delphi: Delphi processed image contrast, adjust the contrast, which is very commonly used in image processing, image processing software to write the essential functions of friends do not understand this, you can download the source code to look at. This program can be compiled successfully under D7.)
- 2014-07-23 20:26:06下载
- 积分:1
-
物资管理源码
说明: . 直接安装并运行案例程序
运行“安装程序”文件夹中的setup.exe文件,按照系统提示进行安装,可使本例程序在任何Windows系统上运行。
登录时初始用户名和密码为:admin,manage
2. 阅读和执行源代码程序
(1)复制光盘内容到本地机,并取消相应目录及其下属内容的“只读”属性。
(2)改变数据库别名
使用BDE Administrator在本地机器上添加一个Paradox数据库别名命名为wuzi,指定路径为实际数据库文件所在路径,比如:项目文件夹在E盘根目录下,则指定数据库别名路径为“E:\物资管理系统\db”。
(3)运行程序
双击物资管理系统文件夹内名为MDIApp的工程文件,在Delphi工作环境下打开工程,单击运行程序即可。
3. 另附:myLogin.dll的源代码(Source material management.)
- 2005-11-10 15:11:12下载
- 积分:1
-
3D
delphi 实现d3d三角型,d3d最小系统的实现
- 2013-11-26 11:05:50下载
- 积分:1