搜索资源列表
IoSocket_Sample
- 一个采用汇编线程池实现的Socket完成端口编程例程。-a compilation Thread Pool used to achieve the complete port Socket programming routines.
网络游戏线程池模型
- <VC++网络游戏建摸与实现>源代码-lt; VC network games modeling and implementation gt; Source code
ThreadPool
- 线程池的实现代码
SmartThreadPool_11
- 线程池实例,1.1版本,用于代替.net自带线程池
ThreadPro
- ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。
99koo_ThreadPro
- ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额外封装了一个 THTTPtask 类,该类是基于 INDY9
ThreadPro.rar
- Delphi中处理线程池的一个组件,非常好用.,Delphi deal with a component of the thread pool, very easy to use.
uThreadPool.rar
- DELPHI 线程池代码(uThreadPool.pas),uThreadPool.pas
uThreadPool
- 一个delphi线程池的封装,希望对您有帮助。-A Delphi thread pool
17738_quick_threadpool_compone
- delphi 社区提供的线程池的代码,附例,ThreadPool for delphi
DELPHIuThreadPool
- delphi 实现线程池的代码单元,希望对有这方面需要的朋友有所帮助-delphi realize the thread pool code modules, and they hope to have friends in this area needs help
xiancheng
- DELPHI 高效线程池代码 DELPHI 高效线程池代码-DELPHI efficient thread pool thread pool code and efficient code for DELPHI
lib_trhead_pool
- c封装的线程池库,并且包含简单高效的内存池.代码接口逻辑清晰,且高效稳定-c package thread pool library, and includes a simple and efficient memory pool. code interface logic, clarity, and the highly efficient and stable ...
101ASPNETSamples
- 101升C样品高级-多线程-如何对异步调用高级- 远程处理-如何对TCP远程高级-序列化-如何对高级序列化对象。NET框架- Windows服务高级相互作用。NET框架-设为Win32 API调用高级。 NET框架(GDI +)的-动画与GDI +高级的。NET Framework(GDI +)的-创建一个屏幕保护程序与GDI +高级的。NET Framework(GDI +)的-使用GDI +来操作图像先进的。NET Framework(GDI +)的-工作与GDI +刷高级。网框架(GDI
TThreadPoolWriteFile
- 使用Delphi的线程池写入文件,并存放-Use Delphi' s thread pool written to the file, and store
dailicaiji
- 多线程IP代理采集 线程池验证 两M网速 采集一千IP两秒 验证10秒左右-Multi-threaded IP agent acquisition speed of the thread pool to verify two M collect 1000 IP two seconds to about 10 seconds to verify
threadpool
- 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
EThread
- 易语言使用多线程和线程池例程,带有一个采集源码,内附支持库-Easy language to use multi-threading and thread pool routine with a collection source, enclosing the support library
Multi-threaded-operating-modules
- 多线程操作模块,包括锁和线程池(非IOCP)-Multi-threaded operating modules, including lock and thread pools (IOCP)
多线程池
- 实现多线程进度、生命周期等统一管理。对于对线程感兴趣的同学,值得学习的好例子哦。