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

搜索资源列表

  1. 队列

    0下载:
  2. 最大队列长度(对于循环队列,最大队列长度要减1)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-06
    • 文件大小:2892
    • 提供者:50546468@qq.com
  1. USART.rar

    1下载:
  2. 一个串口通信程序,采用循环队列的方式进行接收和发送,,A serial communication procedure for the way the cycle queue to receive and send
  3. 所属分类:Com Port

    • 发布日期:2016-08-07
    • 文件大小:1131
    • 提供者:沈钊
  1. 基于uCOS的循环数据队列演示

    0下载:
  2. 基于uCOS的循环数据队列演示,演示如何在UART收发上使用循环队列。-queue buffer demostration base on uCOS RTOS.
  3. 所属分类:uCOS开发

    • 发布日期:2017-04-04
    • 文件大小:89949
    • 提供者:maxwell_lee
  1. queue

    0下载:
  2. 带线程安全的循环队列,可自行调整队列的大小.处理数据的效率高.处理串口,USB数据的好东东!-With the cycle of thread-safe queue, they are free to adjust the size of the queue. Efficient data processing. To deal with serial port, USB data Dongdong good!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4623
    • 提供者:张来
  1. duilie

    0下载:
  2. 数据结构用C语言实现队列的算法,有链队列出队、入队算法,循环队列出队、入队算法。-Data structure using C language to achieve queue algorithm, there are chain teams listed teams, teams into the algorithm, the cycle team listed teams, teams into the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1428
    • 提供者:韩杰
  1. queue

    0下载:
  2. 这是一个基于ARM7的2134的在内存中开辟循环队列的的程序!-This is an ARM7-based on the 2134 cycle opened in memory of the process queue!
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:2911
    • 提供者:张文
  1. a.doc

    0下载:
  2. 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4684
    • 提供者:sad
  1. csy_queue

    0下载:
  2. 循环队列演示,可以初始化队列大小,插入队列,出队列以及清空队列-Circular Queue demo, you can initialize the queue size, insert the queue, dequeue, and clear the queue
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2625
    • 提供者:pengyuxu
  1. VC_Queue

    1下载:
  2. 这是用VC编写的一个“队列”的插入和删除程序,使用的是循环队列。-This is prepared by VC a " queue" of the insert and delete procedures, the use of the circle queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:275057
    • 提供者:Mr.Chen
  1. b

    0下载:
  2. 数据结构-循环队列,用c语言实现了循环队列的操作-Data structure- the cycle queues, the language used to achieve the cycle c queue operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1103
    • 提供者:丫头
  1. stm32_adc

    1下载:
  2. 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:3925
    • 提供者:韩武纪
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:680387
    • 提供者:马也凡
  1. 循环队列

    0下载:
  2. 数据结构,是循环队列的创建,只有循环队列,可以直接使用(Data structure, is the creation of a circular queue, only the loop queue, you can directly use)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:123345
  1. e5f5b93afef3fc8b89d6c81420ad9db9

    0下载:
  2. 实现以循环链表表示的队列操作: 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列(Queue operations to circular linked list representation: build queue, destroy the team, a team, queue, and queue length to determine air force display queue.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:15360
    • 提供者:苏青
  1. 栈和队列的链接

    0下载:
  2. 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:蚊子酱
  1. 新建文本文档

    0下载:
  2. 一、循环队列的基础知识 1.循环队列需要几个参数来确定 循环队列需要2个参数,front和rear 2.循环队列各个参数的含义 (1)队列初始化时,front和rear值都为零; (2)当队列不为空时,front指向队列的第一个元素,rear指向队列最后一个元素的下一个位置; (3)当队列为空时,front与rear的值相等,但不一定为零; 3.循环队列入队的伪算法 (1)把值存在rear所在的位置; (2)rear=(rear+1)%maxsize ,其中maxsize代表数
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:刘祥
  1. 循环队列

    0下载:
  2. 循环对联实现, //1.创建空的循环队列,为结构体在堆区分配空间 //2.判断队列是否为空 //3.判断队列是否为满 //4.入队,操作rear //5.出对,操作front(Circular couplet implementation, //1. creates an empty loop queue that allocates space for the structure in the heap area //2. determines whether the queue
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:153600
    • 提供者:啊哈S
  1. Queue

    0下载:
  2. 实现循环队列的各种基本操作,如初始化、判断队列空或满、出入队操作(Implementation of the basic operations of a circular queue, such as initializing, judging queue empty or full, entry and exit operations)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:wuthering。
  1. 循环队列

    0下载:
  2. 基于C-C++的循环队列的构建及基本操作,插入,删除,查找等操作的实现(C-C + + based on the construction of circular queue and the basic operation, insert, delete, search and other operations to achieve)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:ssfldsh
  1. 斐波那契数列用循环队列解决

    0下载:
  2. 本代码提供将斐波那契数列用循环队列来解决的方案。(This code provides a solution to the Fibonacci sequence using a circular queue.)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:3072
    • 提供者:jackahri
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com