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

搜索资源列表

  1. dataSource

    0下载:
  2. 模拟连接池实现,用到了线程模拟,对初学者很有帮助,希望对大家有用-Analog connection pool implementation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:9437
    • 提供者:alcaplz
  1. ThreadPoolTest

    0下载:
  2. 这是一个使用线程池的练习题,可供初学java线程的初学者参考。-This is a thread pool using the exercises, for beginners beginner java thread reference.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:1051
    • 提供者:ZhangQiMin
  1. libiop-code-1.0.4

    0下载:
  2. 一个c语言开发的跨平台网络IO库 功能特性: 1:c/c++ api, 底层支持epoll,select,poll等io模型 2:异步事件模型 3:任务池模型,跨平台线程接口 4:跨平台(Linux/windows) 5:日志服务 6:稳定,支持7*24小时无间断运行,自动处理异常状态 7:高并发与快速响应 8:API简洁, 学习成本底-The libiop provides a mechanism to
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:155534
    • 提供者:jonas
  1. buffering

    0下载:
  2. 利用缓冲池和多线程技术,实现生产者和消费者同步的问题。只有缓冲池中有空闲的时候才可以生产产品;只有缓冲池有产品的时候才可以消费。-Pool and multi-threading technology to realize the synchronization problem of the producers and consumers. Buffer pool idle time can produce products pool products when it can be consu
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1506
    • 提供者:xie
  1. MultithreadAndMemPool

    0下载:
  2. 多线程中运行内存池。此工程实在其他人基础上进行的添加,可以运行,对初学者可以很好地了解多线程和内存池的关系。-Multiple threads running in the memory pool. Really basis to add others, the project can be run, for beginners is a good way to understand multithreading and memory pool.
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:4135760
    • 提供者:杜兴伟
  1. MultithreadAndMemPool

    0下载:
  2. 多线程与内存的使用,现在是两个类,每个类都有各自的线程,两个独立的线程去共享内存池。本例子是一个空内存池队列,一个使用队列,使用完开辟内存释放还个内存池,而不是换个堆-Multithreading and memory usage, is now two classes, each class has its own thread, two independent thread to the Shared memory pool. This example is an empty queue m
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:4183393
    • 提供者:杜兴伟
  1. AboutThreadPool

    0下载:
  2. 线程的创建及销毁都需要很大的性能开销,当有比较多且不同的任务需要完成时,可以考虑使用线程池来管理上述线程-Thread creation and destruction of all requires a lot of performance overhead, when there are more and different tasks to complete, you can consider using the thread pool to manage the thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:21948
    • 提供者:xiaobo
  1. MemoryPool

    0下载:
  2. 内存池的实现,具有详细的代码样例,包含单线程及多线程的实现。固定内存块及不固定内存块。-Memory pool implementation, with detailed code examples, including single-threaded and multi-threaded implementation. Fixed blocks of memory and non-fixed blocks of memory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:5552461
    • 提供者:taibenle
  1. ObjectPooling

    0下载:
  2. .net 对象池(object pool)的实现,可用于多线程编程的对象管理-. Net object pool (object pool) to achieve, can be used in multi-threaded programming Object Management
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:44494
    • 提供者:晁戈
  1. Pool

    0下载:
  2. 一个支持多线程的高效内存池,Visual studio下编译通过。-An efficient multi-threaded memory pool.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:14488
    • 提供者:武昊
  1. IOCP_W2008

    0下载:
  2. 一个iocp的使用线程池的例子,使用的CreateThreadpoolIo函数. 多个线程查看线程工作情况.-The use of a thread pool iocp example, the use of CreateThreadpoolIo function. Multiple threads View thread work.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:18236
    • 提供者:刘洁
  1. producer-and-consumer

    1下载:
  2. 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were r
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1167
    • 提供者:徐舒怡
  1. elr-memery-pool

    0下载:
  2. elr-memery-pool-内存池.非常不错的一个能在MS WIND/*NIx 下使用的,多线程安全内存池-elr-memery-pool-memory pool. very good one can be used in MS WIND /* next NIx, multi-thread-safe memory pool
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:121472
    • 提供者:田浩
  1. IOCP_NET

    0下载:
  2. 基于WINDOWS 完成端口实现多线程SCOKET 并发发送接收数据,系统事先分配内存队列池-WINDOWS-based multi-threaded SOCKET completion ports concurrently transmit and receive data, the system pre-allocated memory pool queue
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:31267
    • 提供者:kevinnan
  1. Multithreading in C# 5.0 Cookbook

    0下载:
  2. C#多线程编程实战 目录 第1章 线程基础 第2章 线程同步 第3章 使用线程池 第4章 使用任务并行库 第5章 使用C# 5.0 第6章 使用并发集合 第7章 使用PLINQ 第8章 使用Reactive Extensions 第9章 使用异步I/O 第10章 并行编程模式 第11章 更多信息(C# multi thread programming real war directory The first chapter thread base Sec
  3. 所属分类:C#编程

    • 发布日期:2018-04-21
    • 文件大小:1531904
    • 提供者:gengr
« 1 2 ... 10 11 12 13 14 15»
搜珍网 www.dssz.com