登录

最新会员 最新下载

成为了本站VIP会员

06月26日 15:35

成为了本站VIP会员

06月13日 18:30

成为了本站VIP会员

06月10日 21:29

成为了本站VIP会员

06月06日 13:21

成为了本站VIP会员

06月03日 10:51

成为了本站VIP会员

06月02日 22:03
已选条件
  1. 编程语言:Delphi
  2. 代码类别:Delphi
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 第归调用函数,可查找指定目录下的所有子目录。

第归调用函数,可查找指定目录下的所有子目录。-resolution to the call function can be found in designated directories all subdirectories.

1
下载
64
浏览
2023-02-02发布

2. delphi下的声音记录源程序,主要完成声音保存为wav。

delphi下的声音记录源程序,主要完成声音保存为wav。-Voice Recording source program finished by delphi, which mainly save voice message as wav.

1
下载
59
浏览
2023-02-02发布

3. Delphi 制作红绿眼镜三维立体画

这是一个Delphi色彩控制方面的示例,我看上去更像是Delphi分离出红绿颜色通道,从页形成的一种立体效果,复制和修改颜色模式来实现,相关代码可参考如下:    //设置添充颜色的大小    DBitmap.Width := LBitmap.Width;    DBitmap.Height := LBitmap.Height;    vRect := Rect(0, 0, DBitmap.Width, DBitmap.Height); //获取添充区域    DBitmap.Canvas.Brush.Color := vGreen; //设置画笔颜色    DBitmap.Canvas.FillRect(vRect); //添充颜色    LBitmap.Canvas.CopyMode := cmSrcPaint; //将复制模式改为OR    LBitmap.Canvas.CopyRect(vRect, DBitmap.Canvas, vRect); //对图片进行复制    DBitmap.Canvas.Brush.Color := vRed;    DBitmap.Canvas.FillRect(vRect);    RBitmap.Canvas.CopyMode := cmSrcPaint; //将复制模式改为OR    RBitmap.Canvas.CopyRect(vRect, DBitmap.Canvas, vRect); //对图片进行复制    DBitmap.Canvas.CopyRect(vRect, LBitmap.Canvas, vRect);    DBitmap.Canvas.CopyMode := cmSrcAnd; //将复制模式改为AND    DBitmap.Canvas.CopyRect(vRect, RBitmap.Canvas, vRect);    except    Exit;    end;    Result := True;   end;

1
下载
49
浏览
2023-02-01发布

4. 20040916_1554_创建动画图标

20040916_1554_创建动画图标-20040916_1554_ create animation icon

1
下载
46
浏览
2023-02-01发布

5.delphi做的,里面的数据库是ACCESS.可以查全国的地区,对初学者很有用,直接下载后就可以用到了,不用去添加全国各地的地名记录!...

用delphi做的,里面的数据库是ACCESS.可以查全国的地区,对初学者很有用,直接下载后就可以用到了,不用去添加全国各地的地名记录!-Delphi to do with the inside of the database is ACCESS. Can check the country

1
下载
58
浏览
2023-01-31发布

6. 一百个详细的delphi实例,很容是上手,是一般新手的首选

一百个详细的delphi实例,很容是上手,是一般新手的首选-100 delphi detailed examples, it is capacity is handcuffed, is generally the first choice for novice

1
下载
73
浏览
2023-01-31发布

7. delphi线程专讲,对于delphi下多线程开发很有帮助

delphi线程专讲,对于delphi下多线程开发很有帮助-delphi thread specifically speaking, for the development of multi-threading under delphi helpful

2
下载
58
浏览
2023-01-31发布

8. ProfGrid (for BDS 2006)

ProfGrid (for BDS 2006) - advanced grid like Excel-ProfGrid (for BDS 2006)- advanced grid like Excel

1
下载
44
浏览
2023-01-29发布

9. 功能和DELPHI的窗体设计器相同的控件,可让你的程序在运行时设计窗体。  解压后有个FormDesigner.bpl,将它add到component中,编...

