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

搜索资源列表

  1. threadpool-0_2_4-src

    0下载:
  2. boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:69918
    • 提供者:txf
  1. threadpool_src

    0下载:
  2. 线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4230
    • 提供者:li
  1. RealMultiThreading

    0下载:
  2. 一个非常实用的真实的多线程操作类,使用了多线程和线程池的操作。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20927
    • 提供者:MyWisest
  1. test

    0下载:
  2. 多线程管理,进行线程池管理,此程序只是演示程序,思路简单。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5718
    • 提供者:线程
  1. CThreadModel

    0下载:
  2. 一个windows的多线程编程模型类,实现了线程池
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2947
    • 提供者:
  1. ThreadPool_server

    0下载:
  2. 线程池主要是针对线程的创建和销毁的系统开销问题,方法是利用一定数量的缓存的线程来缓解服务创建和销毁线程的开销。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:18598
    • 提供者:weiguian
  1. threadpool_src

    0下载:
  2. 一个印度人写的线程池的代码,有例子。。很实用
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33452
    • 提供者:梁海泉
  1. thread_pool

    0下载:
  2. windows线程池的实现,用c++封装了windows线程接口
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4813
    • 提供者:winos
  1. threadpool

    0下载:
  2. 一个简单的线程池管理程序,采用vc6.0 编程
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10748
    • 提供者:啦啦
  1. ThreadPool

    0下载:
  2. 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:42638
    • 提供者:豪戈
  1. TheadQueue.zip

    0下载:
  2. 使用命令模式和责任链模式以及STL优先级队列实现线程池,可以直接加入现在的任何程序,Responsibility for the use of chain of command model and STL model and the realization of priority queue thread pool, you can direct any proceedings to join now
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:364888
    • 提供者:蒋坤地
  1. threadpool

    0下载:
  2. 一个boost线程池,能够有效地减少内存碎片-A boost thread pool, which can effectively reduce the memory fragmentation
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:265220
    • 提供者:Robert
  1. uThreadPool

    1下载:
  2. 一个好用的delphi线程池,在自己的项目中用过,没有问题。-A nice delphi thread pool, used in their projects, no problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:7755
    • 提供者:sky jiang
  1. WinThreadPool

    0下载:
  2. windows环境下的线程池框架,实现了多线程的任务调度机制。-windows environment thread pool framework, windows environment, under the thread pool framework
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:14143
    • 提供者:吴歆
  1. ThreadPool_Demo

    0下载:
  2. Visual C++ 6.0实现线程池管理,值得学习一下。-visual C++ 6.0 thread pool demo,research
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:35743
    • 提供者:David
  1. objectthreadpool

    0下载:
  2. 面向对象的编程方式实现多线程池的一个实例,能够使初学者了解多线程开发原理-Object-oriented programming to achieve more than an instance of the thread pool, enabling beginners to understand the principle of multi-threaded development
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:3031
    • 提供者:phbest
  1. threadpool_src

    0下载:
  2. 线程池 多线程的管理threadpool.cpp threadpool.h-threadpool
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:28163
    • 提供者:fcy
  1. Multithreadedinstances

    0下载:
  2. 多线程实例.该实例主要是创建线程池,然后根据实际的需要,让线程执行各自的代码。-Multi-threaded instances. The key is to create an instance of the thread pool, and then the actual needs, let the thread implementation of their code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:89665
    • 提供者:deng
  1. threadpool

    0下载:
  2. 定义一个固定大小的线程池,工作函数直接从线程池里获取实现。-The definition of a fixed-size thread pool, work function, to obtain directly from the thread pool implementation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:2007
    • 提供者:shizhong
  1. sm

    0下载:
  2. 很好得多线程池的例子,有创建,和演示。值得下载-A good example of a much thread pool, there is creation, and presentation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:30807
    • 提供者:朝发羊
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com