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

搜索资源列表

  1. ArrayBlockingQueue

    0下载:
  2. A bounded BlockingQueue blocking queue backed by an array for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:5518
    • 提供者:sanxeigong
  1. ArrayBlockingQueueTest

    0下载:
  2. Create a queue of given size containing consecutive Integers 0 .. n for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:3882
    • 提供者:zavoujing
  1. FifoQueue

    0下载:
  2. 用Java写一个先进先出(FIFO)的单向队列(queue)类FifoQ-Use Java to write a first in first out (FIFO) queue unidirectional (queue) class FifoQueue
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:692
    • 提供者:杨惠婷
  1. MockNamedTaskExecutor

    0下载:
  2. A simple executor that maintains a queue and executes one task synchronously every time #runNext() is called for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1149
    • 提供者:zeijunhing
  1. SyncQueueTest

    0下载:
  2. Sync Queue Test for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1508
    • 提供者:toupozui
  1. SynchronousQueue

    0下载:
  2. A BlockingQueue blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:10635
    • 提供者:paopiuben
  1. BlockingQueue

    0下载:
  2. A java.util.Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:3771
    • 提供者:lagiseng
  1. Graph-traversal

    0下载:
  2. 图的遍历: (1)访问初始顶点v并标记顶点v已访问。 (2)查找顶点v的第一个邻接顶点w。 (3)若顶点v的邻接顶点w存在,则继续执行;否则回溯到v,再找v的另外一个未访问过的邻接点。 (4)若顶点w尚未被访问,则访问顶点w并标记顶点w为已访问。 (5)继续查找顶点w的下一个邻接顶点wi,如果v取值wi转到步骤(3)。直到连通图中所有顶点全部访问过为止。 (1)顶点v入队列。 (2)当队列非空时则继续执行,否则算法结束。 (3)
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-08
    • 文件大小:2016
    • 提供者:ck
  1. SyncQueue

    0下载:
  2. Remove the specified operation if it is in the queue. @param operation the operation to remove.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2820
    • 提供者:wonkenwing
  1. huffman

    0下载:
  2. huffmanh编码 采用huffman树与队列结合的方法程序改自网上一个很好的源码,方法很好-huffmanh huffman coding methods and procedures using a combination of tree and queue a nice change from the online source, a very good method
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2239
    • 提供者:kavein
  1. MockExecutor

    0下载:
  2. A simple executor that maintains a queue and executes one task synchronously every time {@link #runNext()} is called. This gives us predictable scheduling for the tests to avoid timeouts waiting for threads to finish.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:610
    • 提供者:coufonbeng
  1. DelayQueue

    0下载:
  2. Condition signalled when a newer element becomes available at the head of the queue or a new thread may need to become leader.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:4066
    • 提供者:muexuidie
  1. myCollection

    0下载:
  2. 这是自己写的一份代码。可以实现java中list的部分功能,与queue的部分功能。-This is a write their own code. Java in the list can achieve some functions, and queue for some functions.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:20344
    • 提供者:小小
  1. FinalizableReferenceQueue

    0下载:
  2. A reference queue with an associated background thread that dequeues references and invokes {@link FinalizableReference#finalizeReferent()} on them.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3201
    • 提供者:xelingmen
  1. MonkeySourceScript

    0下载:
  2. monkey event queue. It takes a scr ipt to produce events sample scr ipt format:.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:4897
    • 提供者:monzouneng
  1. SingleThreadNamedTaskExecutor

    0下载:
  2. Executor that uses a single thread and an unbounded work queue.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:915
    • 提供者:nantuedei
  1. mEDIAtHUMBrEQUEST.RAR

    0下载:
  2. are created and put in a queue to be executed sequentially.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2708
    • 提供者:jerluihi
  1. LinkedBlockingQueue

    0下载:
  2. An optionally-bounded {@linkplain BlockingQueue blocking queue} based on linked nodes.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6882
    • 提供者:kufeino
  1. HttpAuthHandler

    0下载:
  2. Creates a new HTTP authentication handler with an empty loader queue.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2344
    • 提供者:naivoten
  1. RefQueueHandler

    0下载:
  2. Invoked when a reference is found on the queue.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1500
    • 提供者:henwieti
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com