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

搜索资源列表

  1. Fibonacci

    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。 -4-order Fibonacci sequence is as follows: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+ fi 2+ fi-3+ fi-4, With size k = 4
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:310106
    • 提供者:lv
  1. C-P-P-circular-queue

    0下载:
  2. 完整的一段C++的循环队列实现,有详细的注释-Complete a section of C++ circular queue implementation, with detailed comments
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1368
    • 提供者:邹威威
  1. Dancer

    0下载:
  2. 使用两个循环队列,实现男女舞伴配对问题。即:舞厅男女队列中人数的配对,以及剩余人数和对头姓名。-The use of two circular queue, women realize the partner matching problem. Namely: ballroom of the number of men and women in the queue matching and surplus number and name adversary.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:296282
    • 提供者:王震
  1. test

    0下载:
  2. 循环队列算法实现,例子说明,简单明了,容易理解。-Circular queue algorithm, examples illustrate the simple, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:935
    • 提供者:zhu
  1. myproject_Queue

    0下载:
  2. 队列实现,及其功能实现。约瑟夫环的实现,循环队列。-Queue,the use of queue .there are 7 using.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:238806
    • 提供者:mpc
  1. xunhuanduilie_finish

    0下载:
  2. 使用循环队列的方式接受或发送串口数据,实现单片机与电脑的通信,带液晶显示程序。-Circular queue to accept or send serial data, with the LCD program.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:54914
    • 提供者:朱光旭
  1. list

    0下载:
  2. 循环队列,数据结构学习,内容很浅,不要期望太高-I do know how to descrite my file,so I sorry for my way
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:581
    • 提供者:wqm
  1. xhdl

    0下载:
  2. 循环队列,数据结构中的基本程序。简单易学,易理解。-cirular queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1125
    • 提供者:xinling
  1. cirqueue

    0下载:
  2. 循环队列,实现了出队列,入队列的操作,算法简单易懂-Circular queue and the queue into the queue operation, the algorithm is simple and easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:147739
    • 提供者:Jijian Shi
  1. Data-structure-experiments

    1下载:
  2. 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1861189
    • 提供者:何沙沙
  1. ex2.2

    0下载:
  2. 实现队列的插入和删除操作及循环队列的相关操作-Queue insert and delete operations and circular queue operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1382
    • 提供者:刘洋
  1. xunhuanlianbiao

    0下载:
  2. 数据结构中的循环队列,以链表为存储结构,可以实现杨辉三角的输出-Circular queue data structure linked list for storage structure can be achieved Yang Hui triangle output
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:298141
    • 提供者:liangjia
  1. shujujiegou

    0下载:
  2. 循环队列的基本应用以及操作,java语言实现-Basic application of the circular queue operation, java language to achieve
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:3104
    • 提供者:zhao
  1. 51MCU_FIFO

    1下载:
  2. 51单片机的FIFO(先入先出)循环队列实现(已在串口通信中实际应用)-51 single-chip FIFO (FIFO) circular queue (already in the practical application of the serial communication)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-04-11
    • 文件大小:25600
    • 提供者:peack
  1. xunhuanduilie

    0下载:
  2. 循环队列算法,数据结构课程设计可以直接使用。-Circular queue algorithms, data structures, curriculum design can be used directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1279
    • 提供者:kitty
  1. CircleQueue

    0下载:
  2. 这是一个循环队列的基本操作程序,是在ubuntu下编写的,包括建循环队列,插入,查找,删除,清空,销毁这些操作,很基本,适合初学者。基础很重要的。-This is the basic operating procedures of a circular queue is prepared under ubuntu, including the construction of a circular queue, insert, search, delete, clear, destroy thos
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1020
    • 提供者:李友
  1. ex_2_2_2

    0下载:
  2. 循环队列的进队和出队算法,循环队列中队满和队空的描述-Circular queue algorithm into the team and the team, and team circular queue empty squadron full descr iption
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:56153
    • 提供者:Ecoll
  1. stm32F_OS

    0下载:
  2. STM32在RL-ARM下的串口驱动,通过循环队列的方式收发数据。-STM32 serial port driver under the RL-ARM, send and receive data through the circular queue.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-14
    • 文件大小:2554673
    • 提供者:罗一鸣
  1. 1111

    0下载:
  2. 偏移实现循环队列,输出若干数据并入队,输出出对序列到队空-Offset circular queue output certain data incorporated into the team, and output a sequence to the team empty
  3. 所属分类:MPI

    • 发布日期:2017-12-07
    • 文件大小:1134
    • 提供者:
  1. 4-1

    0下载:
  2. 通过上机对队列的基本操作的调试和调用来掌握顺序循环队列的操作-Mastered the operation of the order cycle queue on machine debugging and call queues basic operation
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:743
    • 提供者:wangyuxi
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »
搜珍网 www.dssz.com