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

搜索资源列表

  1. threadpool

    0下载:
  2. 一个不错的C++实现的线程池,封装的很好,可以-A good C++ realization of the thread pool, a good package, you can try
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6742
    • 提供者:tower
  1. cthreadpool

    0下载:
  2. 基于完成端口的线程池的例子,很好用,速度很快-ThreadPool
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2347387
    • 提供者:
  1. ThreadPool

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

    • 发布日期:2017-03-28
    • 文件大小:6928
    • 提供者: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
    • 文件大小:13810
    • 提供者:zhaolingxi
  1. SmartThreadPool

    0下载:
  2. CSHARP实现的比较好的线程池,历经多个项目的测试-THREAD POOL
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:41441
    • 提供者:leon
  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-31
    • 文件大小:123309
    • 提供者:陈大林
  1. WorkQueueThreading_src

    0下载:
  2. 一个很好的多线程的例子,包括线程池等。是一个比较实用的多线程程序-A good example of multi-threading, including the thread pool and so on. Is a more useful multi-threaded program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:191030
    • 提供者:谭文堂
  1. thread

    0下载:
  2. 标准C++写的线程池 以及封装的跨平台线程对象-Standard C++ Written in the thread pool, as well as cross-platform package thread object
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:7858
    • 提供者:张一鸣
  1. xianchengchi

    0下载:
  2. 线程池的应用,以及消费者生产者的关系,很简单的一类。拿来分享-Application of the thread pool, the relationship between producers and consumers, a very simple category. Used to share
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:13496
    • 提供者:小菜
  1. threadpool

    0下载:
  2. 线程池功能,控制线程的执行及同步,在同一时刻,线程池中只允许指定数量的线程执行.-Thread pool function, control the implementation of threads and synchronization, at the same time, the thread pool to allow only a specified number of threads implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:24038
    • 提供者:流星
  1. Completion_Ports

    0下载:
  2. 当你开发不同类型的软件,你迟早必须处理C/S的开发。对一个程序员来说,写一个通用的C/S编码是一项困难的工作。本文档提供了一份简单但是功能强大的C/S源码,可以扩展到任何类型的C/S应用程序中。这份源码使用了高级的IOCP技术,该技术可以高效的服务于多客户端。IOCP提供了解决“每个客户端占用一个线程”的瓶颈问题的办法,只使用几个处理线程,异步输入/输出来发送/接收。IOCP技术被广泛应用在各种类型的高效服务端,例如Apache等。这份源码也提供了一系列的在处理通信和C/S软件中经常使用的功能,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:151660
    • 提供者:高军
  1. MyThreadPool

    1下载:
  2. 用VC上自己写的一个线程池,实现了一个自定义的CriticalSection,一个安全且可自动解除的锁,一个自定义的线程类,它封装了一个线程核心对象,最后实现了线程池类,用来管理线程对象。 且利用事件核心对象,实现了线程核心对象对消息列表的同步访问。下载即可运行,是整个工程文件-a threadpool, implemented by define a self-defining CriticalSection, a safy lock class,and a thread class whic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:20182
    • 提供者:Jack
  1. Multi_Threaded_Job_Queue_demo

    0下载:
  2. 很好的多线程例子。这个例子实现了线程池和工作消费模式-JobQ.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:28434
    • 提供者:hyj
  1. StateServer

    0下载:
  2. 该源码用VC6.0开发,实现了一个状态服务器(State server),其中的 读写锁,线程池机制,完成端口机制具有很好的参考价值。-The source code with VC6.0 development, to achieve a state of the server (State server), which read and write locks, the thread pool mechanism, the completion port mechanism has a
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:394335
    • 提供者:gaohua
  1. ThreadPool

    1下载:
  2. 关于线程池技术的一个测试程序,主要展示了线程池技术的原理-Thread pool technology on a test procedure, the main display of the thread pool technique
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:91988
    • 提供者:沼泽
  1. smartthreadpool-19073

    0下载:
  2. 多线程池管理,多种表现形式(包括WIN CE 界面),难得一见的-Multi-thread pool management, and a variety of forms (including WIN CE interface), a rare opportunity to
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1029175
    • 提供者:zzz
  1. uThreadPool

    0下载:
  2. delpni的线程池源代码,操作线程池,对完成端口比较有用-uThreadPool
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:7733
    • 提供者:天心
  1. ThreaPools

    0下载:
  2. 本源码为delphi源码,通过简单的描述来实现线程池的概念。通俗易懂-The source code for the delphi source, described by a simple thread pool to achieve the concept. User-friendly
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:67384
    • 提供者:张克
  1. Csharepool

    0下载:
  2. vs2005线程池的使用 和 程序池高级应用-Senior vs2005 application thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:33292
    • 提供者:林智泓
  1. threadpool-0.2.1.src.tar

    0下载:
  2. c++线程池程序,供开发多线程程序使用,unix操作系统-c++ threadpool
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5607
    • 提供者:sunyunfeng
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com