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

搜索资源列表

  1. Multi-thread-pool-test

    0下载:
  2. 多线程池试验,很简单得,适合初学者,讲解了多线程的实验,下载就可以直接运行-Multi-thread pool test is very simple for beginners to explain the experiment of the multi-threaded download can be run directly
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:25826
    • 提供者:
  1. thread-poolsa-file-download-server

    0下载:
  2. C_线程系列讲座(3):线程池和文件下载服务器-The C_ thread lecture series (3): thread pools, and the file download server
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:68593
    • 提供者:胡天
  1. CPPThreadPool

    0下载:
  2. C++编写的线程池,写的较详细,是操作系统作业-C++ thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:14348
    • 提供者:itachi
  1. ThreadPoolingSrc

    0下载:
  2. 线程池,用于线程管理,希望对大家有所帮助-Thread pool, used for thread management, and we hope to help
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:6316
    • 提供者:jj
  1. Thread

    0下载:
  2. 一个完整的线程池的实例 -Instance of a complete instance of a thread pool thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1056
    • 提供者:天天
  1. ThreadPool

    0下载:
  2. DELPHI的线程池例子,可以直接使用.很方便.模仿.Net ThreadPool的线程池控件.很值得学习.-DELPHI examples of the thread pool, you can use the very convenient. Imitate Net ThreadPool' s thread pool control.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:306359
    • 提供者:liao
  1. ThreadPool2012_3_win_

    0下载:
  2. 线程池, 能把一个要重复任务传进线程池里,让多个线程来完成这个任务, 线程的上限个可设置-Thread pool, can one have to repeat tasks pass into the thread pool, to allow multiple threads to accomplish this task, thread the upper limit can be set
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-23
    • 文件大小:7667107
    • 提供者:王槐鸿
  1. ThreadPoolLib

    0下载:
  2. 线程池,一个主线程,多个子线程,子线程可自动增减。-Thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:4473
    • 提供者:jacollee
  1. ThreadPool-and-join

    0下载:
  2. 普通线程的创建,通过 委托ThreadStart对应的函数来执行相关操作; 通过线程池,可以直接从池中查找出空闲线程,让它执行委托WaitCallback对应函数来执行相关操作。使用时要与AutoResetEvent来并用,以在线程结束时通知主线程退出;-The common thread creation, commissioned by the the ThreadStart corresponding function to perform the related operation
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:31988
    • 提供者:
  1. threadpool2

    0下载:
  2. 线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动-The thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:28221
    • 提供者:张华
  1. lMyLinuxThreai

    0下载:
  2. linux epoll、线程池模型,很好的学习eepoll的源代码。 ,经测试 -linux epoll, thread pool model, good learning of the source code eepoll. , Tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:18742
    • 提供者:sacri
  1. vcPP-APP_CODE_17

    1下载:
  2. 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: 网络电台收听助手V3.0(VC源码).rar 文件捆绑器源代码.rar 文字图象识别OCR系统开发包.zip 线程池的一种实现.zip 相当不错的一个挂机锁.rar 循序渐进实现仿QQ界面.rar 音乐播放器 .rar 用C写的播放器,超强.rar 优美菜单.rar 注册表监控程序.rar 自绘button.zip 显示网络流量.rar 树控件拖动.
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-25
    • 文件大小:56041472
    • 提供者:李东波
  1. PoolThread

    0下载:
  2. 测试 30W/S 多线程池 懂得自然能看懂-Testing 30W/S multi-thread pool to know how to naturally be able to read
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:21873
    • 提供者:my love
  1. VCthread

    0下载:
  2. 实现线程池的函数,大家不妨可以看看啊,主要实现线程的调度和推出等-Thread pool function
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:2991
    • 提供者:张海
  1. MultiThreadTest-_Verson-2.0

    0下载:
  2. 此代码是关于多线程,线程池的问题。开发环境是visual studio,编程语言为C#,为MultiThreadTest _Verson 1.0的加强版-This code is about the problem of multi-threading, thread pool. Development environment is visual studio, the programming language is C# 。It is enhanced version MultiThreadT
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-17
    • 文件大小:81813
    • 提供者:王振岭
  1. thread-map

    0下载:
  2. 这个程序给出了一个程序进程中多线程编程方法,包含对线程池的管理,适用于windows系统应用程序开发人员。-This program gives a program to process multi-threaded programming method contains the thread pool management, and application developers to apply to the windows system
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:12730
    • 提供者:大李
  1. CC

    0下载:
  2. 易语言版本的CC攻击器,完全由本人原创·线程池控制避免的线程引起的错误·。-The easy language version of the CC attack entirely my original thread pool control to avoid the thread that caused the error.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:133059
    • 提供者:简单丶平凡
  1. threadpoolexample

    0下载:
  2. vc写的一个简单线程池的例子,对于初学者是一个很好的学习例子-vc wrote a simple example of the thread pool for beginners is a good example of learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:1982540
    • 提供者:资料
  1. threadpool_src

    0下载:
  2. vc实现的线程池方案,对多线程编程者是一个很好的帮助,-Thread pools scheme implemented on VC, multi-thread programming is a very good help
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:25741
    • 提供者:浪漫小龟
  1. ThreadPool

    0下载:
  2. C++线程池,为了高性能服务器的而准备的。经过测试的。-C++ multi Thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-06
    • 文件大小:325861
    • 提供者:刘来其
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com