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

搜索资源列表

  1. specialqueue

    0下载:
  2. 清华大学数据结构(殷人昆主编)第三章,循环队列的实现-Tsinghua University, the data structure (Queensland殷人editor-in-chief) The third chapter, the realization of Circular Queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:16774
    • 提供者:Alex Lee
  1. sequencedatastructure

    0下载:
  2. 顺序存储结构:单链表,链栈、链队列、循环队列、栈-The order of storage structure: single-chain, chain stack, chain Queue, Circular Queue, Stack
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5822
    • 提供者:两仪
  1. sqQueue

    0下载:
  2. 循环队列的代码,大家可以学习一下,比较经典的写法。-Circular Queue of code, you can learn about, compare the classic form.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:678
    • 提供者:l
  1. queue

    0下载:
  2. 循环队列的定义及其相关操作算法的实现,包括初始化队列、插入、删除、输出等操作-Cyclic queue algorithm is definition and implementation of related operations, including the initialization queue, insert, delete, export and other operations
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:3472
    • 提供者:房春英
  1. 2

    0下载:
  2. 首先建立循环队列的存储结构,为了区分男女队,需要设置两个循环队列,队列中元素的数据类型分别为字符型和整型,然后设计如下函数:ManQueue(Q)和WomanQueue(Q)(建立男人和女人队列)以及PeiDui(Q1,Q2)(舞伴配对),程序描述如下:-First, the establishment of circular queue storage structure, in order to distinguish between male and female teams, need
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:26228
    • 提供者:peter
  1. CycQueue

    0下载:
  2. 循环缓冲队列 ,常用于数据的采集等。比如生产者-消费者模式。-Circular buffer queue, commonly used in data collection and so on. For example the producer- consumer model.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2036
    • 提供者:阿焦
  1. Snake_App

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置-I also a Snake game source code, even though each of the games are played are the same as a Snake, but the programming algorithm is d
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:311995
    • 提供者:xiaojie
  1. wang

    0下载:
  2. 利用循环队列模拟舞伴配对问题:在舞会上,男、女各自排成一队。舞会开始时。依次从男队和女队的队头各出一人配成舞伴。如果两队初始人数不等,则较长的那一队中未配对者等待下一轮舞曲
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2387
    • 提供者:类抗
  1. Circularqueue

    0下载:
  2. 数据结构课程设计中的循环队列的算法设计与实现-Data Structure Course Design Round Robin Algorithm Design and Implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:848
    • 提供者:硕硕
  1. xuhuanduilie

    0下载:
  2. 此程序的作用是对循环队列进行操作,主要是对循环队列进行入队和出队的操作-The role of this procedure is circular queue to operate, mainly on the circulation into the queue for the operation team and the team
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:782
    • 提供者:smith
  1. Queue

    0下载:
  2. 循环队列的实现(Queue, C++版)-Circular queue implementation (Queue, C++ Edition)
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1084
    • 提供者:claire
  1. duilie

    0下载:
  2. 数据结构中中有关堆栈和队列,循环队列的实现程序-Data structure in the stack and queue, circular queue implementation procedures
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:2491
    • 提供者:收到回复
  1. Watershed

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:7350
    • 提供者:王如意
  1. CircList

    0下载:
  2. 循环队列,实现循环链表。当走到队尾时,自动回到队头。-Circular queue, linked list implementation. When the team reached the end, the automatic return to the first team.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7510
    • 提供者:lily
  1. studentmatch

    0下载:
  2. 数据结构中用循环队列来解决学生跳舞搭配的问题-Circular queue data structure used to solve the problem with students dancing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1687
    • 提供者:白凝落
  1. C

    1下载:
  2. line.c-某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 Compute.cpp--约瑟夫(Josephus)环问题 8Queens.cpp--8皇后问题 4Colors.cpp--4色问题 4Fib.cpp--f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3910
    • 提供者:huchenzhi
  1. zhanyuduilie

    0下载:
  2. 栈的实现及应用 (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 队列的实现 (1)采用链式存储实现队列的初始化、入队、出队操作。 (2)采用顺序存储实现循环队列的初始化、入队、出队操作。 -zhan yu duilie
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2188
    • 提供者:杨杨
  1. 4Fib

    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 -Fibonacci sequence of order 4 as follows: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+ fi-2+ fi-3+ fi-4, with size k = 4 of
  3. 所属分类:Other windows programs

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

    0下载:
  2. ⑴实现循环队列各种基本运算的算法 ⑵实现链队各种基本运算的算法-Realization of basic operations of circular queue;Realization of basic operations team chain algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:6923
    • 提供者:安静霆
  1. SnakeApp

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。 -I another Snake game source code, although each of the games are played are the same as a Snake, but
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:318216
    • 提供者:xujun
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com