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

搜索资源列表

  1. stack-and-queue

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using seq
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2195
    • 提供者:fei
  1. Circular-queue

    0下载:
  2. 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2352
    • 提供者:杨涛
  1. Queue

    0下载:
  2. winform编程,实现一个数组循环队列。队列有三个数据provider,分别随机的间隔1~3秒向队列插入字符。Provider1插入字符a, Provider2插入字符b,Provider3插入字符c,每次插入字符的长度是随机1~10个字符。队列有1个receiver, 以1秒/字符的速度从队列中取字符。队列长度可以设置为100。界面上动态实时的显示循环队列中头指针和尾指针所在的位置,显示当前队列中所有的字符。-An example to show a queue which is h
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:7456
    • 提供者:李青
  1. priority-queue

    0下载:
  2. 使用循环队列创建最小和最大优先队列,并使用堆排序方法去排序。-Using the circular queue to create the min and max priority queue, and using heap sort method to sort the queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:211755
    • 提供者:kid
  1. cppsfsc

    0下载:
  2. 主要是收集了一些常用的C++算法相关内容,关键地方都已标记注释,比如链表数据、尾插法利用一个动态指针、迭代斐波那契、循环队列、KMP模式匹配算法,二叉树二叉链表节点结构定义、二叉排序树查找、平衡二叉树 AVL、优化后的冒泡算法、简单的选择排序,依次比较将最小的,然后与第一个位置交换、希尔排序、堆排序、归并排序(内存占用大)等,具体请下载这个源代码文件。-Is mainly a collection of some commonly used algorithms C++ relevant con
  3. 所属分类:IME Develop

    • 发布日期:2017-04-03
    • 文件大小:10133
    • 提供者:谈美明
  1. 12342-03

    0下载:
  2. 数据结构第三版课件及源代码,循环队列程序设计-Data structures courseware and the third edition of the source code, program design circular queue
  3. 所属分类:SQL Server

    • 发布日期:2017-04-07
    • 文件大小:1003239
    • 提供者:杨齐纳
  1. src

    0下载:
  2. 利用java实现数据结构队列,循环队列,优先级队列,栈;自己编写的-Using Java implementation queue data structure, the circular queue, the priority queue, stack Write your own,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6020
    • 提供者:dwm
  1. circular-queue

    0下载:
  2. 数据结构中循环队列的C++编程实现源代码-Data structure of circular queue in c++ programming source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:217877
    • 提供者:邢玉娟
  1. QUEUE

    0下载:
  2. c语言开发的循环队列可以直接应用到自己的项目中,已经通过vc编译-c language development cycle queue can be applied directly to their own projects, has been compiled by vc
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2008
    • 提供者:jxc
  1. CyclicQueue

    0下载:
  2. 这个是循环队列的实现,初始化队列,遍历队列,插入队列,删除队列-This is the realization of the circular queue, initialize the queue, traversed queue, inserted into the queue, delete the queue
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:313633
    • 提供者:廖诗雨
  1. CSharpCircular-queue

    0下载:
  2. C#编写的循环队列,包括基本操作和运行程序-Basic operations written in C# circular queue
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:59075
    • 提供者:Shawn
  1. SqQueue

    0下载:
  2. 循环队列的基本操作的实现,有三个分页组成。-Achieve the basic operation of the circular queue, consisting of three pages.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:175250
    • 提供者:Shawn
  1. Stack_CycleQuene

    0下载:
  2. 本人自己实现的栈与循环队列。 栈中实现了数据的后进先出。 循环队列长度固定为2的整数次幂以方便队列指针的环回计算。-My own stack and circular queue. The stack implements LIFO. Circular queue length is fixed to an integer power of 2 to facilitate loop calculating of the queue pointer .
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-11
    • 文件大小:1389
    • 提供者:经历
  1. Queue_string

    0下载:
  2. 菜鸟自己写的一个存储字符串的循环队列,字符串长度可自定义,遍历方式是一个个输出的。-Circular queue rookie wrote a stored string, the string length can be customized traversal is one of the output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:Daniel Gu
  1. 121340215123421345

    0下载:
  2.   2.1栈的实现及应用   (1)采用链式存储实现栈的初始化、入栈、出栈操作。   (2)采用顺序存储实现栈的初始化、入栈、出栈操作。   (3)设表达式以字符形式已存入数组E[n]中,‘#’为表达式的结束符,试写出判断表达式中括号‘(’、‘)’、‘[’、‘]’是否配对的C语言描述算法。 (4)在主函数中设计一个简单的菜单,分别测试上述算法。   2.2 队列的实现   (1)采用链式存储实现队列的初始化、入队、出队操作。   (2)采用顺序存储实现循环队列的初始
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11764
    • 提供者:王诗尧
  1. The-establishment-of-a-static-queue

    0下载:
  2. 定义了一个循环队列,并对其进行处理,包括初始化,输入,输出,删除等等,已经在vc6.0上运行通过。-Defines a circular queue, and carries on the processing, including initialization, input, output, delete, etc., has been run through in vc6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:811
    • 提供者:皇甫永硕
  1. Test-3

    0下载:
  2. 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。 -Fibonacci Fibonacci sequence of order 4 are: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+fi-2+fi-3+fi-4, k = 4 for the capa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:922
    • 提供者:崔雪莹
  1. CircularQueue

    0下载:
  2. 双缓冲循环队列数据结构,能够高效对数据进行操作。-Double buffering circular queue data structure that can efficiently operate on the data.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:creater
  1. fibonaccique

    0下载:
  2. 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。-Fibonacci Fibonacci sequence of order 4 are: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+fi-2+fi-3+fi-4, k = 4 for the capacit
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:177533
    • 提供者:zqh
  1. fifoqueue

    0下载:
  2. fifo先进先出的算法。利用循环队列实现数据的先进先出-fifo FIFO algorithm. The cyclic data FIFO queue
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-11
    • 文件大小:1052
    • 提供者:hubbit
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com