功能和DELPHI的窗体设计器相同的控件,可让你的程序在运行时设计窗体。  解压后有个FormDesigner.bpl,将它add到component中,编译的时候,请将lib路径加上解压的目录。 或者将DesignCommon.dcu、FormDesigner.dcu、ObjectInsp.dcu、WsPopupList.dcu、ObjectInsp.dfm、WsPopupList.dfm拷贝到你的工程文件的同一个文件夹中。不过把FormDesigner.bpl add到component中是需要的。-function and form design for the same control that will allow you to the procedures in operation at design forms. After extracting FormDesigner.bpl months, it will add to the component, compile time, I would be grateful if lib with decompression path to the directory. Or will DesignCommon.dcu, FormDesigner.dcu, ObjectInsp.dcu, WsPopupList.dcu, ObjectInsp.dfm, WsPopupList.dfm copy of your project documentation with a folder. But put FormDesigner.bpl add to the component is needed.

1
下载
52
浏览
2023-01-27发布

10. 快速处理各种网络

快速处理基于 Web 的各种图象文件.zip-rapid handling of the various Web-based document image. Zip

1
下载
49
浏览
2023-01-26发布

11. ehlib31控制包

ehlib31控件包-ehlib31 control packet

1
下载
48
浏览
2023-01-26发布

12. OPC+DELPHI+COM口实际应用

OPC+DELPHI+COM口实际应用 上位机软件,连接西门子PLC,数据库SQL。 定制化开发的OPC客户端。实现数据库查询批量修改OPC地址。

1
下载
36
浏览
2023-01-26发布

13. delphi entry of the grammar, the study applies to just a friend DELPHI door

delphi入门的语法介绍,适用于刚学DELPHI的朋友门-delphi entry of the grammar, the study applies to just a friend DELPHI door

1
下载
64
浏览
2023-01-26发布

14. Delphi B/S programming skills sets (29

Delphi2005 B/S程序设计技巧集(29--33) 现在delphi 2005 B/S的书籍资料太少,几乎没有可参考的资料,这在一定程度上限制了delphi 2005的使用,相反C#,ASP的书籍资料到处都是。通过几个月的学习也算是总结了一点经验,从现在起我将陆续将ASP和C#的例子、技巧翻译到delphi 2005下面,希望对大家的学习和工作有帮助,毕竟.Net是一种发展趋势。我将不定期写新的内容,同时,如果你在工作或学习中有什么问题,我也会将问题加入本篇文章,另外,一个人的能力毕竟有限,也希望大家共同来解决问题。 宋雨炫 -Delphi B/S programming skills sets (29-- 33) is now delphi 2005 B/S books so little information, almost no reference to the information, This, to a certain extent, limit the use of Delphi 2005, C# contrary, ASP information books are everywhere. Through several months of learning is also summed up the experiences that from now on I will continue, ASP and C# example, delphi translation skills to below 2,005, we hope to study and work there to help, After all. Net is a development trend. From time to time I will write the new content, and if you work or study any problem, I will also take the issue into this article, in addition to the ability of a person is limited, I hope we can jointly to solve the problem. SONG X

1
下载
52
浏览
2023-01-26发布

15. 画K线图(可用于股票,期货,外汇行情)使用DELPHI语言编写

画K线图(可用于股票,期货,外汇行情)使用DELPHI语言编写-Draw K-line diagram (can be used for stocks, futures, foreign exchange Quotes)

1
下载
86
浏览
2023-01-25发布

16. converts unix test to windows with cr+lf lines. full open source code

converts unix test to windows with cr+lf lines. full open source code

1
下载
51
浏览
2023-01-25发布

17. Delphi 主窗体和子窗体显示示例

Delphi 主窗体和子窗体显示示例,这类功能在平时的delphi编程中也是十分常见的,我们需要在主窗口中添加一个按钮,点击后弹出一个子窗口,对窗口布局来说是一种扩展。本示例简单,适合初学者学习参考。

1
下载
78
浏览
2023-01-23发布

18. 一个简单的WEB浏览器

一个简单的WEB浏览器-a simple Web browser

1
下载
46
浏览
2023-01-22发布

20. lsjdlf ljasldfjas fsl sdjf jhola

lsjdlf ljasldfjas fsl sdjf jhola-lsjdlf ljasldfjas fsl sdjf jhola

1
下载
56
浏览
2023-01-22发布