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

搜索资源列表

  1. duilie

    0下载:
  2. 数据结构中的循环队列的所有操作,包括建立,查询,删除,插入,排序等等,可以参考一下,已经确认无误-Circular queue data structure for all operations, including create, query, delete, insert, sort, and so on, you can refer to, has confirmed that is correct
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:773856
    • 提供者:胡洋
  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
    • 文件大小:2593792
    • 提供者:梁思
  1. Experimental-data-structure

    0下载:
  2. 数据结构的一些基本实验,包括多项式求和,后缀表达式求解,稀疏矩阵,循环队列的实现等,可以对刚开始学习数据结构的学生有很大的帮助-Some of the basic structure of the experimental data, including polynomial summation, postfix expression solving sparse matrix, the realization of the circular queue students just beginn
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:197600
    • 提供者:wangxiuyong
  1. Static

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

    • 发布日期:2017-11-06
    • 文件大小:6712
    • 提供者:BidyBai
  1. 12

    0下载:
  2. 循环队列的实现和运算<<实用数据结构基础(第三版>>-The realization and operators of the circular queue
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:1166
    • 提供者:韩婧
  1. 51-FIFO

    0下载:
  2. 51单片机的FIFO(先入先出)循环队列实现-51 single-chip FIFO (first-in, first-out) circular queue to achieve
  3. 所属分类:SCM

    • 发布日期:2017-11-08
    • 文件大小:1031
    • 提供者:陈驰
  1. cir_queue

    0下载:
  2. 环形队列,可以设置阈值。具备增、删、查、改功能-Circular queue, you can set the threshold. Have increased, delete, check, change and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:3500
    • 提供者:高扬
  1. Msp430UartTXorRX

    2下载:
  2. 串口环形队列接收和发送程序,基于MSP430-Serial circular queue receive and transmit procedures, based on MSP430
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2013-08-05
    • 文件大小:329753
    • 提供者:zoukai
  1. AN11329

    0下载:
  2. 基于NXP芯片的循环队列应用,里面有一些循环队列应用的相关代码。-NXP chip-based circular queue application, which has a circular queue applications code.
  3. 所属分类:SCM

    • 发布日期:2017-12-05
    • 文件大小:568930
    • 提供者:安妮
  1. SerialPort

    0下载:
  2. 1 可以动态修改串口的参数 2 采用线程方式来发送文件 3 用循环队列来接收数据,同时用线程来显示数据,避免接收大量数据时程序无响应-1 can dynamically modify the parameters of the serial using threads to send the file with the circular queue to receive data at the same time to display data using threads to avoi
  3. 所属分类:Com Port

    • 发布日期:2017-11-12
    • 文件大小:5692
    • 提供者:石志超
  1. Prom-pairing

    0下载:
  2. 用循环队列模拟舞伴配对问题: 在舞会上,男、女各自排成一队。舞会开始时。依次从男队和女队的队头各出一人配成舞伴。如果两队初始人数不等,则较长的那一队中未配对者等待下一轮舞曲。 假设初始男、女人数及性别已经固定,舞会的轮数从键盘输入。试模拟解决上述舞伴配对问题。-Paired with a partner circular queue simulation problem: at the ball, male and female each lined up. Dance star
  3. 所属分类:Other Games

    • 发布日期:2017-11-07
    • 文件大小:184206
    • 提供者:屠海斌
  1. SeqQueue

    0下载:
  2. 数据结构循环队列的实现 在visual c++6.0运行-Circular queue data structure to achieve the visual c++6.0 run
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:696147
    • 提供者:小银
  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. 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. 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. Electricity-meter

    0下载:
  2. AVR单片机测电量,加入滑动窗口滤波和环形队列滤波-AVR microcontroller measured power, adding a sliding window filter and circular queue filtering
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:452913
    • 提供者:朱波
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com