登录
首页 » Delphi-C++Builder » Claimed to be the strongest in the universe delphi compilations, the original wo...

Claimed to be the strongest in the universe delphi compilations, the original wo...

于 2022-01-25 发布 文件大小:49.98 MB
0 181
下载积分: 2 下载次数: 1

代码说明:

号称是宇宙中最强的delphi合辑,下面是原话: ================================ Database Application : 查询数据库的最完美技巧 中文版 del6opr.chm: Delphi 6 的帮助文件 中文版 delphi6_function.chm Delphi 6 函数介绍 中文版 Essential_Pascal.chm 最完整的Object Pascal语言介绍 中文版 FastReportHelp.chm 拥有魔力的FastReport的帮助文件 中文版 IBlt0101B.Chm InterBase的经典问答资料文件 中文版 MySQLBook.chm MySQL的最详细帮助文件 中文版 ProgrammingWindows_tw.chm 地球上最有名、最受推崇、最多人使用并且从中受益的程式设计用书 当然也是中文版 -Claimed to be the strongest in the universe delphi compilations, the original words of the following: ================================ Database Application : query the database of the most perfect English skills del6opr.chm: Delphi 6 help documentation Chinese version delphi6_function.chm Delphi 6 introduced the Chinese version of the function Essential_Pascal.chm the most complete description of the Object Pascal language has a Chinese version of FastReportHelp.chm the help of magical FastReport IBlt0101B.Chm InterBase documentation Chinese version of the classic Q & A inf

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi...
    这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth core programming, we hope to help the development environment is delphi
    2022-02-02 17:49:08下载
    积分:1
  • Ebook
    Ebook - C++ Professional Programmers Handbook-Ebook- C++ Professional Programmers Handbook
    2022-01-30 10:45:09下载
    积分:1
  • Delphi7数据库开发教程,包含该书21套实例
    Delphi7数据库开发教程,包含该书21套实例-Delphi7 database development guides, the book contains 21 sets example
    2022-03-03 10:55:57下载
    积分:1
  • delphi中 move 的用法,很好的一篇文章。
    delphi中 move 的用法,很好的一篇文章。
    2022-03-26 04:09:23下载
    积分:1
  • Delphi
    数学算法,该书内所有程序的源码,Delphi程序-Delphi
    2022-04-10 10:55:17下载
    积分:1
  • Delphi技巧大全,学习DELPHI的值得一看的一本图书,快来看哦.
    Delphi技巧大全,学习DELPHI的值得一看的一本图书,快来看哦.-Delphi skills Daquan, the DELPHI study and visit the gallery a book, Come see oh.
    2023-01-07 23:20:02下载
    积分:1
  • Delphi interface programming skills, writing Word documents, a large number of i...
    Delphi界面编程技巧,Word文档书写,提供大量界面编程方面的技巧-Delphi interface programming skills, writing Word documents, a large number of interface programming skills
    2022-10-12 09:10:03下载
    积分:1
  • use development Serial Communication Control
    利用delphi开发串口通信的控件-use development Serial Communication Control
    2022-09-10 22:05:03下载
    积分:1
  • Delphi 6 Developer s Guide (Sams Developer s Guides) By Xavier Pacheco Publi...
    Delphi 6 Developer s Guide (Sams Developer s Guides) By Xavier Pacheco Publisher: Sams Number Of Pages: 1200 Publication Date: 2001-12-17 ISBN-10 / ASIN: 0672321157 ISBN-13 / EAN: 9780672321153 Borland(r) Delphi 6 Developer s Guide is a new edition of the #1 best-selling Delphi book by authors Steve Teixeira and Xavier Pacheco. Steve and Xavier are of the winners of the Delphi Informant Reader s Choice Award for both Delphi 4 Developer s Guide and Delphi 5 Developer s Guide. Borland(r) Delphi 6 Developer s Guide is completely updated for Delphi 6 and includes in-depth coverage on Borland s new CLX architecture, DBExpress Applications, SOAP, CORBA, WebSnap and BizSnap features. It continues as a complete reference and authoritative guide to the newest version of Delphi.-Delphi 6 Developer s Guide (Sams Developer s Guides) By Xavier Pacheco Publisher: Sams Number Of Pages: 1200 Publication Date: 2001-12-17 ISBN-10 / ASIN: 0672321157
    2022-04-16 05:52:59下载
    积分:1
  • Object Pascal is a high
    Object Pascal 是一种高级编译语言,具有强类型(对数据类型的检查非常严格)特性,支持结构化 和面向对象编程。它的优点包括代码的易读性、快速编译,以及支持多个单元文件从而实现模块化编程。 Object Pascal 具有一些特性以支持Borland 组件框架和RAD(快速应用程序开发)环境。在很大程 度上,本语言参考的说明和示例假定你使用Borland 公司的开发工具,如Delphi 和Kylix。 绝大多数使用Borland 开发工具的开发者是在IDE(集成开发环境)环境下编写代码并进行编译。 Borland 开发工具帮助我们设置工程和源文件的许多细节,比如维护单元的依赖信息。并且,使用这些工 具在程序的组织上还有一些限制,严格说来,这不是Object Pascal 语言规范的一部分。比如,Borland 开发工具遵循某些文件和程序的命名约定,若你在IDE 以外编写代码并使用命令行来编译,你可以避开 这些限制。 这些帮助主题假设你在IDE 环境下工作,并且使用VCL(可视化组件库)和/或 CLX(跨平台组件 库)创建应用程序。但有时候,Borland 一些特定的规则和Object Pascal 的通用规则并不相同。-Object Pascal is a high-level language compiler, strong type (of the types of data very strict inspection) features, structured and object-oriented programming. Its advantages include code readability, fast compiler, and documentation to support a number of modules to achieve modular programming. Object Pascal has some characteristics of components in support of Borland framework and RAD (Rapid should development of procedures) environment. To a large ex
    2022-04-06 21:19:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载