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

搜索资源列表

  1. simpleThreadPool

    0下载:
  2. 简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread-simple thread pool method, including a master class ThreadPool thread pool, and a work-threaded WorkThread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.33kb
    • 提供者:测试
  1. VC写的一个线程池的管理实例

    1下载:
  2. 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20.82kb
    • 提供者:xuxu
  1. MyThreadPool

    0下载:
  2. 一个线程池源码,AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED-a thread pool source, AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36.14kb
    • 提供者:礼花
  1. ThreadPool(COM)

    0下载:
  2. 用COM实现的threadpool,学习COM和线程池的朋友可以看一下。-COM achieved using threadpool, learning COM and friends thread pool can look at.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:284.04kb
    • 提供者:李洪斌
  1. LF_ThreadPool

    1下载:
  2. 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the mult
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.81kb
    • 提供者:zjw
  1. WINDOWS_Spreadsheet

    0下载:
  2. 采用WIN32和DDK实现的W2000的线程池机制.可以预先创建多个线程,维护由系统自动完成.-use WIN32 and DDK the W2000 to achieve the thread pool mechanism. Advance create multiple threads, preserving completed by the system automatically.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.77kb
    • 提供者:wtm
  1. threadpool_doc

    0下载:
  2. 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:111.33kb
    • 提供者:徐建军
  1. threadpool_src

    0下载:
  2. 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.43kb
    • 提供者:徐建军
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10.32kb
    • 提供者:张涛
  1. linyisen

    0下载:
  2. 生产者与消费者问题,一共12个缓冲池,生产和消费时间可以自己设定-producers and consumers, a total of 12 buffer pool, the production and consumption of time can be set itself
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9.53kb
    • 提供者:林一森
  1. 线程池示例代码

    0下载:
  2. VC 源 码:线 程 池 示 例 代 码.-source VC : Thread Pool sample code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.92mb
    • 提供者: 柴宝
  1. SmartThreadPool_src

    0下载:
  2. 任务有返回值,并且能够等待所有的任务处理完毕的线程池-mandate to return to duty, and to wait until all the tasks have been disposed of Thread Pool
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28.75kb
    • 提供者:mokermo
  1. ThreadPool_Source

    0下载:
  2. 提供了线程池的封装,开发者能够比较容易的建立服务器应用模型。-thread pool for the package, developers can more easily create server application model.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.71kb
    • 提供者:王家全
  1. threadpool2

    0下载:
  2. windows下线程池的使用,对学习windows的线程机制很有用处-windows Thread pool use, to learn windows threads useful mechanism
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27.56kb
    • 提供者:郭少枫
  1. MultithreadedJobQ

    0下载:
  2. 关于线程池的一些操作之列的一个工程 包括添加线程,删除之类的操作-threads on the pool operated out of a project, including adding threads, such as the deletion of the operation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:113.54kb
    • 提供者:嵇月强
  1. ThreadPool

    0下载:
  2. delphi 实现的线程池类 直接可以拿来用-delphi thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:6.77kb
    • 提供者:cygnus
  1. threadpool

    0下载:
  2. 线程池的C语言实现,主要用于服务器处理多任务-Thread Pool implementation of the C language, mainly used in server handle multi-tasking
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:13.49kb
    • 提供者:zhaolingxi
  1. Intel-Thread-Pool-Demo

    0下载:
  2. Intel发布的线程池示例源代码,作为服务器处理良好的示例。-Intel released the source code of the thread pool example
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:849.29kb
    • 提供者:dreamcoder
  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
    • 文件大小:39.54kb
    • 提供者:zhujianqi
  1. GP_303_2_Thread-Pool

    0下载:
  2. 主要是介绍服务器线程池,比较适合于开发游戏类软件使用。下载完,将zip改为ppt-Is to introduce the server thread pool, more suitable for use in developing game software class
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:zhangzong
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com