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

搜索资源列表

  1. ThreadPool

    0下载:
  2. api线程池代码 materials provided with the distribution.- materials provided with the distribution.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:50746
    • 提供者:yangyufeng
  1. SH.tar

    0下载:
  2. 线程池 呵呵,我觉得你们都蛮历害的,都可以独挡一面了-des
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1604015
    • 提供者:徐卫东
  1. TestSyncObj

    0下载:
  2. 代码中包含同步对象和线程池的设计,在设计的过程中考虑了跨平台性、复用性和易用性,里面包含了类UML图。-Code includes synchronization objects and thread pool design consideration in the design process of cross-platform, reusability and ease of use, which contains the class UML diagram.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:73893
    • 提供者:WangLi
  1. ThreedPool

    0下载:
  2. windows操作系统下的线程池功能模拟,可以实线简单的线程池功能-The Threed Pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3288016
    • 提供者:cuijianlei
  1. ThreadPool

    0下载:
  2. 一个好用的线程池管理类。。 不错的哦 是-A nice thread pool management class. . Yes, oh yes
  3. 所属分类:Process-Thread

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

    0下载:
  2. 线程池管理,可根据需要调整线程池的大小,增加程序运行效率。-Thread pool management can be adjusted according to the size of the thread pool to increase the efficiency of procedures.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:2717
    • 提供者:
  1. threadpool

    0下载:
  2. 线程池,移植性高,工作效率高,非常强大,线程池,移植性高,工作效率高,非常强大。-thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:5846
    • 提供者:兴东
  1. smartthreadpool

    0下载:
  2. 线程池。检查线程数的动态变化;取消工作项目;-A smart Thread Pool implementatio in .NET.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:593331
    • 提供者:yaoyao
  1. uThreadPool

    0下载:
  2. 一个非常好用的线程池uThreadPool -一个非常好用的线程池uThreadPool
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:7653
    • 提供者:chengang
  1. ThreadBool

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

    • 发布日期:2017-04-08
    • 文件大小:182919
    • 提供者:lavey
  1. Win32MultithreadedProgramming(perfectVersion)

    0下载:
  2. Win32多线程程序设计(完美版)凡是 C/C++ 程序开发人员,并有 Windows 程序设计经验企图对线程、线程池、线程同步、核心对象、overlapped I/O完成端口等等 in Win32获得更坚实之认识者,本书就是针对你们而写的。-Win32 Multithreaded Programming (perfect version) Any C/C++ application developers, and Windows programming experience in an att
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2746467
    • 提供者:野火冉冉
  1. ASimpleMemorypool

    0下载:
  2. 一个简单的线程池代码,具体可以下载后看,代码不多。模式借鉴了indy的池模式。-A simple thread pool code, you can download the specific look, the code is small. Model draws on indy pool model.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2737
    • 提供者:小张
  1. a-multiThread-Model

    0下载:
  2. 一个多线程编程模型,用于MFC的的后台设计。其包含一个线程池。-A multi-threaded programming model, the background for the design of MFC. It contains a thread pool.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3903066
    • 提供者:xxx
  1. ThreadPool

    0下载:
  2. 线程池,学习线程池可以参考,比较有研究价值。。。 -Thread pool, thread pool can refer to the study, compared with research value. . .
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:43156
    • 提供者:ren
  1. linuxPC-threadpoll

    0下载:
  2. UNIX+C线程池开放源码封装,可以了解线程池的实现机制-UNIX+ C thread pool open source package, you can see the thread pool implementation mechanism
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:3589
    • 提供者:毛毛虫
  1. thr_pool

    0下载:
  2. VC++写的线程池示例,运行后可以看到线程的数目在变化,VC编程朋友参阅一下。 -Written in VC++ thread pool example, you can see the thread running the number of changes, screenshots above, VC programming friends see it.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:28471
    • 提供者:
  1. threadpool_src

    0下载:
  2. 实现线程池类软件参考,我参考的线程池类源码。-Implement the thread pool class software reference, I refer to the thread pool class source.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:73395
    • 提供者:李彦刚
  1. SmartServer

    0下载:
  2. 一个socket线程池的源程序,很有参考价值,需要的可以下载-A socket thread pool of the source of great reference value, need can be downloaded to see
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:59036
    • 提供者:杨华
  1. thread-ci-

    0下载:
  2. 实现线程池,线程池的简单实现,用于数据的读取缓存-Thread pool implementation, a simple thread pool implementation, the read cache for data
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:41964
    • 提供者:san
  1. CPP-ThreadPool

    0下载:
  2. 利用C++语言设计可扩展线程池 一篇很好的线程池介绍文章。-Using C++ language design scalable thread pool a good article about the thread pool.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:10077
    • 提供者:123
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com