CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - dequeue

搜索资源列表

  1. Link-Queue

    0下载:
  2. 链式队列的存储结构以及功能实现,有QueueTraverse(),EnQueue(),DeQueue()等子函数。-Queue chain structure and function of the realization of storage, there are QueueTraverse (), EnQueue (), DeQueue () Function, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.13kb
    • 提供者:熊龙龙
  1. my_BFS

    0下载:
  2. 1. Enqueue the root node. 2. Dequeue a node and examine it. * If the element sought is found in this node, quit the search and return a result. * Otherwise enqueue any successors (the direct child nodes) that have not yet been discovered.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:791byte
    • 提供者:synthia
  1. queue

    0下载:
  2. 数据结构中,基于队列的操作,包括判断队列是否为空,入队,出队等操作-Data structures, queue-based operations, including to determine whether the queue is empty, enqueue, dequeue and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:lxn
  1. priorityQueue

    1下载:
  2. 利用二叉树实现的优先级队列类,包含了基本的入队,出队操作,减小键值等功能,可作为数据结构学习之用。-The priority queue class is implemented using binary tree. The fundamental function includes enqueue, dequeue, decrease key, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:梁清凯
  1. FIFO

    0下载:
  2. 队列是一个先进先出的数据结构,支持业务enque(添加一个项目的结构)和dequeue(删除一个项目从结构)。作为一个FIFO数据结构,项目将在相同的顺序,他们原本排队出列。-A queue is a FIFO data structure that supports the operations enque (to add an item to the structure) and dequeue (to remove an item from the structure). As a FIF
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:704byte
    • 提供者:马龙
  1. duilie

    0下载:
  2. 可以输出队列中的当前元素,还可以对队列判空,进行入队和出队-Can output the current element in the queue, can also be sentenced to empty the queue, enqueue and dequeue
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.22kb
    • 提供者:吕茂辉
  1. ex_2_2

    0下载:
  2. 链队列的进队和出队算法,删除,添加,队满和队空的描述方法。-Chain into the queue and dequeue algorithm, delete, add, teams and team full of empty descr iption method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:82.62kb
    • 提供者:Ecoll
  1. 3

    0下载:
  2. 实现队列运算程序(队列的运用)程序结构: 类型说明; Clearqueue(q)、Emptyqueue(q)、Enqueue(q)、Dequeue(q); main() -Implement queue operations procedures (application queue) program structure:A descr iption of the type
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:192.21kb
    • 提供者:天天
  1. 33

    0下载:
  2. 1、设单链表中存放着n个字符,设计算法,判断该字符串中是否有中心对称关系。例如:xyzzyx、xyzyx都算是中心对称的字符串。 2、设计算法判断一个算术表达式的圆括号是否配对。(提示:对表达式进行扫描,遇‘(’进栈,遇‘)’退掉栈顶的‘(’,表达式被扫描完毕,栈为空) 3、假设以带头结点的循环链表表示队列,并只设一个指针指向队尾,编写相应的置队空、入队和出队算法。 -Set single linked list storage n characters, design algori
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:2.3mb
    • 提供者:wenzi
  1. lab4_2

    0下载:
  2. 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2.47mb
    • 提供者:梁思
  1. duilei

    0下载:
  2. 建立一个空队列; 对已建立的队列进行出队、入队、取队头元素等基本操作。 -Create an empty queue established queue dequeue basic operations into the team, whichever team head element.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:243.58kb
    • 提供者:ruzi
  1. lab04

    0下载:
  2. 实现了采用顺序存储实现栈的初始化、入栈、出栈操作及链式存储实现队列的初始化、入队、出队操作,有菜单式选项,功能强大。-Stored in order to achieve the initialization of the stack, the stack pop operations and chain store queue initialization, enqueue, dequeue, menu options, powerful.
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:11.57kb
    • 提供者:Andy
  1. CPP-two-dequeue

    0下载:
  2. 用C++的两种方法实现了出队列的功能,代码简洁,可以方便学习和使用,代码确实很好,不用谢,哈哈。-Two ways to achieve a C++ function out of the queue, the code is simple, easy to learn and use, the code is really good, you re welcome, ha ha.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:zhangyi
  1. john

    0下载:
  2. 约瑟夫环文题描述:已知n个人围坐圆桌周围。从编号k的人开始报数,数到m的那个人出列;他的下一个人有1开始报数,数到m的那个人呢出列,一次规律重复下去-Joseph ring title descr iption: n known individuals sitting around the table.People began to count off number k, count to m out the man He has 1 started to count off the next
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:774byte
    • 提供者:王淑婷
  1. Linked-List

    0下载:
  2. The static (circular) queue should be implemented as a class named StaticCircularQueue With a maximum of 100 integer elements,  The Dynamic queue should be implemented as a class named DynamicQueue,  The Dynamic queue must not be
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:10.93kb
    • 提供者:tamer
  1. Bonus-Project-Option2-LLHeap-LiJi(865582)121314.r

    0下载:
  2. This project use link-list to implement the heap class. It implements the following four methods: enqueue(), dequeue(), isEmpty() and isFull()
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:197kb
    • 提供者:gg
  1. SequentialQueue

    0下载:
  2. 编程实现循环队列的存储结构与基本算法,主要包括以下功能:  初始化循环队列Q  判断循环队列Q是否为空  依次将字符数据类型的元素’a’,’b’,’c’入队  出队一个元素,输出该元素  依次将字符数据类型的元素’d’,’e’,’f’入队  输出全部出队序列  释放队列-Programming storage structure circular queue
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:55.21kb
    • 提供者:郭培鑫
  1. sequeue

    0下载:
  2. 使用C语言,构成队列,实现队列的入队以及出队操作(The use of C language, a queue, queue enqueue and dequeue operations)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:liuqi605752176
搜珍网 www.dssz.com