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

搜索资源列表

  1. ThreadPool_with_doc

    0下载:
  2. c++ 线程池封装,带操作说明,内容详细,操作简单-c++ thread pool package with instructions, detailed, easy to operate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:375162
    • 提供者:chenjunchen
  1. SMOTEBoost

    0下载:
  2. 分类非平衡数据的SMOTEboost算法-This code implements SMOTEBoost. SMOTEBoost is an algorithm to handle class imbalance problem in data with discrete class labels. It uses a combination of SMOTE and the standard boosting procedure AdaBoost to better model t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-10-31
    • 文件大小:5633645
    • 提供者:贾建华
  1. AysncLoadImageList-(1)

    0下载:
  2. android listview异步加载图片实例 用到了线程池 下载的图片会保存到本地 并在数据库中保留记录 再次加载时会直接从本地读取-android listview asynchronous load images instance used the the thread pool downloaded image will be saved to the local and retain the records in the database lo
  3. 所属分类:android

    • 发布日期:2017-11-09
    • 文件大小:81923
    • 提供者:CaiXiaojin
  1. active-learning-code

    0下载:
  2. Learning_random.m : 随机选择样例,从(90)pool里随机选择样本,删除版本空间树的数量 activeLearning.m:根据最大熵原则,从pool里选择样本,删除版本空间树的数量 getlabel.m:根据树和测试样例,得到根据该树得到的类标 getTrees.m:从提供的大量树结构(随机生成的)中,随机挑选一定数量的树(如果该树的叶子节点无类标随机添加) RandomCreateTree_d_unbalance:根据样本点割点中的非平衡割点建造树,
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:86167
    • 提供者:李佳佳
  1. ThreadTest

    0下载:
  2. linux环境下,线程池的实际应用 ,直接调用即可-The practical application of the thread pool can be called directly
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:7579
    • 提供者:zhang
  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. thread_pool

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

    • 发布日期:2017-12-06
    • 文件大小:1962
    • 提供者:王君雷
  1. Msrc

    0下载:
  2. 一个内存池的实现代码,非常强大好用,可以根据自己的需要修改成-The realization of a memory pool code, very powerful easy to use, can be modified according to their needs
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:15984387
    • 提供者:keepdosth
  1. 213

    0下载:
  2. 迷你撞球游戏,这是用C编写的一个游戏 玩不是目的 目的是写 自己写-Mini pool games, which is written in C, a game is not a goal to write their own write
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-19
    • 文件大小:38642
    • 提供者:王思明
  1. JAVAjiandanchengxu

    0下载:
  2. 这是个数据库连接池,这段代码是获取配置文件中数据库配置信息配置内容都在DBConfig.txt 这个文件中了-This is a database connection pool, this code is to get a configuration file database configuration information Configuration content in DBConfig. TXT this file in the
  3. 所属分类:assembly language

    • 发布日期:2017-11-28
    • 文件大小:2284
    • 提供者:刘双
  1. bool

    0下载:
  2. 撞球游戏 用键盘左右键控制板子的移动球撞到了要反弹。 网上看到高手分享的代码,一时兴起,分享一下自己的,代码很简单。 欢迎感兴趣的用户下载学习-Pool games with the keyboard left and right keys to control the board to move the ball hit to rebound. See the master code share online, on a whim, to share their own code
  3. 所属分类:.net

    • 发布日期:2017-12-08
    • 文件大小:716800
    • 提供者:郑XINYI
  1. ThreadPool-1.0.9

    1下载:
  2. ThreadPool is a abstract class framework for creating specialized pool of workers (TPoolWorker, separate threads) which are managed by a manager (TPoolManager, also a thread)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-06
    • 文件大小:47358
    • 提供者:lupyloous
  1. tournament_selection

    0下载:
  2. The function is the selection policy for selecting the individuals for the mating pool. The selection is based on tournament selection.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1974
    • 提供者:bcaldwell
  1. CollisionDemo

    0下载:
  2. VB源码,游戏编程,撞球游戏   再次与大家分享一款基于VB.NET的撞球游戏,或者说是乒乓球游戏,小时候再那种掌上游戏机中常见的一款游戏,本次游戏带来了彩色版,增加了游戏的趣味性。 -VB source code, game programming, billiards game again to share with you one based on VB.NET pool games, table tennis game, a game for a child and then t
  3. 所属分类:Other Games

    • 发布日期:2017-12-03
    • 文件大小:52334
    • 提供者:理智
  1. taiqiutingguanlixitong

    0下载:
  2. VB 和 SQL 应用于台球厅管理系统,毕业设计可用-VB and SQL management system applied to the pool hall, graduation design is available
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:955095
    • 提供者:threewater
  1. threadpool

    0下载:
  2. delphi的线程池操作,用例是由1开始数数,数至规定数,线程结束时候会自动搜索后备队列中是否还有其他任务,直到任务全部完成。带有详细的日志记录功能,方便初学者学习。-delphi thread pool operation, use case 1 began to count, the number to the specified number, thread the end will automatically search the backlog, whether there are o
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-12
    • 文件大小:307456
    • 提供者:王佳敏
  1. tomcat

    0下载:
  2. tomcat连接池配置,很简单。 很简单。-tomcat connection pool configuration is very simple. Very simple. Very simple.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:2256
    • 提供者:dsds
  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. 312584269

    0下载:
  2. 魔域问题提取 自带5173 垃圾题库 成上传者之后 补全淘宝卖的软件(本人唯一破解版题库)基本上60分 没底过56 不解释-Demon problem extraction bring 5173 garbage item pool into uploader after complemented taobao sell software (I only cracked version test) basically sixty points have unavoidable 56 don t e
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-15
    • 文件大小:1384564
    • 提供者:zhuzhibin
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com