搜索资源列表
用Delphi编制可自动升级程序
- 在编制了一个应用程序后的维护阶段,我们会面临给应用程序升级的工作.无疑,手工升级的工作是十分繁琐的,你可能会需要到用户的机器上去更新文件.可是,如果能编一个自动升级程序,放在网络上,让用户下载,只需执行一下就完成升级工作,不是很方便吗?其实,用Delphi可以很方便地编制出这样一个的程序.-in the preparation of an application after the maintenance stage, we will face to the application upgrad
clock-delphi
- 小闹钟程序,用Delphi实现的,可以调用多种音乐文件,作为闹钟铃声,可以自己编辑一个,感觉不错噢!-small alarm clock program, Delphi, can call a variety of music files, as alarm bell, one can edit their own, I feel pretty good Oh!
Google地图用Delphi实现
- Google地图用Delphi实现,可以用来开发GPS地图-Google Maps with Delphi to achieve, can be used to develop the GPS map
DelphiT9.触摸屏的delphi控件
- 触摸屏的delphi控件,利用此控件可以实现触摸屏输入(T9输入法),Delphi touchscreen controls, control can be achieved using the touch screen input
Delphi.rar
- 利用花指令扰乱Cracker,以达到保护软件的作用。 本工具可以自定义花指令,有三种模式,如下: 1、随机插入花指令 2、指定插入固定的花指令 3、全部插入花指令 使用方法: 1、请自行在 JunkData.mdb 数据库中添加花指令 2、在您要放花指令的地方写:{$F Junk} 3、{$F Junk} 为花指令标记 4、用本工具处理后,重新编译即可。,Disrupt the use of junk code Cracker, in order to
D3D-CF-Delphi.rar
- D3D透视,可以用于穿越火线游戏,一个小东西,很简单的东西,D3D perspective, can be used to cross the Line of Fire Games, a small thing, very simple things
Delphi-HttpProxy.rar
- 此代码由网上的Http Proxy修正而来。网上流传的Delphi版HttpProxy存在着很多问题,基本访问大部分网站都存在着各种各样问题。 该 代码在前人的基础上,进行了多处修正,基本解决了大部分问题,目前已可正常使用。 修正说明 : 1.重新封装Proxy类 2.修改正访问youhu之类的网站不正常的问题。 3.修正多处内存泄漏和资源释放错误 4.数据同步问题。,This code consists of amendments to come onl
DELPHI-Time.rar
- 一个象windows计划任务一样的可设置程序定时执行的程序原代码,Plan a task, as the same windows can be set up procedures for the implementation of the procedures from time to time the original code
newopencv2
- delphi与opencv的接口,delphi可以利用opencv进行图像处理了。-opencv interface with delphi, delphi can be processed using the image opencv.
Delphi-DBGrid-
- Delphi的DBGrid控件使用,比较全面的,所以源码都可以调试实现。-Delphi' s DBGrid control to use, more comprehensive, so the source can debug achieved.
delphi-hook-readwrite
- delphi hook内存读写,可以拦截其他程序的读写操作以及读写数据,比如有些外挂可以用此工具找出他对游戏的具体操作,从而自己可以写一个功能和他一样的外挂出来-delphi hook memory read and write, can intercept and read and write operations of other programs to read and write data, for example, some plug-in can use this tool to f
MNCD-DELPHI
- 这个一个示例winio的底层模拟键盘的小程序,通过这个示例可以做出游戏外挂-This an example of an analog keyboard winio the bottom of a small program through which the sample can make the game plug-in
完整的Delphi游戏开发控件
- 完整的Delphi游戏开发控件,可用来开发2d游戏,方便快速实用-Delphi complete game development control, can be used to develop 2d games, to facilitate rapid and practical
Delphi-can
- 用DELPHI 编写的CAN通信测试用的软件源码,熟悉的人可以在此基础上修改成自己想要的软件界面-CAN communication with the DELPHI written test of the software source code, the person familiar with on this basis can be modified to the software interface you want
Delphi-VCL-BlueToothFramework
- DeepBlue Bluetooth Framework for Delphi 5.2.2 Bluetooth® Framework VCL™ is a VCL components set which allows you add communication support into your applications. By using Bluetooth® Framework VCL™ , your applications can work with inte
Delphi
- 用delphi编的sms源代码,可以适应于多个短信猫-Delphi made use of the sms source code, can be adapted to a number of SMS cat
delphi
- 图书管理系统,可查询、输入、保存等。-Library management system can query, import, preservation.
_HGE_Part1
- 此為國外大名鼎鼎的2D遊戲引擎HGE的Delphi版本 原官方是C++的,現在完全改為Delphi可使用,另外再增加許多單元與功能 新增的單元有HGEImages,HGECanvas,HGEDef,HGENURBS,HGECurve,HGESpriteEngine 全部包含完整原始碼與20個遊戲範例 -This is the well-known abroad, 2D game engine HGE original official version of Delphi is t
_HGE_Part2
- 此為國外大名鼎鼎的2D遊戲引擎HGE的Delphi版本 原官方是C++的,現在完全改為Delphi可使用,另外再增加許多單元與功能 新增的單元有HGEImages,HGECanvas,HGEDef,HGENURBS,HGECurve,HGESpriteEngine 全部包含完整原始碼與20個遊戲範例 -This is the well-known abroad, 2D game engine HGE original official version of Delphi is t
Delphi-Socket-TCP-
- delphi 实现socket TCP 通讯,通过winsocke的封装,实现了WIN API socket通讯 代码通过EXE的Server端,client端来实现TCP通讯,并封装了DLL;避免了Delphi自带 的soket控件在Dll中无法收到消息的问题。-delphi socket TCP communication to achieve, through winsocke package to achieve the WIN API socket communicatio