CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - threadpool

搜索资源列表

  1. ThreadPool

    0下载:
  2. 本例是win32写的一个线程池的简单示例,对线程池的理解以及封装会有很大帮助,有需要的可以下载学习下。VS2008可直接打开运行。-This example is a simple example, win32 write a thread pool thread pool there will be a great help in understanding and package need can download learning. The VS2008 can directly open
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:8688
    • 提供者:张杰
  1. threadpool-0.2.src

    0下载:
  2. 因为一般系统频繁的创建、销毁线程,对于系统是一笔不小的开支;对于这种频繁创建线程的情况,采用线程池,每次在需要创建线程的时候,我们只要从线程池中分配一个给他就行,用完之后还给线程池,这样就能大大节省不必要的资源消耗;缓冲池的话,主要是为了提高程序的运行速度,每次从池中取数据,远远快于其它获取数据的速度。-Frequent because of the general system to create, destroy threads, the system is not a small sum
  3. 所属分类:Driver develop

    • 发布日期:2017-11-12
    • 文件大小:5209764
    • 提供者:jack
  1. threadpool

    0下载:
  2. linux 多进程 模拟 纸牌游戏, 人工智能算法, 进程间的通讯, 链 表的 设计和 实 现。 -The analog routing algorithm of network programming
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:198084
    • 提供者:huy
  1. threadpool

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

    • 发布日期:2017-12-05
    • 文件大小:252159
    • 提供者:陈小明
  1. threadpool

    0下载:
  2. 高性能可扩展伸缩的线程池,是开发服务器的首选-High-performance scalable scalable thread pool, preferred development server
  3. 所属分类:Linux Network

    • 发布日期:2017-12-04
    • 文件大小:6305
    • 提供者:jack
  1. NetThreadPool

    0下载:
  2. 模仿.Net+ThreadPool的线程池控件,不错的东西-Imitate the Net+ThreadPool thread pool control, a good thing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:250819
    • 提供者:zqycn
  1. qthreadpool

    0下载:
  2. QThread wrapper, provides synchronizitaion against a ThreadPool for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:4918
    • 提供者:vaotengkang
  1. ThreadPool

    0下载:
  2. Entry point for each worker thread.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:3773
    • 提供者:qenpezei
  1. ThreadPool

    0下载:
  2. C++写的linux线程库,有线程异常捕获处理,线程池负载均衡等实现。厦门智构网络科技有限公司线程池雏形-C++ written linux thread library, a thread exception trap handler, the thread pool to achieve load balancing. Network Technology Co., Ltd. Xiamen intellectual construct prototype thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:54551
    • 提供者:hdave
  1. ThreadPool

    0下载:
  2. 利用c#编程的线程池类库,包含有多个线程实例类-C# programming using the thread pool class library contains multiple threads instance class
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:38042
    • 提供者:黄叶
  1. threadpool

    0下载:
  2. 易用的thread pool系统,通过继承线程基类对象,使对象具备在动态分配的线程池中运行的能力。-thread pool system
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:7484
    • 提供者:frank
  1. ThreadPool

    0下载:
  2. python实现的简易线程池,包括对池的管理,线程的调度等-python simple thread pool implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3227
    • 提供者:dieslrae
  1. ThreadPool1.2

    0下载:
  2. threadpool类封装,里面有一些bug,大家使用的时候要先调试好哦!-threadpool type of packaging, there are some bug, when the first people to use debugging Ay!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:107487
    • 提供者:chenlidong
  1. ThreadPool

    0下载:
  2. Thread Pool Source Code for Andriod.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:lunkenhun
  1. ThreadPool-master

    0下载:
  2. c++线程池很清晰的写出了用法,是入门的好材料-c++ thread pool usage write very clear, is a good entry materials
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2660
    • 提供者:sagius
  1. threadpool

    1下载:
  2. linux下线程池的实现,能够实现多任务操作,不用频繁创建-The Linux thread pool, no test
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:74129
    • 提供者:杨清柳
  1. threadPool.tar

    0下载:
  2. 如何构建一个简单的线程池,要点:线程池的构建,互斥锁与条件变量的使用-how to build a thread pool
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1530
    • 提供者:张牌
  1. threadpool

    0下载:
  2. 自己项目的线程池代码,适用于j2me系统,绝对好用-Thread pool code yourself project for j2me system, the absolute ease
  3. 所属分类:J2ME

    • 发布日期:2017-04-14
    • 文件大小:3837
    • 提供者:陈晨
  1. 3

    0下载:
  2. 线程池ThreadPool:文中通过实例解说了线程池的优缺点,及其运用的情景-Thread pool ThreadPool: text commentary by examples of the advantages and disadvantages of the thread pool, and the use of scenarios
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:24668
    • 提供者:赵美丽
  1. ThreadPool

    0下载:
  2. Thread Pool Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:870
    • 提供者:yunuicou
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com