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

搜索资源列表

  1. libthreadpool-src.tar

    0下载:
  2. c threadpool线程池,学习c语言的好东西-c threadpool thread pool, a good thing to learn c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2776
    • 提供者:Seven
  1. ThreadPool

    0下载:
  2. 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:42638
    • 提供者:豪戈
  1. threadpool

    0下载:
  2. 这是我自己编写的一个线程池,希望能起到借鉴作用-this is a threadpool
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:7445
    • 提供者:cui
  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. TheadQueue.zip

    0下载:
  2. 使用命令模式和责任链模式以及STL优先级队列实现线程池,可以直接加入现在的任何程序,Responsibility for the use of chain of command model and STL model and the realization of priority queue thread pool, you can direct any proceedings to join now
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:364888
    • 提供者:蒋坤地
  1. threadpool

    0下载:
  2. 一个boost线程池,能够有效地减少内存碎片-A boost thread pool, which can effectively reduce the memory fragmentation
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:265220
    • 提供者:Robert
  1. uThreadPool

    1下载:
  2. 一个好用的delphi线程池,在自己的项目中用过,没有问题。-A nice delphi thread pool, used in their projects, no problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:7755
    • 提供者:sky jiang
  1. uThreadPool

    0下载:
  2. 一个delphi线程池的封装,希望对您有帮助。-A Delphi thread pool
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:6868
    • 提供者:arjian
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  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_5-src

    0下载:
  2. 多线程编程,线程池类库,boost library封装实现,例程有merge sort-Multi-threaded programming, thread pool library, boost library package implementation, routines have merge sort etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:52538
    • 提供者:leo
  1. mnet_demo

    0下载:
  2. 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2081533
    • 提供者:李海
  1. listviewdownimage

    0下载:
  2. listview异步加载图片,并引入线程池的开发-listview image is loaded asynchronously, and the development of the introduction of the thread pool
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:58861
    • 提供者:olricky
  1. windows_server

    0下载:
  2. 一个基于IOCP的高效率的网络引擎 使用IOCP搭建的网络引擎,支持内存池,线程池,数据库连接池,实时加密等等。简单好用!开源,带demo例子-IOCP-based high efficiency of a network engine, network engine built using the IOCP to support the memory pool, thread pools, database connection pool, real-time encryption an
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1412802
    • 提供者:haha123_0
  1. libthread_new

    0下载:
  2. 实现了一个线程池。其中运用了队列,以避免任务丢失。在队列和线程池之间创建了一个中间夹层,以提高可移植性。当任务来时,先压入队列,然后唤醒线程执行操作。线程完成任务后,再去队列查询,如果有任务就去执行,没有则阻塞,等待-Implements a thread pool. The application the queue, to avoid task lost. In the queue and thread pool between to create a intermediate sandwi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:8026
    • 提供者:王雪佳
  1. Dz7Zip

    2下载:
  2. 7z压缩接口封装成控件(内存加载7Z.DLL 无需安装7Z和 7Z.DLL) 内存封装了 7z.dll 无需安装 7z 无需 7z.dll 支持文件压缩 和文件夹压缩 采用线程池压缩和解压缩技术 -7z compression interface, packaged into control (no need to install memory load 7Z.DLL 7Z and 7Z.DLL) memory encapsulates 7z.dll no 7z.dll w
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:363155
    • 提供者:老夫子
  1. kiate-1.6

    1下载:
  2. 一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类 unix,还有windows(最新版本要求nt 4.0以上)操作系统上 一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 还支持tcp端口映射,可以实现别人访问你的内网主机。 有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 ki
  3. 所属分类:Proxy Server

    • 发布日期:2017-04-10
    • 文件大小:1830958
    • 提供者:迷失
  1. ThreadPool_Demo

    0下载:
  2. Visual C++ 6.0实现线程池管理,值得学习一下。-visual C++ 6.0 thread pool demo,research
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:35743
    • 提供者:David
  1. threadpool_linux

    0下载:
  2. linux下多线程 池开源实现,值得学习参考-linux thread pool under the open source implementation of multi-threaded, it is worth learning information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5277
    • 提供者:simon
  1. MolNet

    0下载:
  2. 使用IOCP搭建的网络引擎,支持内存池,线程池,数据库连接池,实时加密等等。简单好用!-Use IOCP to build the network engine, support for memory pool, the thread pool, database connection pool, real-time encryption and so on. Easy to use!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:758100
    • 提供者:欧云辉
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 32 »
搜珍网 www.dssz.com