Location:
Search - TThread
Search list
Description: 利用DELPHI下标准的多线程类TThread来完成我们的多线程设计-use under standard multithreaded category TThread to complete our multithreaded design
Platform: |
Size: 5124 |
Author: 黄区 |
Hits:
Description: 利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
Platform: |
Size: 3512 |
Author: 黄区 |
Hits:
Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。
Platform: |
Size: 907768 |
Author: 王英杰 |
Hits:
Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额外封装了一个 THTTPtask 类,该类是基于 INDY9 的 IDHTTP 进一步封装而成,并使用了一个第3方的压缩处理库,使 THTTPtask 如同浏览器那样,完全支持 GZIP,令你编写强大的 HTTP 多线程应用变的得心应手。
Platform: |
Size: 520996 |
Author: 梁超 |
Hits:
Description: linux线程例子
Platform: |
Size: 17612 |
Author: 郭强 |
Hits:
Description: delphi 源码,自动下载mp3.baidu.com 的分类音乐(top100...),使用了idhttp下载,正则表达式分析下载链接。Tthread实现多线程下载。
Platform: |
Size: 557308 |
Author: wgm |
Hits:
Description: linux线程例子-linux thread example
Platform: |
Size: 17408 |
Author: 郭强 |
Hits:
Description: 利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
Platform: |
Size: 3072 |
Author: 黄区 |
Hits:
Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。-err
Platform: |
Size: 944128 |
Author: 王英杰 |
Hits:
Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额外封装了一个 THTTPtask 类,该类是基于 INDY9 的 IDHTTP 进一步封装而成,并使用了一个第3方的压缩处理库,使 THTTPtask 如同浏览器那样,完全支持 GZIP,令你编写强大的 HTTP 多线程应用变的得心应手。 -err
Platform: |
Size: 521216 |
Author: 梁超 |
Hits:
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:
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:
Description: 基于windows API来实现的一个Thread类,参考了VCL里的TThread-An implementation of Thread class based on windows API. Reference TThread of VCL
Platform: |
Size: 1024 |
Author: 老杨 |
Hits:
Description: 使用多线程API创建线程来获取网页源代码。而不使用TThread。-ThreadWebGet
Platform: |
Size: 2048 |
Author: 方义 |
Hits:
Description: 多线程。包括建立并挂起线程,唤醒并继续线程,单独的挂起线程。时间控件控制循环。-Thread
Platform: |
Size: 169984 |
Author: gh |
Hits:
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:
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:
Description: 使用Delphi自带的TThread类实现多线程使用-User Delphi TThread class Multi-thread
Platform: |
Size: 311296 |
Author: 郭华伟 |
Hits:
Description: Delphi线程例子,简单的接受了线程的应用-Delphi TThread Example
Platform: |
Size: 169984 |
Author: yy |
Hits:
Description: DELPHI TThread 类的示例附多线程类示例带进度条 示例-DELPHI TThread class example with class example with multi-threaded progress bar example
Platform: |
Size: 181248 |
Author: huang |
Hits: