CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dcu to pas

搜索资源列表

  1. DelphiZLib.123

    1下载:
  2. The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:187.24kb
    • 提供者:江焱风
  1. modbusfordelphi

    0下载:
  2. delphi串口modbus源码,modbus.pas 注:缺少pcomm.dcu文件,使用者将pcomm.dcu拷贝至工程文件夹中即可-delphi serial modbus connection source, modbus.pas Note : pcomm.dcu lack of documentation, users will pcomm.dcu copy to the project folder can be
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2.26kb
    • 提供者:liubo
  1. booksour

    1下载:
  2. 编写,请注意使用的Delphi的版本。 问题一: 编译时,提示缺少以下文件之一: MPEGPLAYLib_TLB.dcr MPEGPLAYLib_TLB.dcu MPEGPLAYLib_TLB.pas 请按如下步骤执行: (1)copy talemp3.dat mp3play.ocx (2)选择Delphi的菜单Component->Import Activex Control->Add->Install 选择mp3play.ocx,然后打开 (3)del mp3play.oc
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:456.2kb
    • 提供者:王和
  1. delphizlib.125

    0下载:
  2. 此为ZLib最新版本1.2.5。原作是用C编写的,在VC++、BC++或C++Builder中自然很容易直接使用,对于Delphi开发者,虽然Delphi自带了ZLib的移植版本(zlib.pas),但版本为1.0.4,而且必须要使用Borland自己编译生成的zlib.dcu(当然,在完整版的光盘中包含了编译好的zlib库的.obj文件和c代码,后继版本修改了大量的bug,并较大幅度地提升了性能。-This is the latest version of ZLib 1.2.5. The or
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:242.12kb
    • 提供者:孙焘
  1. pngimage(delphi)

    6下载:
  2. pngimage for delphi,The component by default self integrates to TPicture class when included in the main unit uses clause
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:266.4kb
    • 提供者:lxx
  1. PeerToPeer

    2下载:
  2. Delphi的P2P源代码,能穿透防火墙建立UDP连接,能在两个不同的局域网中直接通信。-Delphi s P2P source code, can penetrate the firewall to establish UDP connection to two different LAN direct communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1.41mb
    • 提供者:netangels
  1. dcu

    0下载:
  2. dcu2pas 1.3源码。dcu2pas是一个反编译delphi的dcu文件获得经过修改可以再编译的pas文件的程序。程序对与dcu的破解与逆向,相当有帮助-dcu2pas 1.3 source code. dcu2pas is an anti-compile the delphi dcu file can be further modified to obtain compiled pas file. Procedures and dcu' s break with reverse,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:19.7kb
    • 提供者:shadow
  1. dcu32i_e

    0下载:
  2. This tools for convert dcu files in pas -This tools for convert dcu files in pas
  3. 所属分类:File Operate

    • 发布日期:2017-03-26
    • 文件大小:84.17kb
    • 提供者:NoneName
  1. MymeterfromPaintBox

    0下载:
  2. 本范例采用TPaintBox控件派生出仪表控件。 文件说明:PaintGrid.pas 网格型仪表控件源文件 Mymeter.pas 圆型仪表控件源文件 Project1是这两个控件的使用范例。 该范例可方便Delphi的控件开发初学者,对仪表 开发或对PaintBox的使用有学习需要的朋友。 控件的安装方法: 1.进入菜单->Component->install Component 2.[Browse..]控件的Pas或dcu文件. 3
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:339.16kb
    • 提供者:13859908
  1. prjFileChecker

    0下载:
  2. 大项目工程开发时,文件很多,有时会产生一些垃圾文件,有时想知道哪些dcu没有pas文件(团队开发时有时核心代码到开发人员手上就只有dcu 了),该工具让你一目了然,并可以安全删除垃圾文件。 对我自己有用,和大家分享一下。 稍加改进可以递归处理子目录。 -Sometimes,We have many files in a project,It can help you to find those files who are not necessary.
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:10.43kb
    • 提供者:
  1. DelphiZLib.125

    0下载:
  2. 此为ZLib最新版本1.2.5。原作是用C编写的,在VC++、BC++或C++Builder中自然很容易直接使用,对于Delphi开发者,虽然Delphi自带了ZLib的移植版本(zlib.pas),但版本为1.0.4,而且必须要使用Borland自己编译生成的zlib.dcu(当然,在完整版的光盘中包含了编译好的zlib库的.obj文件和c代码,后继版本修改了大量的bug,并较大幅度地提升了性能。 此源码为编译好适合Delphi的版本。-This is the latest version
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:169.76kb
    • 提供者:dylan
  1. delphidcu

    0下载:
  2. delphi的逆向反编译是个难题,引入本文一起探讨-this is a artile about dcu to pas
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:5.21kb
    • 提供者:wyjun
  1. HYPERLINK

    0下载:
  2. File list(Click to check if it s the file you need, and recomment it at the bottom): project1.exe 360.mdb webbrowser.dcu TTest.dcu Unit1.dcu superobject.pas superobject.dcu Project1.dproj Project1.dproj.local Unit2.dfm Unit2.pas Unit2.dcu Project1.id
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:17.85kb
    • 提供者:lijiang
  1. NewDcuToPas

    0下载:
  2. dcu to pas new version
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:405.64kb
    • 提供者:韓高山
  1. Delphi_108466

    0下载:
  2. Delphi:Delphi将数据库信息保存在Excel2000中,需要Excel2000.dcu文件,没有的话请自己在Delphi安装目录中查找,一般路径下有excel2000.pas ,把这个路径加入你的project/option/search path 中设置,或者拷贝到你的目录下。同时本程序还需要手动创建数据库信息。 -Delphi: Delphi Excel2000 information stored in the database, you need Excel2000.dcu
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6.77kb
    • 提供者:NK5HL6P
  1. DCU32INT

    0下载:
  2. PASCAL DCU TO PAS , DELPHI 10
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:267kb
    • 提供者:msautonet
搜珍网 www.dssz.com