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

搜索资源列表

  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
    • 文件大小:114003
    • 提供者:徐建军
  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
    • 文件大小:12731
    • 提供者:徐建军
  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
    • 文件大小:29435
    • 提供者:mokermo
  1. Register_ThreaPool

    0下载:
  2. 线程的创建、销毁和调度本身是有代价的,如果一个线程的任务相对简单,那这些时间和空间开销就不容忽视了,此时用线程池就是更好的选择,即创建一些线程然后反复利用它们,而不是在完成单个任务后就结束。-thread creation, destruction and scheduling itself is a cost, if the threads of a relatively simple task. That time and space costs can not be ignored, th
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:53138
    • 提供者:邱中天
  1. threadpool_src

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

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

    0下载:
  2. 线程池让开发者通过多个线程来执行一系列小任务,.net系统提供了线程池的功能,本例对此功能进行了演示。
  3. 所属分类:.net编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:4857
    • 提供者:张洋
  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

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

    • 发布日期:2017-03-29
    • 文件大小:13810
    • 提供者:zhaolingxi
  1. VC_Thread_Pools

    0下载:
  2. VC++ 6.0下实现的线程池程序。 用户可以在WorkItem下设置要完成的任务,设置好工作函数,即可运行线程池开始多线程工作。-VC++ 6.0 under the procedures for implementation of the thread pool. Users can set up under the WorkItem to achieve the mission, set up good job function, you can start the thread po
  3. 所属分类:Windows Develop

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

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

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

    0下载:
  2. 线程池, 能把一个要重复任务传进线程池里,让多个线程来完成这个任务, 线程的上限个可设置-Thread pool, can one have to repeat tasks pass into the thread pool, to allow multiple threads to accomplish this task, thread the upper limit can be set
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-23
    • 文件大小:7667107
    • 提供者:王槐鸿
  1. threadpool2

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

    • 发布日期:2017-03-31
    • 文件大小:28221
    • 提供者:张华
  1. FtlThreadPoolDemo

    0下载:
  2. 线程池实现,包括优先级的选择,增删任务,速度快,效率高-Thread pool implementation, including the selection of priority, add or delete tasks, fast, high efficiency
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-05
    • 文件大小:38150
    • 提供者:fionhuo
  1. ThreadPoolLib

    0下载:
  2. 使用队列,栈,列表实现的,线程池,任务可设置优先级,优先级高的,线程池优先处理其任务。-Use queues, stacks, lists achieve, thread pool, you can set the priority of the task, the higher priority thread pool prioritize its tasks.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:10167
    • 提供者:
  1. 线程池

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

  1. epoll

    0下载:
  2. socket编程, epoll监听上千文件描述符, 线程池处理任务队列-socket epoll threadpoll
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:10384
    • 提供者:蔡伟青
  1. threadpool

    0下载:
  2. 线程池 封装 便于提高线程池的执行任务线程效率-threadpool sadasd asdawdcfasdsdas
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7481
    • 提供者:刘洒洒
  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. C#多线程编程实战_中文完整版_带书签目录

    2下载:
  2. 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应
  3. 所属分类:C#编程

    • 发布日期:2018-04-30
    • 文件大小:25056256
    • 提供者:边缘1025
« 12 »
搜珍网 www.dssz.com