Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - delphi code
Search - delphi code - List
DL : 0
Delphi编程中检查Memory leak的代码,最新版本2.73,非常有用的工具代码-Source code for check memory leak in Delphi language,up to the minute version is 2.73,it is very useful tool.
Date : 2008-10-13 Size : 19.99kb User : akay

电脑编程技巧与维护全部Delphi源代码,包含几十个使用的源代码。-computer programming skills and maintenance of all Delphi source code contains dozens of source code.
Date : 2008-10-13 Size : 5.73mb User : zxy

一个超酷的RSA加密源代码,我在实际应用中表现很好,可以达到128位以上的加密。-a cool RSA encryption source code, I actually very good application performance can be achieved over 128 encryption.
Date : 2008-10-13 Size : 18.43kb User : 浪费四

小飞侠再战江湖之Delphi 5上手七日谈程序代码之简易时钟-PAN future battles Delphi five corners to get started on the 7th code would simplify clock
Date : 2008-10-13 Size : 138.82kb User : 马龙

自动由汉字生成对应汉字汉语拼音的Delphi代码程序-automatically generated by the Chinese counterpart Chinese pinyin system of Delphi code procedures
Date : 2008-10-13 Size : 244.66kb User : YOUTHINTER

DL : 0
打足球小游戏,利用Delphi编写,含源码!-playing soccer games, the use of Delphi, with source code!
Date : 2008-10-13 Size : 191.26kb User : ss

DL : 0
Delphi 软件注册演示(源代码)-Delphi Software Registration demonstration (source code)
Date : 2008-10-13 Size : 341.57kb User : 开心

DL : 0
一个魔兽木成生成器的源代码(DELPHI编写),包括木马程序和生成程序两部份,是一个值得学习的另类源码-Warcraft wood into a generation of source code (DELPHI prepared), including Trojan program and generate some two procedures is a worthy alternative source of learning
Date : 2008-10-13 Size : 1.35mb User : 周逸梦

Calculating Time Difference 计算时间的差异的delphi源代码-Calculating Time Difference calculate time differences in the source code delphi
Date : 2008-10-13 Size : 1.42kb User : 李鹏

DL : 0
一个用delphi写的基于bp网络逼近函数的方法的源程序,程序提供的逼近函数包括:sin(x)*exp(-x)、sin(x)/x\\1/(1+exp(-x))、(1-exp(-x))/(1+exp(-x))、阶跃、高斯。~..~ -with a written bp - based networks function approximation of the original source code. procedures for the approximation functions include : sin (x) * exp (-x), sin (x) / x \\ 1 / (1 exp (-x)), (1 - exp (-x)) / (1 exp (-x)), Step, Gaussian. ~ ~ ..
Date : 2008-10-13 Size : 300.96kb User : q024100404

DL : 0
用于对目前流行的几乎所有编程工具所编写的程序进行代码统计, 分析出程序中的代码行、注释行、空白行的行数和比例,软件支 持VC++、C++Builder、Delphi、VB、C/C++、ASM、Java等程序类型。 软件拥有非常漂亮的界面和 强大的智能化统计功能,编程必备工具。-for almost all popular programming tools produced by the procedure code statistics, the analysis procedure code OK, OK Notes, the blank line number and proportion of firms, software support, VC, C Builder, Delphi, VB, C / C, ASM, Java and other types of procedures. The software has a very nice interface and powerful intelligent statistical functions, essential programming tools.
Date : 2008-10-13 Size : 398.01kb User : wangxing

DL : 0
我自已经定的实现注册的代码。用delphi写的,有实例 -I have since the implementation of the registration code. Delphi was using the examples
Date : 2008-10-13 Size : 297.47kb User : dssdf

DL : 0
这是一个Microsoft Script Control控件的一个例子。参照一个Delphi版本的源代码改写,想在C++ builder 中使用该控件的朋友可以参考一下。-This is a Microsoft Script Control Control is a case in point. Delphi reference to a version of the source code rewritten to the C + + builder use the controls you can take a look.
Date : 2008-10-13 Size : 580.33kb User : 龚欣

DL : 0
能够实现15身份证号码到18位身份证号码的转换的小程序,Delphi源码,可将其应用到你的程序中。-identity to achieve 15 to 18 numbers and identity card numbers of small change procedures, Delphi source code can be applied to your process.
Date : 2008-10-13 Size : 10.73kb User : 老疙瘩

DL : 0
delphi下面转换big5-gb的源代码,很简单!-delphi conversion big5 - gb the source code is very simple!
Date : 2008-10-13 Size : 66.14kb User : lsjsoft

DL : 0
利用Delphi的代码在VC中显示JPG图片,不使用动态连接库-using Delphi code in VC show JPG picture, the non-use of Dynamic Link Library
Date : 2008-10-13 Size : 102.94kb User : benpaomf

V2Packer code by tt.t with almost pure delphi first build @ 2006.4.15 看到過許多別人寫的殼,大多是asm,也有的是c。早就想試一試用比較“純”的delphi 寫會是什麼樣子,於是就有了V2Packer。 V2Packer斷斷續續寫了半個月的時間,資源部分代碼寫的很垃圾,只算是能用。PEAnalyst類 由於改變了思路,去掉了一些東西,現在成了PEHeader類的再包裝。 代碼中的{$INCLUDE DePack.pas }是因為d6的ide不支持代碼摺疊,就把一些代碼移到了 單獨的單元。 DePack.pas中用了一個非常簡單而且不安全的anti-debug trick,很可能有危險,不過 姑且放在那裡吧。 代碼中肯定有bug,不過測試中沒發現大問題,作為自娛自樂的產物就算說得過去了。 程序寫的思路比較清晰,如果對感興趣,可以從DoPack函數看起。 希望能對為數不多的用delphi寫這累東西的初學者有一些幫助。 !請不要將這些代碼用於非法用途!-V2Packer code by tt.t with almost pure delp hi first build@2006.4.15 seen many people write the carcasses, mostly asm2. c while others. Had long ago wanted to try a more "pure" delphi write what is, so there will be a V2Packer. V2Packer write off half of the time and resources of the code is written rubbish is only can be used. PEAnalyst category owing to a change in the thinking and get rid of some stuff PEHeader now become a kind of repackaging. The code () $ INCLUDE DePack.pas because d6, B3 does not support the ide code folding , put some code moved to a separate unit. DePack.pas using a very simple and insecure anti-debug trick , it is very likely it is dangerous, but to give it on there. I am sure that code bug, but tests found no major problems, as the product even enterta
Date : 2008-10-13 Size : 513.95kb User : 大可

DL : 0
说明:将 Delphi Object Pascal 源码排列整齐的工具的源代码 ( 2.0 版,相当於适用於 Delphi 2.0~5.0 专家版本 2.2.3 版 DELFOREX.ZIP ) -Note : Delphi Object Pascal source tools neatly arranged that the source code (version 2.0, equivalent to 2.0 to 5.0 Delphi experts DELFOREX.ZIP Edition version 2.2.3)
Date : 2008-10-13 Size : 343.58kb User : yxl

这是一个DELPHI的代码编辑器控件,支持代码着色,十分方便,我一直在用它.-DELPHI code editor controls, code coloring support, which is very convenient, I have been using it.
Date : 2008-10-13 Size : 437.89kb User : 李刚

一个DELPHI编写的打印标签的小程序,简单实用,有源代码,大家可以下载看看!-a print prepared by the labeling of procedures, simple and practical, active code, we can look at the download!
Date : 2008-10-13 Size : 774.39kb User : 谢德华
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.