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

搜索资源列表

  1. thread.LINUX下很好的C++线程池源码类

    0下载:
  2. LINUX下很好的C++线程池源码类,可以拿来直接开发,Under LINUX good C++ Thread pool source categories, can be used to direct the development of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-22
    • 文件大小:7876
    • 提供者:唐小天
  1. thread-pool-design.doc

    0下载:
  2. 结合代码讲解线程池设计以及注意的问题,对于初学者很有帮助-Combination of code to explain the thread pool design and attention, very helpful for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:91611
    • 提供者:tom
  1. linuxpools.rar

    0下载:
  2. Linux环境下的通用线程池设计 linux下线程池的使用,C语言pools,Generic Linux environment designed thread pool thread pool under linux use, C language pools
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:168678
    • 提供者:ljm
  1. MyLinuxThread.rar

    0下载:
  2. linux epoll、线程池模型,很好的学习epoll的源代码。,linux epoll, the thread pool model, a good source of learning epoll.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:18223
    • 提供者:yeath
  1. linux_threadpool

    0下载:
  2. linux网络编程的一些技巧,包括socket,thread pool, select,epoll等-linux network programming some of the techniques, including socket select, epoll, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:4108
    • 提供者:sy
  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. Pool_Thread

    0下载:
  2. 自己写的线程池控制台程序,类似ACE中的线程池的例子,只是多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。VC6下通过编译,不依赖任何程序库,适合项目开发。-Write your own thread pool console procedures, similar to ACE in the thread pool example, only the operation of multi-threading more robust, will not appear wh
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1248313
    • 提供者:陈文捷
  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. MyLinuxThread5-25[1].tar

    0下载:
  2. LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10328
    • 提供者:wsd
  1. threadpool

    0下载:
  2. thread pool template source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:20222
    • 提供者:dongjuki
  1. threadpool

    0下载:
  2. linux下的简单的线程池代码,大约200行代码,使用c实现-linux under a simple thread pool code, about 200 lines of code, use c to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:3235
    • 提供者:lkjx
  1. pool

    0下载:
  2. 无关锁算法的线程池。使用了pthread库,主要的亮点是无关锁数据结构。- a thread pool based on lockfree ogrithem.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:131910
    • 提供者:mzy
  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. Intel-Thread-Pool-Demo

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

    • 发布日期:2017-03-26
    • 文件大小:869675
    • 提供者:dreamcoder
  1. Principle-and-create-a-thread-pool

    0下载:
  2. 线程池原理及创建C++实现,有代码讲解适合初学者-Principle and create a thread pool in C++ for beginners
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:13847
    • 提供者:tom
  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. Multi-thread-pool-test

    0下载:
  2. 多线程池试验,很简单得,适合初学者,讲解了多线程的实验,下载就可以直接运行-Multi-thread pool test is very simple for beginners to explain the experiment of the multi-threaded download can be run directly
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:25826
    • 提供者:
  1. thread-pool

    0下载:
  2. 主要是讲线程池的使用,也是基于SOCKET 的客户端和服务端的网络编程。-Stresses the use of thread pool is also based on the SOCKET client and server network programming.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2675663
    • 提供者:yewenjie
  1. linux-thread-pool

    0下载:
  2. linux线程池的在实际项目中的应用框架-linux thread pool application framework
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-05
    • 文件大小:5226
    • 提供者:zhang
  1. thread

    0下载:
  2. 用C语言写的Linux平台上的线程池处理。(this is a sample of c linux thread pool)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:walker_zhou
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com