CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - delphi 线程池

搜索资源列表

  1. ThreadPro

    3下载:
  2. ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:886.49kb
    • 提供者:王英杰
  1. 99koo_ThreadPro

    1下载:
  2. ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额外封装了一个 THTTPtask 类,该类是基于 INDY9
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:508.79kb
    • 提供者:梁超
  1. ThreadPro.rar

    0下载:
  2. Delphi中处理线程池的一个组件,非常好用.,Delphi deal with a component of the thread pool, very easy to use.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:388.9kb
    • 提供者:ok
  1. uThreadPool.rar

    0下载:
  2. DELPHI 线程池代码(uThreadPool.pas),uThreadPool.pas
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6.71kb
    • 提供者:王风修
  1. uThreadPool

    0下载:
  2. 一个delphi线程池的封装,希望对您有帮助。-A Delphi thread pool
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:6.71kb
    • 提供者:arjian
  1. 17738_quick_threadpool_compone

    0下载:
  2. delphi 社区提供的线程池的代码,附例,ThreadPool for delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:230.35kb
    • 提供者:彭沉冰
  1. DELPHIuThreadPool

    0下载:
  2. delphi 实现线程池的代码单元,希望对有这方面需要的朋友有所帮助-delphi realize the thread pool code modules, and they hope to have friends in this area needs help
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:7.48kb
    • 提供者:黄宇
  1. xiancheng

    0下载:
  2. DELPHI 高效线程池代码 DELPHI 高效线程池代码-DELPHI efficient thread pool thread pool code and efficient code for DELPHI
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6.94kb
    • 提供者:zhuye999
  1. TThreadPoolWriteFile

    1下载:
  2. 使用Delphi的线程池写入文件,并存放-Use Delphi' s thread pool written to the file, and store
  3. 所属分类:Delphi VCL

    • 发布日期:2015-04-13
    • 文件大小:22kb
    • 提供者:郭华伟
  1. threadpool

    0下载:
  2. delphi的线程池操作,用例是由1开始数数,数至规定数,线程结束时候会自动搜索后备队列中是否还有其他任务,直到任务全部完成。带有详细的日志记录功能,方便初学者学习。-delphi thread pool operation, use case 1 began to count, the number to the specified number, thread the end will automatically search the backlog, whether there are o
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-12
    • 文件大小:300.25kb
    • 提供者:王佳敏
  1. ADOConnectionPool

    0下载:
  2. Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 { *** *** *** *** *** *** *** *** *** * } { Descr iption : ADO连接池 } { Create Date : 2010-8-31 23:22:09 } { Modify Remark :2010-9-1 12:00:09 } {
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:1.64kb
    • 提供者:your name
  1. delphiADOPool

    0下载:
  2. Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 -Delphi done on the server side, if a connection is created for each request would be too resource intensive, while the use of a global connection that
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:1.63kb
    • 提供者:your name
  1. Delphi_387374

    0下载:
  2. Delphi:在Delphi中的xe2 业务对象池应用演示,用于业务对象池解决delphi线程业务对象创建释放内不彻底的问题。从对象池中取出一个业务类实例对象,把一个业务类实例对象放回对象池中,指定放入池中的业务类。 -Delphi: xe2 business object pooling in Delphi demo applications for business objects delphi thread pool to solve business objects created
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:90.08kb
    • 提供者:S44B8WW
  1. tthreadpool_class_with_demo.ZIP

    0下载:
  2. Delphi多线程控制,多线程池,含源码的Demo程序,非常具有参考价值-Delphi multithreaded control, multi-thread pool, including source code of Demo program, great reference value
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:4.79kb
    • 提供者:雨阳
搜珍网 www.dssz.com