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

搜索资源列表

  1. jdbc_connectionpool_instance

    0下载:
  2. 文档主要给出了java中线程池的一个例子,虽然线程池一般由服务器管理,但对一个高级java设计人员,还是有必要了解的。
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:9756
    • 提供者:hetengfei
  1. IOCP

    1下载:
  2. 老外写的IOCP封装类,使用了线程池和内存池-IOCP foreigners write wrapper classes, using the thread pool and memory pools
  3. 所属分类:文档资料

    • 发布日期:2014-02-19
    • 文件大小:485584
    • 提供者:尼康
  1. iocp

    0下载:
  2. 毕业设计,软库网络监控系统 服务器框架 基于IOCP和线程池-hello
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2793
    • 提供者:张强
  1. Javamulticore

    0下载:
  2. :从多核多线程的角度出发,介绍了操作系统多核的处理模式,并结合 Java 中的多线程技术,讨论了线程和 线程池在 Java 中的应用-: From the perspective of multi-core multi-threaded, multi-core processing operating system introduced model, combined with Java, multithreading, thread and thread pool are discusse
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:84831
    • 提供者:张林
  1. L2109_MessageAndBrew

    0下载:
  2.  第二章\服务器程序\ Server  第二章\客户端程序\Client  第二章\调用WSAEventSelect\ EventSelect  第二章\重叠I/O模式\ Overlap  第二章\完成端口模式\ IOcmplt  第二章\线程池\ TreadPool  第四章\七位编码\ EnglishCode  第四章\八位编码\ Enc
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:95361
    • 提供者:李艳
  1. 0-bug

    0下载:
  2. 本书主要针对c/c++语言在商用工程开发中的程序实战进行论述,从需求出发,从商用解决方案的角度来理解c和c++语言的程序设计技巧。首先讨论商用开 发的原则,然后是基础知识、基本技巧,接着是无错化方法,最后提升到世界观层面论述并行开发的正确理念。商用程序员在实际工作中最为关注的无错化、并行、 时间片、内存池、线程池、任务池、工程库和跨平台等相关问题,在本书中都有宝贵的经验总结和理念梳理。本书不是教科书,更多的是在开发技巧、测试调试、工 程代码库等方面给出实例与总结。本书也可以说是教科书
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2273600
    • 提供者:David
  1. DELPHI_Pool

    0下载:
  2. 线程池的开发和应用,里面有详细的实现过程和用法,请参考-The development and application of the thread pool, which detailed implementation process and usage, please refer to
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:18640
    • 提供者:yuanhao
  1. JAVA-the-thread-pool-information

    0下载:
  2. 从网站论坛中学习的,有关JAVA线程、线程池资料的资料整理-Learning from the website forum, collate information about JAVA thread, the thread pool information
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:28581
    • 提供者:youn nie
  1. 2

    0下载:
  2. 在Linux环境下采用socket套接口编程,服务器程序以创建线程池的方式为每一个客户服务。-In the Linux environment using socket socket programming, server program to create a thread pool for each customer service.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:351852
    • 提供者:郑州
  1. ThreadPool

    0下载:
  2. 线程池的一种理解,希望需要了解线程池的亲们顶一下-An understanding of the thread pool, hoping to understand the thread pool pro Top about ...
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:332761
    • 提供者:image
  1. thread-copy

    0下载:
  2. 多线程之间的拷贝 ,在线程池的基础上,分三种情况,一种直接拷贝,第二种链表,第三种有限链表的情况-Multithreading between copy, on the basis of the thread pool, there are three kinds of circumstances, a direct copy, the second list, the third list of limited
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:39002
    • 提供者:yuanweian
  1. linuxPC

    0下载:
  2. linux,线程池的封装,使用C语言分装的-Under linux thread pool package
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:4716
    • 提供者:lisa
  1. Linux-in-epoll-program

    0下载:
  2. Linux下基于epoll+线程池高并发服务器实现研究-linux in epoll program
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:438577
    • 提供者:rain
  1. threadpool

    0下载:
  2. 一些关于线程池和线程内核对象的经验总结,希望对大家有帮助。-Some experience on the thread pool thread kernel object and summary, we want to help.
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:24183
    • 提供者:沈剑雷
  1. CPP-Extended-Programming

    0下载:
  2. 本文是一个关于C++扩展编程的实例,介绍了多线程编程、线程同步机制、线程同步锁lock、工作队列Job Queue、线程池thread pool-This article is about C++ extensions programming examples, describes the multithreaded programming, thread synchronization mechanism, thread synchronization lock lock, work queu
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:41634
    • 提供者:lbhnnyxy
搜珍网 www.dssz.com