搜索资源列表
DELPHI下的多线程程序设计1
- 利用DELPHI下标准的多线程类TThread来完成我们的多线程设计-use under standard multithreaded category TThread to complete our multithreaded design
DELPHI下的多线程程序设计2
- 利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
谈谈Delphi中的类和对象
- 说到类和对象,我们不能不提及这样几个概念:类,对象,实例。就我个人觉得可 以这样来理解:对象指的是泛称,自然界的任何实体都可以看成一个对象;而类则是 以这些对象某些特征而分成的一系列的种类;实例则是特指属于某一个类的一个对象-said classes and objects, we can not fail to mention the following concepts : type, object, examples. I personally think that this can be
如何跨单元跨类地访问Delphi类的私有域
- 如何跨单元跨类地访问Delphi类的私有域-how inter-unit cross-category to category visit Delphi's private domain
Delphi-leikuchaxunchidian
- 《Delphi类库查询辞典》范例文件200个-"Delphi Class inquiries Dictionary," 200 examples of documents
delphi iocp 类库
- 强大的使用delphi写的iocp类库, 支持线程池, TCP 和UDP 文件传输
Delphi 的RTTI机制浅探
- RTTI(Run-Time Type Information) 翻译过来的名称是“运行期类型信息”,也就是说可以在运行期获得数据类型或类(class)的信息。
QQ-IM_P2P即时通讯类QQ聊天软件IM源代码
- QQ-IM_P2P即时通讯类QQ聊天软件IM源代码_delphi,即时通讯软件,类似于QQ软件,界面非常漂亮,由于组件太大,无法上传,请自行百度下载组件,QQ-IM_P2P
Delphi-HttpProxy.rar
- 此代码由网上的Http Proxy修正而来。网上流传的Delphi版HttpProxy存在着很多问题,基本访问大部分网站都存在着各种各样问题。 该 代码在前人的基础上,进行了多处修正,基本解决了大部分问题,目前已可正常使用。 修正说明 : 1.重新封装Proxy类 2.修改正访问youhu之类的网站不正常的问题。 3.修正多处内存泄漏和资源释放错误 4.数据同步问题。,This code consists of amendments to come onl
DELPHI-7-Programming-Beginners
- 1文件的新建与保存;2基本控件的实用;3对窗口与界面的设计应用;4对操作系统的开发;5制作对话框;6制作显示类应用程序;7对文件操作的开发;8数据库;9制作报表;10编程语句;11制作图形-A new file and save 2 basic control utility 3 on the window and interface design and application 4 on the operating system development 5 production of
Delphi
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
CFreport
- 权限设计(含基类、Fastreport报表)-Design authority
delphi-class
- 主要讲解类方法调用的一个实例,适合中级学习人士参考。-Mainly to explain an instance of class method calls, suitable for intermediate learners to reference.
Delphi-Container-Library
- 常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use, fast. One of the frequently-u
DELPHI-TThread-DEMO.RAR
- DELPHI TThread 类的示例附多线程类示例带进度条 示例-DELPHI TThread class example with class example with multi-threaded progress bar example
Delphi入门
- 资料类参考书,开发参考书,个人认为比较实用的一本入门材料(Data category reference book, the development of reference books, personally think that a more practical entry materials)
类QQ实现代码
- 详细说明:即时通讯P2P聊天软件(全部源码)Delphi(Instant messaging, P2P chat software (all source code), Delphi)
delphi_二维码QRCODE_生成类及使用示例
- delphi Xe实现二维码图开发详细示例程序含源码 无病毒无*(Delphi Xe implementation of two-dimensional code diagram development detailed sample program containing source free virus free Trojan horse)
Delphi IPv6 socket控件
- 对Delphi类TServerSocket和TClientSocket做了修改,增加IPv6协议支持。 修改后的类名为TIPV6ServerSocket和TIPV6ClientSocket。 使用方法与原类一致,仅需要在激活Socket前设置一下IPVer属性。