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

搜索资源列表

  1. 线程池

    0下载:
  2. linux线程编程-linux multi-thread programming
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2037
    • 提供者:郭强
  1. 简单的线程池

    1下载:
  2. VC完整应用程序代码,多线程 多任务,还可以自己使用-VC complete application code, multi-threaded multi-task, but also for its own use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4857
    • 提供者:张洋
  1. thread

    0下载:
  2. 线程池的实现主要分为三部分,线程的创建、添加任务到线程池中、工作线程从任务队列中取出任务进行处理。 主要有两个类来实现,CTask,CThreadPool-Implementation of thread pool is divided into three parts, thread creation, add the task to the thread pool, work out a thread from the task queue task for processing. Th
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:2099
    • 提供者:nel
  1. memcached-1.2.1-iocp

    0下载:
  2. 超酷的线程池代码,非常值得学习;超酷的线程池代码,非常值得学习;-Cool thread pool code, is worth learning from
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:103804
    • 提供者:ligs
  1. proxool-0.9.1

    0下载:
  2. 数据库连接池类。大家下载了可以学习下,里面大多使用了线程池的方式。-Database connection pool class. We downloaded can learn, under which most of the way using the thread pool.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1304626
    • 提供者:hhh
  1. threadpool

    0下载:
  2. 从IBM官网上找到了好的线程池介绍文档,非常实用,面试时常被问到。-IBM' s official website from the thread pool to find a good descr iption document, very useful and often asked about the interview.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:5041
    • 提供者:Dylan
  1. cppextpool

    0下载:
  2. 上传一组非常好的线程池的相关文章,面试时经常被问到这些,谢谢。-From a group of very good thread pool related articles, interviews, frequently asked of those, thank you.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3801
    • 提供者:Dylan
  1. Core

    0下载:
  2. 模式化UDP,详细请看明细,包含连接,线程池-Model-based UDP, fee details, including connections, thread pool
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-04
    • 文件大小:1340136
    • 提供者:locet
  1. ThreadPoolForWin32

    0下载:
  2. 一个线程池程序,是在WINDOWS XP下用C++开发的-A thread pool program developed in WINDOWS XP using C++
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:10250
    • 提供者:firb
  1. DELPHI_programming_code_for_efficient_thread_pool_

    0下载:
  2. DELPHI编程实现高效线程池经典代码DELPHI programming code for efficient thread pool classic-DELPHI programming code for efficient thread pool classic
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:8201
    • 提供者:ti
  1. ThreadPoolProject

    1下载:
  2. 是我这几天写的一个C++线程池 注释很全 设计思路也写上去了 同步问题考虑的详细的不能在详细了-I write these days, a C++ thread pool comment is also written up the whole design concept of the synchronization problem can not be considered in more detail the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:15260
    • 提供者:cacker
  1. VC_simple-thread-pool

    0下载:
  2. vc写的简单的线程池 vc写的简单的线程池-vc wrote a simple thread pool vc wrote a simple thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:40486
    • 提供者:zhujianqi
  1. CThreadPool

    0下载:
  2. vc 线程池demo 实现线程队列 windows平台(VC thread pool, demo implementation, thread queue, windows platform)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-22
    • 文件大小:8644608
    • 提供者:keivin
  1. 51CTO下载-29782196VC多线程编程大全(1)

    0下载:
  2. VC++多线程实例,为了补充C++没有线程池的缺憾(VC++ multithreaded instance)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1198080
    • 提供者:kangwei
  1. pthread_pool

    0下载:
  2. 线程池组成 1)线程管理器: 2)工作线程: 3)任务接口: 4)任务队列:(Thread pool composition 1) thread manager: 2) worker threads: 3) task interface: 4) task queue:)
  3. 所属分类:Linux/Unix编程

  1. thread

    0下载:
  2. 创建大小为1的固定线程池,同时执行任务(task)的只有一个,其它的(任务)task都放在LinkedBlockingQueue中排队等待执行。(Create a fixed thread pool of size 1, while only one task (task) is executed, and the other tasks (task) are queued in LinkedBlockingQueue for execution.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:5120
    • 提供者:白云白云
  1. thread_queue

    0下载:
  2. 线程池 使用 并行处理;多线程使用时最佳选择;收发同步等操作均可以使用(thread pool code;for multi-thread using)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:suzaichuan
  1. VCThreadPool3

    0下载:
  2. 1.线程池管理器(ThreadPoolManager):用于创建并管理线程池 2.工作线程(WorkThread): 线程池中线程 3.任务接口(Task):每个任务必须实现的接口,以供工作线程调度任务的执行。 4.任务队列:用于存放没有处理的任务。提供一种缓冲机制。 网上的c/c++线程池多是linux下的,这个是VC6.0的线程池。其涉及的主要文件有:ThreadPoolManage、IThreadExcute、TemporarilyThread、ThreadManage、RegKeyIni
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:72704
    • 提供者:zhangzl
  1. 线程池3

    0下载:
  2. 线程池 线程池的概念大家应该都很清楚,帮我们重复管理线程,避免创建大量的线程增加开销。(thread pool The concept of thread pool should be clear enough to help us repeat management threads and avoid creating a large number of threads to increase overhead.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:小罗520
  1. ThreadPoolTest4

    0下载:
  2. 以代码加注释的形式实现的Java线程池实例(Java thread pool instance implemented as code plus comment)
  3. 所属分类:其他

« 1 2 3 4 56 7 8 9 10 ... 36 »
搜珍网 www.dssz.com