Welcome![Sign In][Sign Up]
Location:
Search - delphi TThread

Search list

[Process-ThreadDELPHI下的多线程程序设计1

Description: 利用DELPHI下标准的多线程类TThread来完成我们的多线程设计-use under standard multithreaded category TThread to complete our multithreaded design
Platform: | Size: 5124 | Author: 黄区 | Hits:

[Process-ThreadDELPHI下的多线程程序设计2

Description: 利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
Platform: | Size: 3512 | Author: 黄区 | Hits:

[Delphi VCLThreadPro

Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。
Platform: | Size: 907768 | Author: 王英杰 | Hits:

[Delphi VCL99koo_ThreadPro

Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额外封装了一个 THTTPtask 类,该类是基于 INDY9 的 IDHTTP 进一步封装而成,并使用了一个第3方的压缩处理库,使 THTTPtask 如同浏览器那样,完全支持 GZIP,令你编写强大的 HTTP 多线程应用变的得心应手。
Platform: | Size: 520996 | Author: 梁超 | Hits:

[WinSock-NDISbaidump3

Description: delphi 源码,自动下载mp3.baidu.com 的分类音乐(top100...),使用了idhttp下载,正则表达式分析下载链接。Tthread实现多线程下载。
Platform: | Size: 557308 | Author: wgm | Hits:

[Process-ThreadDELPHI下的多线程程序设计2

Description: 利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
Platform: | Size: 3072 | Author: 黄区 | Hits:

[Delphi VCLThreadPro

Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。-err
Platform: | Size: 944128 | Author: 王英杰 | Hits:

[Delphi VCL99koo_ThreadPro

Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额外封装了一个 THTTPtask 类,该类是基于 INDY9 的 IDHTTP 进一步封装而成,并使用了一个第3方的压缩处理库,使 THTTPtask 如同浏览器那样,完全支持 GZIP,令你编写强大的 HTTP 多线程应用变的得心应手。 -err
Platform: | Size: 521216 | Author: 梁超 | Hits:

[Internet-Networkbaidump3

Description: delphi 源码,自动下载mp3.baidu.com 的分类音乐(top100...),使用了idhttp下载,正则表达式分析下载链接。Tthread实现多线程下载。-delphi source code, automatically downloaded music mp3.baidu.com classification (top100. ..), the use of idhttp download Regular Expression Analysis of the download link. TThread realization of multi-threaded download.
Platform: | Size: 557056 | Author: wgm | Hits:

[Windows DevelopSpCommVersion2.5

Description: omm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from, and one for writing to a Comm Port.-omm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for readingfrom, and one for writing to a Comm Port.
Platform: | Size: 70656 | Author: 周三 | Hits:

[Process-ThreadThreadWebGet

Description: 使用多线程API创建线程来获取网页源代码。而不使用TThread。-ThreadWebGet
Platform: | Size: 2048 | Author: 方义 | Hits:

[Delphi VCLTThread

Description: 多线程。包括建立并挂起线程,唤醒并继续线程,单独的挂起线程。时间控件控制循环。-Thread
Platform: | Size: 169984 | Author: gh | Hits:

[Windows DevelopSockets

Description: This a HEAVILY optimized version of Borland s ScktComp unit.It works in exactly the same fashion and supports all of it s Win32 functionality except using only 10 of the original vcl overhead. Also included is a TList, TStream and TThread class. for console applications you should make an object to contain your methods for socket events. Refer to the delphi help file for information about each of the different socket events! Example program(22 KB compilied with Delphi 6)-This is a HEAVILY optimized version of Borland s ScktComp unit.It works in exactly the same fashion and supports all of it s Win32 functionality except using only 10 of the original vcl overhead. Also included is a TList, TStream and TThread class. for console applications you should make an object to contain your methods for socket events. Refer to the delphi help file for information about each of the different socket events! Example program(22 KB compilied with Delphi 6)
Platform: | Size: 15360 | Author: UnNamed053 | Hits:

[Delphi VCLourdev_320222

Description: SPcomm控件源代码 Version 1.00 Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from, and one for writing to a Comm Port.-SPcomm control the source code Version 1.00 Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi ' TThread' class. It is implemented using two threads: one for reading from, and one for writing to a Comm Port.
Platform: | Size: 27648 | Author: 彭博 | Hits:

[Delphi VCLUserTThread

Description: 使用Delphi自带的TThread类实现多线程使用-User Delphi TThread class Multi-thread
Platform: | Size: 311296 | Author: 郭华伟 | Hits:

[Delphi VCLTThread-Demo

Description: Delphi线程例子,简单的接受了线程的应用-Delphi TThread Example
Platform: | Size: 169984 | Author: yy | Hits:

[Process-ThreadDELPHI-TThread-DEMO.RAR

Description: DELPHI TThread 类的示例附多线程类示例带进度条 示例-DELPHI TThread class example with class example with multi-threaded progress bar example
Platform: | Size: 181248 | Author: huang | Hits:

[Software EngineeringDelphi-multi-threaded-programming

Description: Delphi多线程的编程 多线程的基本概念 Tthread 对象的主要方法 线程应用的简单例子 常用的API 函数 线程的终止和退出 线程的优先级 在数据库中使用多线程 多线程的同步机制 利用Windows的API 实现同步-The main method thread of basic the concept Tthread objects in Delphi multi-threaded programming multithreaded applications simple example of common API functions thread to terminate and exit the thread priority of multi-threaded multi-thread synchronization mechanism used in the database using the Windows API to synchronize
Platform: | Size: 15360 | Author: 长林 | Hits:

[CommunicationSPCOMM

Description: Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from, and one for writing to a Comm Port. It probably needs to be implemented as a single thread for read/write operations if it is needed for any synchronisation functions (such as file-transfer algorithms).-Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi ' TThread' class. It is implemented using two threads: one for reading from, and one for writing to a Comm Port. It probably needs to be implemented as a single thread for read/write operations if it is needed for any synchronisation functions (such as file-transfer algorithms).
Platform: | Size: 44032 | Author: 李稍 | Hits:

[ADO-ODBCdelphi-thread-ado

Description: 在一个多线程的应用程序中创建一个TThread的后子类代表一个线程。每一新子类的TThread对象的实例是一个新的线程。从TThread派生的多线程实例可以构成Delphi的多线程应用程序。 -Create a TThread in a multi-threaded application on behalf of a thread after a subclass. Examples of each new subclass TThread object is a new thread. Derived TThread instances can constitute Delphi multithreaded multithreaded applications.
Platform: | Size: 324608 | Author: lwj | Hits:

CodeBus www.codebus.net