CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - Pool

搜索资源列表

  1. pool5

    0下载:
  2. 线程池 线程池-thread pool thread pool thread pool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:29.34kb
    • 提供者:强强
  1. thrpool.ps

    0下载:
  2. unix下线程池编程-programming Thread Pool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:60.61kb
    • 提供者:林强
  1. ProcePool

    0下载:
  2. 在linux下面关于实现进程池的实例解析-in the process of achieving the following examples of analytic pool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.49kb
    • 提供者:王爱华
  1. getfilePool

    0下载:
  2. 获取文件连接池的数目(程控使用)-access to documents the number of connection pool (programmed use)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:陈波
  1. net_oss

    0下载:
  2. 这是一个模拟电信计费的程序,非常详细,运用了线程池、消息队列和socket编程等技术。-This is a simulation of telecommunications billing procedures, very detailed, using the thread pool, Message Queue and socket programming technology.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:44.98kb
    • 提供者:Benson
  1. threadpool-0_1_8-src

    0下载:
  2. threadpool is a cross-platform C++ thread pool library
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:46.92kb
    • 提供者:李力
  1. cxx-2.1.1.tar

    0下载:
  2. 一套linux下的C++开发库,支持进程池,IPC等类库,可以用于学习。-a linux development of the C library, support the process of pool, such as the IPC library, can be used for learning.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:115.3kb
    • 提供者:oldcat
  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:68.06kb
    • 提供者:刘忠
  1. mylibsrc

    0下载:
  2. 一个线程池的例子 运行环境linux,主要实现了线程的预先创建等 通过该例子可以学到怎样预先创建出一些线程-a thread pool example Linux operating environment. main thread of the advance through the creation of such examples can learn how to create some advance Thread
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:14.73kb
    • 提供者:kevert
  1. sharememory_allocator

    1下载:
  2. 一个内存池的allocator,参考stl源码的内存池实现-a pool of memory allocator, reference source stl memory Pool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.55kb
    • 提供者:江健
  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
    • 文件大小:89.46kb
    • 提供者: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
    • 文件大小:164.72kb
    • 提供者:ljm
  1. myqueue

    0下载:
  2. linux下数据库连接池源代码,简单,易用-Database Connection Pool under linux source code, simple, easy-to-use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:816byte
    • 提供者:pl
  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
    • 文件大小:10.09kb
    • 提供者:wsd
  1. pool

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

    • 发布日期:2017-03-29
    • 文件大小:128.82kb
    • 提供者:mzy
  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
    • 文件大小:13.52kb
    • 提供者:tom
  1. thread_pool.tar

    0下载:
  2. boost库线程池,linux环境下开发,可用于linux下多线程开发(Boost library thread pool, Linux implementation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:1kb
    • 提供者:colindj
  1. TP-Server-master

    0下载:
  2. Simple server with pthread-based thread pool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-17
    • 文件大小:11kb
    • 提供者:TmpUser
  1. thread

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

    • 发布日期:2017-12-23
    • 文件大小:2kb
    • 提供者:walker_zhou
  1. pthread_pool

    0下载:
  2. 创建线程池,提高并发能力,提高业务处理效率。(Create thread pool, improve concurrent capability and improve business processing efficiency.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:china11
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com