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

搜索资源列表

  1. exercsie

    0下载:
  2. 我们的作业题,队列和栈函数,对理解这两个概念有帮助-Our operating title, queue and stack functions, understanding these two concepts help
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:224248
    • 提供者:李丹军
  1. BinTreeExp

    0下载:
  2. 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:15983
    • 提供者:LCC
  1. joeData

    0下载:
  2. DELPHI实现的基于指针的堆栈和队列。可以用于实现结构的堆栈和队列。-DELPHI realized pointer-based stack and queue. Can be used to achieve the structure of the stack and queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1122
    • 提供者:张久强
  1. queue1.0

    1下载:
  2. 消息队列的简单实现。包括队列入队出队的操作及控制以及对系统时间的操作-Message Queue simple to achieve. Including the team included the team
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-04
    • 文件大小:10251
    • 提供者:zhjatp
  1. MessageThread

    0下载:
  2. 实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况-Achieved with the message queue of the thread class, to simulate the Windows window message handling process, applied to the window can not be transmitted to the situation in the news
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1803
    • 提供者:ffmpeg
  1. printSimulation

    0下载:
  2. 利用队列的先进先出模拟打印机的工作过程。显示不同时间到达的不同执行时间的任务,打印机的执行过程。-Use of the FIFO queue simulation of the working process of the printer. Show different time of the execution time of different tasks, the printer of the implementation process.
  3. 所属分类:Printing program

    • 发布日期:2017-04-03
    • 文件大小:2031
    • 提供者:sunfuquan
  1. NetMIDlets

    0下载:
  2. 诺基亚官方中文文档,用队列很好地处理了网络midlet的接受和发送。-Nokia official Chinese documents, using the queue handle the network and send midlet acceptability.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-03
    • 文件大小:446312
    • 提供者:donglei
  1. DRMPlayer

    0下载:
  2. public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a call to updateEvent in the user interface event queue Display display = Display.getDisplay(midlet) display.callSerially(new Runnable() {
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1308
    • 提供者:123
  1. RussiaBlock

    0下载:
  2. 用C++写的一个俄罗斯方块程序。涉及到各种形状类和多线程,以及队列deque,想学习的可以参考一下 :(-With C++ Written by a Russian box procedures. Category involves a variety of shapes and multithreading, as well as the queue deque, would like to study for reference: (
  3. 所属分类:Static control

    • 发布日期:2017-05-15
    • 文件大小:48923
    • 提供者:leijun
  1. DBCachePak

    0下载:
  2. 队列调度算法的一种,速度比较快,比FIFO,LIFO要好-A queue scheduling algorithm, faster than the FIFO, LIFO is better
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:16490
    • 提供者:zhujiang
  1. MemCachePak

    0下载:
  2. 一宗队列算法,带有优先级调度的缓存替换算法-A queue algorithm, priority scheduling with cache replacement algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:20348
    • 提供者:zhujiang
  1. bashuma

    0下载:
  2. 采用队列实现了八数码问题的求解,在判断当前状态是否已经达到过的问题上,程序中提供了一种排列的定位方法,并很好的解决了问题。-Queue achieved using eight digital problem solving, in determining the current status has been achieved over the issue, the program provides an array of location methods, and a very good s
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:1908
    • 提供者:wuchengwei
  1. luoxuan

    0下载:
  2. 显示螺旋队列,//螺旋队列.cpp // 21 22 ... ... // 20 7 8 9 10 // 19 6 1 2 11 // 18 5 4 3 12 // 17 16 15 14 13 //看清以上数字排列的规律,设1点的坐标是(0,0),X方向向右为正,y方向向下为正。例如,7的坐标为 //(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入任意一点坐标(x,y),输出所对应得-Show the spiral queue,// spir
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1015
    • 提供者:change
  1. DATASTRU

    0下载:
  2. C语言的基本数据结构,如堆,链表,队列,stack 等-C language, the basic data structure, such as the heap, linked list, queue, stack, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2518
    • 提供者:mahaiyang
  1. ServerMFC

    0下载:
  2. C++解决的一个生产者消费者模型,中间用到了临界资源的处理,队列的处理。-C++ Solve a producer consumer model, the middle of a critical resource used in processing, queue handling.
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-06
    • 文件大小:101711
    • 提供者:徐明胜
  1. SqlServer2005msgque

    0下载:
  2. Sql Server2005消息队列主动通知程序-Sql Server2005 message queue to inform the process
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:657240
    • 提供者:tony
  1. shuju

    0下载:
  2. 从一个队列中插入 删除一个元素的写法-From one queue to insert an element to delete the wording
  3. 所属分类:Database system

    • 发布日期:2017-04-10
    • 文件大小:1366
    • 提供者:卢海泉
  1. lqueue

    0下载:
  2. 队列的进队、出队、读队头元素、显示队列中全部元素程序-Queue into the team, a team, read the first element of force, showing all the elements of the queue process
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:1825
    • 提供者:
  1. string

    0下载:
  2. 队列子系统.实现输 入 子 串,连 接 子串 ,取 出 子 串,删 除 子 串 ,插 入 子 串 ,查 找 子 串 ,比 较 大 小 ,显 示 子 串 -Queue subsystem. Input substring, substring connection, remove the substring to delete the substring, insert substring, substring search, compare the size, show Substrin
  3. 所属分类:.net

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

    0下载:
  2. facetrack.aps facetrack.cpp facetrack.clw facetrack.dsp facetrack.dsw facetrack.h facetrack.ncb facetrack.opt facetrack.rc facetrack.sln facetrack.suo facetrack.vcproj facetrack.vcproj.HUANGSHE-37F1E4.huangsheng.user facetra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3661174
    • 提供者:黄胜
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com