-
Claimed to be the strongest in the universe delphi compilations, the original wo...
号称是宇宙中最强的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
- 2022-01-25 18:10:17下载
- 积分:1
-
其实是delphi函数大全呀,对程序员有参考价值
其实是delphi函数大全呀,对程序员有参考价值-function Daquan ah, the right programmer reference value
- 2022-06-18 15:43:39下载
- 积分:1
-
this series is my usual collection of pascal
这一系列是我平时收集的pascal深入核心变成,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth into the core, we hope to help the development environment is delphi
- 2022-06-29 22:00:10下载
- 积分:1
-
The Internet allows computers thousands of miles apart to exchange information t...
The Internet allows computers thousands of miles apart to exchange information through programs such as Web browsers, and nearly all of these programs gain access to network communication services through the sockets programming interface. TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills needed to quickly develop sophisticated and powerful web-based applications. Written by two experienced networking instructors, the book s focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. Programming concepts are introduced through simple, real-world examples, and are accompanied by line-by-line code commentary that describes the purpose of each part of the program. The book s companion website also contains myriad employable examples of command-based source code discussed throughout the text
- 2022-02-16 09:55:09下载
- 积分:1
-
凌阳8202r 071217方面o3.rar
SUNPLUS 8202R 071217 PART O3.RAR
- 2022-03-24 18:46:21下载
- 积分:1
-
Serial from the envision source
Serial from the envision source
- 2022-06-02 21:07:48下载
- 积分:1
-
从事编程的时间已经有几年了,从在学校的小打小闹的编程到现在的在专
门的从事电脑编程的软件公司工作已经有几年了,感慨万千,这中间有过许许多多的...
从事编程的时间已经有几年了,从在学校的小打小闹的编程到现在的在专
门的从事电脑编程的软件公司工作已经有几年了,感慨万千,这中间有过许许多多的
酸甜苦辣,以及有着许许多多的不眠之夜,在此我首先感谢我的朋友们对我的支持,
谢谢你们,同时还要谢谢那些老前辈留下的那些技巧,在我每次面对问题要解决的时
候,是你们辛苦地摸索出来的东西让我豁然开朗,问题迎刃而解.
写这些东西的缘由说来也颇为简单,因为自己觉的有很多的技巧应该与大
家分享,同时也希望我平常所收集的以及我的个人心得能帮助所有编程序的人员 ,
能将我写的这个东西成为你编程的宝典,由于是我第一次做这样的东西,难免会有这
样或是那样的不足之处,还请广大朋友指正. 由于技巧不断的更新 , 所以这个东西也
要不断的更新,我第一次首先尝试制作有关Delphi的技巧,由于我现在用的是她,所以
先写Delphi的技巧,其他的诸如VB、VC的技巧等我整理以后再进行制作,还希望广
大的网友多多支持。-Programming time has been engaged for several years, chipping away from the school of programming to the current in the tertiary
The door in computer programming, software company, has been for several years, and filled with emotion, which had many of the middle
Ups and downs, as well as with many sleepless nights, and I begin to thank my friends for their support,
Thank you, thank you to those old-timers while also leaving those skills in every time I face the problem to be solved when the
Hou, yes you have worked hard to
- 2022-05-06 05:27:49下载
- 积分:1
-
Delphi7程序设计技巧与实例,请使用winrar3.1版本…
Delphi7程序设计技巧与实例,请用winrar3.1以上版本解压。-Delphi7 program design techniques and examples, please use winrar3.1 versions of decompression.
- 2022-02-15 05:05:58下载
- 积分: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
-
News reader source code for Windows in Delphi, open source.
News reader source code for Windows in Delphi, open source.
- 2022-04-24 00:14:28下载
- 积分:1