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

搜索资源列表

  1. ThreadPro.rar

    0下载:
  2. Delphi中处理线程池的一个组件,非常好用.,Delphi deal with a component of the thread pool, very easy to use.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:398236
    • 提供者:ok
  1. ThreadPool.rar

    0下载:
  2. 线程池模板 (可以让你快速地使用线程池技术) 帮助你学习线程池,Thread pool template (allows you to quickly use the thread pool technology) to help you learn from the thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:5178
    • 提供者:何的故
  1. ACEThreadPool.rar

    0下载:
  2. ace实现的线程池实,对学习ace的应该有点帮助。。。。。。。。,ace realize the thread pool is to learn a little help should be ace. . . . . . . .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:18566
    • 提供者:李广柱
  1. ThreadSocket.rar

    0下载:
  2. 利用线程池实现的多线程网络通信框架,使用简单,性能优良,The use of pure pool of multi-threaded implementation of network communication framework
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:301387
    • 提供者:sunstudio
  1. iocp.rar

    0下载:
  2. IOCP是一种高性能的网络编程框架,在面对大的服务压力的时候,用传统的accept来维持连接处理事务,服务效率会严重变低,系统主要用来维护上下文切换了.所以用IOCP来实现网络功能,类似于java里的连接池功能,让连接来排队等候处理.例子代码可用bcb调试,因为里面没有bcb的选项,只能选VC了.,IOCP is a high-performance network programming framework for services in the face of great pressure,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:39892
    • 提供者:刘格斯
  1. ConnectionPool.rar

    0下载:
  2. 实现了一个数据库连接池,通过连接池来管理数据库连接句柄,The realization of a database connection pool, through the connection pool to manage the database connection handle
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:18049
    • 提供者:haofei
  1. WCF_AsyncCall.rar

    0下载:
  2. C#WCF 服务并发管理,编程源代码,包括线程池的例子。,Concurrent C# WCF services management, programming source code, including examples of the thread pool.
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:774522
    • 提供者:顾佳晨
  1. Spooling.rar

    1下载:
  2. 操作系统中的缓冲池技术实现的源代码,很实用,Operating system buffer pool technology source code, it is practical
  3. 所属分类:Process-Thread

    • 发布日期:2016-03-08
    • 文件大小:2137332
    • 提供者:chym
  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4553987
    • 提供者:xuzhisheng
  1. proxool-0.9.1-source.zip

    0下载:
  2. 一个非常好用的java数据库连接池,本人具体在项目应用过,效果很不错。,A very nice java database connection pool, I had a specific application in the project, the effect is pretty good.
  3. 所属分类:Database system

    • 发布日期:2017-05-27
    • 文件大小:10441309
    • 提供者:yzx
  1. VC-game-code.rar

    1下载:
  2. 一本关于C++服务器/客户端网络编程的书的源代码,很有价值,尤其是服务端包含IOCP,线程池,学习者大大的福音,A book on C++ server/client network programming book' s source code, great value, especially in the service-side with IOCP, thread pool, learners greatly Gospel
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:1168164
    • 提供者:丁戈
  1. IO_Completion.rar

    0下载:
  2. 1.使用完成端口复制大文件,速度非常快 2.维护了一个内存池,最大限度的提高复制速度。 3.支持整个目录的复制。,1.Copy huge file using IOCP. 2.Maintain a memory pool to improve the speed. 3.Support directory copy
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5918252
    • 提供者:yuancong
  1. MultiThread_PosixMsgQueue.rar

    0下载:
  2. POSIX消息队列实现可伸缩线程池通讯. 源码中分SRV和测试客户端.,POSIX message queues to achieve a scalable thread pool Newsletter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5781
    • 提供者:davidq hu
  1. Linux_thread_pool.zip

    0下载:
  2. linux下一个多线程池的实现,可以加快线程的调度,是一个学习linux线程开发的好例子,linux implementation of a thread pool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1319756
    • 提供者:liuchao
  1. ThreadPool

    0下载:
  2. 写一个关于线程池,发送接收Socket编程,用户发送一个请求,就从线程池中取出一个线程给用户处理-Write one on the thread pool, sending and receiving Socket programming, the user sends a request to remove a thread from the thread pool handle to the user
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:24268
    • 提供者:he_wen
  1. Billiards

    0下载:
  2. VC++超强功能版台球厅计时收费管理系统,数据库使用Access,初始登录密码为111.   本台球计时系统功能主要有:系统参数设置、台球桌信息设置、台球桌使用登记、台球桌调换登记、费用结算、显示台球桌使用状态等。-Functional version of VC++ super pool hall time charge management system, database using Access, the initial login password is 111. The poo
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:154595
    • 提供者:madud00066
  1. thread

    0下载:
  2. 线程池里所有运行和等待的任务都是一个CThread_worker 由于所有任务都在链表里,所以是一个链表结构 -Thread pool and wait for all the tasks are running a CThread_worker Since all tasks are in the linked list, it is a linked list structure
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:1976
    • 提供者:erfang
  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. cp

    0下载:
  2. 操作系统模拟生产着消费者问题,包括缓冲池满或空之后的阻塞、唤醒处理以及对于缓冲池访问权的阻塞、唤醒处理。个人编写,与网上版本不同-Simulate the production of consumer operating systems, including the buffer pool is full or empty block after the wake-up process and for blocking access to the buffer pool, wake-up pro
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2452131
    • 提供者:efgdshgds
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com