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

搜索资源列表

  1. wubanpeidui

    0下载:
  2. 实训题目利用循环队列解决舞伴配对问题, C语言版。 -The training topics using circular queue partner pairing problems, the C-language version.
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:1770
    • 提供者:梁莹
  1. Student-Information-Management

    0下载:
  2. 采用顺序和循环队列的存储结构,利用C++编程实现对学生信息的简单管理。-Simple student information management using sequence list and circle queue.
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:7040
    • 提供者:Rose
  1. 102458_qjx_4

    0下载:
  2. 建立一个链队列,求链队列长度,元素出队入队,取队头元素,清空队列,输出当前队列,判断队列是否为空,建立循环队列,及循环队列的各种操作。-build a linkqueue.
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:2087
    • 提供者:qinjuexiao
  1. 4

    1下载:
  2. 队列模板以及PPT文件 包括循环队列和顺序队列-Queue template and PPT files including circular queue and sequential queue
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:1317095
    • 提供者:ellen
  1. queue

    0下载:
  2. 用C语言写的通用的循环队列,使用非常方便-the common queue
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-05
    • 文件大小:1838
    • 提供者:李嘉
  1. C++数据结构代码

    0下载:
  2. 本压缩包里含有队列、链表(单链表、双链表和循环链表)、栈、队列、两个栈实现一个队列、二叉树等数据结构的C++代码实现。
  3. 所属分类:数据结构常用算法

  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. QUEUE

    0下载:
  2. 对数据结构队列的描述,包括顺序队列,循环队列,链队列-The data structure of the descr iption of the queue, including the order queue, circular queue, chain queue
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:1563
    • 提供者:陈伟
  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. QUEUE

    1下载:
  2. 循环队列模块的实现,可直接引用,节省开发时间-Circular queue module implementations, can be directly quoted, saving development time
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:14870
    • 提供者:陈志浩
  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. liqueue

    0下载:
  2. 在Visual C++中实现: 1)创建一循环队列; 2)创建一个顺序栈; 3)利用栈和队列实现回文字符串的判定。 -failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:675
    • 提供者:xiaojian
  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. Circular-queue-Number-screening-

    0下载:
  2. 通过数组和链表方法实现循环队列中人员筛选的问题。该文档给出了问题及多种解决方案,还列出了容易出现的错误。是初学者避免错误的好帮手。-Through arrays and linked lists methods to achieve the circular queue personnel screening questions. This document gives a variety of problems and solutions, also lists error prone. Is
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2669
    • 提供者:刘争辉
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com