联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找Pascal/Delphi编程(211) 前端开发(84) 加密解密(68) Windows编程(51) 其他(22) 游戏(17) Delphi/CppBuilder(15) 其他小程序(13) 其他智力游戏(13) 系统编程(12) 网络编程(11) 数学计算(10) 界面编程(9) 企业管理(8) 棋牌游戏(8) ICQ/即时通讯(7) C#编程(7) 文件操作(6) 单片机开发(6) 游戏引擎(6) 打印编程(5) 远程控制/远程桌面(5) 其他游戏(5) 数据库编程(4) 按钮控件(4) 数据库系统(4) 进程与线程(4) ActiveX/DCOM/ATL(3) 系统/网络安全(3) 图形图象(3) 数值算法/人工智能(3) Java编程(3) Web服务器(3) 图形图像处理(3) WEB开发(3) 教育系统应用(3) 其他行业(3) 多媒体编程(2) OpenGL(2) 通讯编程(2) 钩子与API截获(2) 网络编程(2) 编译器/解释器(2) 压缩解压(2) 通讯编程文档(2) 对话框与窗口(2) 系统设计方案(2) 医药行业(2) SQL Server(2) 绘图程序(2) Downloads(1) 电子书籍(1) 编辑器/阅读器(1) 语音合成(1) *行业应用(1) Ftp客户端(1) 扫描程序(1) 组合框控件(1) 菜单(1) 工具条(1) 书籍源码(1) 串口编程(1) 手机短信编程(1) 破解(1) 视频捕捉采集剪辑(1) 模式识别(视觉/语音等)(1) 中间件编程(1) 软件设计/软件工程(1) GIS/地图编程(1) 2D图形编程(1) 3D图形编程(1) matlab编程(1) 数据结构(1) Java书籍(1) 其他书籍(1) 家庭/个人应用(1) 人物传记/成功经验(1) SNMP编程(1) 模拟服务器(1) 酒店行业(1) 能源行业(电力石油煤炭)(1) 
按平台查找All Delphi(702) 

[Windows编程] 财务工具网络版20170624

delphi7 sqlserver数据库服务器加客户端网络版表迁移小程序,数据库sqlserver2000
Elphi 7 SQL Server database server plus client network version table migration program, database SQL Server 2000 (2019-05-14, Delphi, 480KB, 下载0次)

http://www.pudn.com/Download/item/id/1557839063277409.html

[加密解密] RSA

RSA加解密基本算法,接口如下 function Encrypt(StrText : string) : string ; stdcall; //加密 function Decrypt(StrText : string) : string ; stdcall; //解密
RSA encryption and decryption algorithm function Encrypt(StrText : string) : string ; stdcall; function Decrypt(StrText : string) : string ; stdcall; (2018-10-24, Delphi, 29KB, 下载0次)

http://www.pudn.com/Download/item/id/1540341825749584.html

[其他] FastReport.v4.2_集成QR二维码

修改fastreport控件,添加二维码功能,跟一维码一样使用
Modify the FastReport control, add the two-dimensional code function, and use the same as one-dimensional code. (2018-07-15, Delphi, 17976KB, 下载1次)

http://www.pudn.com/Download/item/id/1531666052971408.html

[Windows编程] des加解密算法delphi10.1编译通过

des加密算法,delphi10.1编译通过,就两个函数,一个加密一个解密,操作简单
DES encryption algorithm, delphi10.1 compiler through, on the two functions, an encryption, a decryption, simple operation (2017-10-03, Delphi, 2288KB, 下载5次)

http://www.pudn.com/Download/item/id/1507040923790766.html

[ICQ/即时通讯] DataConnector

QQ截图模仿,可以对图片编辑,其中包括加矩形圆形和直线的描绘
QQ screenshot to imitate, you can picture editing, including adding a rectangular circular and linear depiction (2015-12-07, Delphi, 13483KB, 下载7次)

http://www.pudn.com/Download/item/id/1449466128429465.html

[Pascal/Delphi编程] Delphi_535065

Delphi实现窗口的加边框效果,在窗体的最外层加边框,颜色右选,就像为窗口镶了一个彩边的效果,部分代码:Pen:= CreatePen(PS_SOLID, 3, RGB(225, 1, 1)) //创建宽度为3的实现画笔
Delphi add borders to achieve the effect of the window, in the outermost layer of the form to add a border, choose the right color, just as the effect of a color inlay window edge, part of the code: Pen: = CreatePen (PS_SOLID, 3, RGB (225, 1, 1)) // Create the brush width to achieve 3 (2014-06-29, Delphi, 26KB, 下载1次)

http://www.pudn.com/Download/item/id/2577317.html

[企业管理] ERP

