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

搜索资源列表

  1. linkedstack-and-queue

    0下载:
  2. 数据结构中的链接栈与循环队列的实现,工程简介规范-Link stack data structure with circular queue implementation, project profile specification
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:405589
    • 提供者:king
  1. xhdl

    0下载:
  2. 循环队列标准格式!含有九个函数!向数据大师严蔚敏学习!希望给大家带来帮助-Circular queue is a standard format! Contains nine functions! Master Yan Wei Min to study the data! We hope to bring help
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4379
    • 提供者:zdc
  1. STACKS

    0下载:
  2. 堆栈、队列的链式实现 基本要求:所设计的程序要有简单的DOS界面,方便用户进行操作,完成以下功能: 以链式存储方式,实现堆栈的入栈、出栈、取栈顶元素功能。 以链式存储方式,实现带表头结点的循环队列的入队、出队、取队首元素、求队列长度。 查找出队列中的最大元素。 利用所实现的堆栈对队列中元素进行逆置,并将结果输出到文本文件中。 提高要求: 系统运行时能从文本文件中读取堆栈、队列元素信息,运行结束能将堆栈、队列最新元素信息保存至相应文件中。-Stack, queue ch
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1499743
    • 提供者:房贷首
  1. ex7_10

    0下载:
  2. 本段代为顺序存储方式的循环队列类模板,介绍比较详细。-The section on behalf of the order of storage of the circular queue class template describes in more detail.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2500
    • 提供者:徐俊
  1. recycl-queue-

    0下载:
  2. 循环队列算法的c语言实现,在ST系列的芯片中测试通过,可以结合DMA使用-Circular queue algorithm c language, in the ST series of chip test can be used with DMA
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:824
    • 提供者:he omega
  1. cirular-queue

    0下载:
  2. 为充分利用向量空间,克服"假溢出"现象的方法是:将向量空间想象为一个首尾相接的圆环,并称这种向量为循环向量。存储在其中的队列称为循环队列-To take full advantage of vector space, to overcome the " false overflow" phenomenon is: the vector space of imagination for an end to end ring, saying such a vector for th
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:291133
    • 提供者:newthursday
  1. Order-circular-queue

    0下载:
  2. 数据结构支持的顺序循环队列,包含入队出队,取队头,清队,显示队列-The order cycle data structures to support queues, including a team into the team, take the first team, clean team, display the queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:120476
    • 提供者:韩士杰
  1. data_struct-and-find_sort

    0下载:
  2. 常用数据结构,包括链表、二叉树、栈、循环队列,以及查找排序算法:二分查找,插入排序,选择排序、冒泡排序-Commonly used data structures, including linked lists, binary trees, stacks, queues cycle, and to find sorting algorithms: binary search, insertion sort, selection sort, bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:5028
    • 提供者:齐振涛
  1. josephu

    0下载:
  2. 丢手帕问题,用循环队列实现,可以任意输入循环人数及开始的地方-Lost handkerchief problem, with the circular queue implementation, you can enter any number and the beginning of the cycle
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:1175
    • 提供者:哈文
  1. XUESHENDAPEIWENTI

    0下载:
  2. 一班有m 个女生,有n 个男生(m 不等于n ),现要开一个舞会。男女生分别编号坐在舞池的两边的椅子上。每曲开始时,依次从男生和女生中各出一人配对跳舞,本曲没成功配对者坐着等待下一曲找舞伴。 请设计一系统模拟动态地显示出上述过程,要求如下: (1)输出每曲配对情况; (2 )计算出任何一个男生(编号为X )和任意女生(编号为Y ),在第K 曲配对跳舞 的情况.至少求出K 的两个值 分别用循环队列和链队列实现了 -A group of girls with m,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1532
    • 提供者:陈蔚
  1. lie

    0下载:
  2. 完成对循环队列结构的定义,以及对循环队列的各种基本运算的实现(每种基本运算用一个函数来实现)。 基本运算包括:初始化Init_sqqueue运算、判队空Empty_sqqueue运算、入队En_sqqueue运算、出队De_sqqueue运算、取队头元素Gethead_sqqueue运算。 -Completion of the circular queue structure is defined, and the circular queue implementation of various
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:679
    • 提供者:suweizhe
  1. duilie

    0下载:
  2. 完成对循环队列结构的定义,以及对循环队列的各种基本运算的实现(每种基本运算用一个函数来实现)。 -Completion of the circular queue structure is defined, and the circular queue implementation of various basic operations (each basic operations to implement a function).
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1224
    • 提供者:suweizhe
  1. cirsequeue

    0下载:
  2. 数据结构之循环队列,欢迎大家提宝贵意见啊-The circular queue data structure, ah welcome valuable advice
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:838
    • 提供者:陶永鹏
  1. queue

    0下载:
  2. 循环队列实行删除,插入功能等的程序代码-queue insert and delete function
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:888
    • 提供者:陈琳
  1. PersistCircleQue

    0下载:
  2. 循环队列模板,数据存入在文件中,增加数据时文件大小不变,新数据会挤出旧数据。-Data stored in the file c++ circular queue template, when the file reaches a certain size, the old data out of the new data will go, but the file size remains unchanged. When the batch reading can significantly
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1105
    • 提供者:anyw
  1. circleQueue

    0下载:
  2. 使用C++语言实现的一个循环队列操作,简单易懂-use the language of C++ to achieve a circle queue, easily understood
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1623
    • 提供者:常智华
  1. stack

    0下载:
  2. 对顺序栈进行的一系列操作,出栈,入栈,循环队列,奇数位出栈,偶数位出栈等-On the order of a series of stack operations, stack, stack, circular queue, a stack bit odd, even bits of the stack, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1041
    • 提供者:李娟
  1. QueueTest

    0下载:
  2. C语言实现队列的多态性。能用循环队列对任何数据类型进行操作。-The source code uses C to realize the polymorphism of Loop Queue
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3061
    • 提供者:Stefan Ming
  1. javaapizwb_5164

    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。 -finish english problem
  3. 所属分类:Java Develop

    • 发布日期:2017-06-12
    • 文件大小:18962157
    • 提供者:王静
  1. SqQueue

    0下载:
  2. 数据结构中循环队列的简单实现,这是我自己写的,希望有更多的建议-The circular queue simple to implement,Hope to have more advice
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:295667
    • 提供者:liangjia
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com