商业版的ERP源码,源码完整,学习必备,可以研究。
The commercial version of the ERP source code, source code integrity, learning essential, can be studied. (2012-10-18, Delphi, 13083KB, 下载98次)

http://www.pudn.com/Download/item/id/2019256.html

[Pascal/Delphi编程] calculator

一个为delphi初学者编程练习准备的简单计算器程序代码,可以实现加、减、乘、除等基本运算。
A beginner programming practice preparation for Delphi simple calculator program code, can realize the addition, subtraction, multiplication, and division, and other basic operations. (2012-03-03, Delphi, 169KB, 下载3次)

http://www.pudn.com/Download/item/id/1784608.html

[Pascal/Delphi编程] FlashPlay

Flash实现的一款播放器源代码,可对Flash进行加解密播放,非常好的代码,简洁易读。
Implementation of a Flash player source code, can encrypt and decrypt the Flash player, very good code, simple and easy to read. (2011-11-24, Delphi, 17KB, 下载8次)

http://www.pudn.com/Download/item/id/1709984.html

[组合框控件] treeaddcheckbox

tree前加checkbox,实现tree的选择,并且选择父类后所有子类自动全部选择
tree front of the checkbox, to achieve the selection tree, and select the parent class automatically after all the selection of all sub-categories (2011-09-17, Delphi, 350KB, 下载6次)

http://www.pudn.com/Download/item/id/1648376.html

[Pascal/Delphi编程] xiaohonghua

金汉斯小红花管理系统 是一个餐饮公司的管理软件
Golden Hans management system of small red flowers (2010-06-21, Delphi, 17694KB, 下载28次)

http://www.pudn.com/Download/item/id/1218126.html

[加密解密] GameOfMir2

飘飘M2全套,编译测试过无毒全部正常且可用,外加引擎注册机和脚本加密解密工具,顺便鄙视一下早期发源码加病毒的人。害我1T文件损失严重
Fluttering M2 complete, compile all the tested non-toxic to normal and can be used, along with encryption and decryption engine, RI and script tools, by the way look at the early-fat source added contempt virus. Causing me to have suffered heavy losses 1T file (2010-03-06, Delphi, 10338KB, 下载581次)

http://www.pudn.com/Download/item/id/1078092.html

[模拟服务器] Source

lom2 韩国传奇服务端源码(无刺客版)本人测试完全可运行
Legend of Mir 2 Lom 2 Korean Legend of Mir 2(have no assassin) services carry source code (2009-09-08, Delphi, 3716KB, 下载178次)

http://www.pudn.com/Download/item/id/903711.html

[Pascal/Delphi编程] EncryptionCode

一个字符的加 密解 密程序的一段代码,可以让有需要的新手作个参考.
Character of the encryption and decryption process for some code that allows the novice there is a need for a reference. (2009-05-05, Delphi, 168KB, 下载5次)

http://www.pudn.com/Download/item/id/744246.html

[Windows编程] sdmima

速达改密码工具,速达改密码工具,速达改密码工具操作说明请加QQ8186131
Speed up the password change tool, speed up change password tool, password tools to speed up operating instructions, please add QQ8186131 (2009-03-07, Delphi, 5017KB, 下载1次)

http://www.pudn.com/Download/item/id/664380.html

[棋牌游戏] tetris_src

俄罗斯方块的源码,设计的很不错的,喜欢的可以学习下哦
Tetris source code, design is very good, like can learn under Oh (2008-06-08, Delphi, 40KB, 下载4次)

http://www.pudn.com/Download/item/id/485334.html

[通讯编程] tcp_delphi

Udp收卡程序,可能只用一個端口,同時連接多個客戶端,公司正在用此程序,效果不錯
UDP admission card program may use only one port, at the same time to connect multiple clients, the company is using this procedure, good results (2008-05-28, Delphi, 3422KB, 下载67次)

http://www.pudn.com/Download/item/id/475716.html

[棋牌游戏] Game

本程序主要是简单地介绍了俄罗斯方块游戏的设计和实现。
This procedure is simple to introduce a Tetris game design and realize. (2008-03-27, Delphi, 209KB, 下载5次)

http://www.pudn.com/Download/item/id/424290.html

[其他智力游戏] tetris

俄罗斯方块的程序,代码简洁。适合初写程序的开发工程师
Tetris procedure code simple. Written procedures for the early development engineer (2007-11-27, Delphi, 119KB, 下载6次)

http://www.pudn.com/Download/item/id/365904.html

[加密解密] EXE文件加密器1.84

让运行的exe都加一个密码保护. 对你的隐私很好的保护.
run exe were to a password-protected. To your good privacy protection. (2005-11-14, Delphi, 342KB, 下载69次)

http://www.pudn.com/Download/item/id/124145.html