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

搜索资源列表

  1. 顺序表的应用

    0下载:
  2. 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
  3. 所属分类:技术管理

    • 发布日期:2016-01-22
    • 文件大小:2048
    • 提供者:jay
  1. QUEUE

    0下载:
  2. 这是一个关于循环队列的程序,有小错误,自己寻找改正即可,您可以从中了解方法-This is a circular queue of the program, a small error, they can find to correct, you can learn about the method
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:566
    • 提供者:胡欢
  1. 5

    0下载:
  2. 虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:324449
    • 提供者:徐云
  1. Joseph

    0下载:
  2. 约瑟夫问题,用循环队列解决,从指定的第m个元素到第n个元素依次读出队列中的元素-Joseph problems, and use circular queue resolved, the first m from the specified element to the first n elements in turn to read out the elements of the queue
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1507
    • 提供者:王远
  1. 链式表的相关使用啊

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-29
    • 文件大小:1116
    • 提供者:GANYOUQUAN
  1. Pascaltriangle

    0下载:
  2. 通过基本数据结构——循环队列来打印杨辉三角,循环队列也有更广阔的应用空间-Through basic data structures- circular queue to print the Pascal triangle, circular queue has a broader application of space
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:234645
    • 提供者:宋光
  1. The-program-of-data-structure

    0下载:
  2. 数据结构的例子程序,包含循环队列、链表队列、线性链表、静态链表、堆栈等的实现。-Examples of program data structures, including circular queue, linked list queue, linked list, static list, stack, etc. to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4729934
    • 提供者:panyiteng
  1. circularqueue

    0下载:
  2. 数据结构中队列的应用,用单链表实现循环队列-Queue data structure in the application of the realization of a single linked list Circular Queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1543
    • 提供者:winnie
  1. Queue

    0下载:
  2. 掌握循环队列的基本操作及在顺序存储结构上的实现。数据结构-Circular Queue grasp the basic operation and in order to achieve the storage structure. Data Structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:43220
    • 提供者:胡娟
  1. shangji

    0下载:
  2. 大二半年的数据结构上机实验。包括链表,栈和循环队列,树,图。可供初学数据结构者上机参考。全部均可以在C-Free中运行。-Sophomore data structure on a six-month experiment. Including the list, stack and the cycle queue, tree, Fig. For beginners are on the machine data structure reference. All of which can run
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:254653
    • 提供者:神州
  1. adsfawerwaer

    0下载:
  2. 数据结构循环队列的实现 实现用指针的删除查找功能 性能良好-Circular Queue data structure realize the delete using the search function pointer in good
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1368
    • 提供者:张清
  1. ThreadDemo

    0下载:
  2. 这是一个多线程操作的例子,其中包括线程同步,互斥及结循环队列的操作!是初始c++builder中线程操作的好实例-This is an example of multi-threaded operation, including thread synchronization, mutual exclusion, and to bear the operation cycle of the queue! Are initial c++ builder in the thread a good ex
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:55874
    • 提供者:zk
  1. FCQ

    0下载:
  2. 固定容量队列,该队列有固定的容量 C,当队列中元素数目小于C时,正常的进 行入队和出队操作,当队列已满时再入队 就会把队头元素挤出队列,所有元素前移 而在队尾加入新元素,用数组来实现循环 队列。-Fixed capacity queue,when it is not full,push and pop data as usual,when it is full,it still can input data from tail,but
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1433
    • 提供者:令狐吹雪
  1. MessageList

    0下载:
  2. 双向循环队列,做为输入也输出的队列实现,MessageList是底层与应用层之间的松散的连接通道。 -MessageList.java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1444
    • 提供者:lhb
  1. circbuf-1.0

    0下载:
  2. 循环队列,C语言版本,可用于生产者消费者策略使用-Circular Queue, C language version of the strategy can be used for producers of consumer use
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:266480
    • 提供者:zhangzhen
  1. number4

    0下载:
  2. 回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。 实验目的: 1、掌握循环队列的定义及应用; 2、掌握队列的基本操作; 3、进一步熟练掌握栈的基本操作及应用; 4、初步学会解决具体问题的算法设计。-Experimental identification requirements palindrome:
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:591
    • 提供者:
  1. zoj_1009_Enigma

    0下载:
  2. 这是一道模拟题目,属于比较容易的,但是其中用到了一个类似于循环队列的东西,感到还是很有意思的-This is a simulation of the subject, are relatively easy, but the cycle is similar to using a queue of things are still very interesting
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:867
    • 提供者:Scott
  1. xunhuanliedui

    0下载:
  2. 2. 假设以数组sequ[m]存放循环队列的元素,同时设变量rear和quelen 分别指示循环队列中队尾元素的位置和内含元素的个数。编写实现该循环队列的入队和出队操作的算法。提示:队空的条件:sq->quelen==0;队满的条件:sq->quelen==m。-2. Assuming an array sequ [m] cycle queue storage elements, while the variable set, respectively, rear and instr
  3. 所属分类:Data structs

    • 发布日期:2016-01-21
    • 文件大小:160809
    • 提供者:李月
  1. duilie

    0下载:
  2. 本程序为循环队列的实现,比较低级的实现。-This procedure for the realization of the cycle queues, the realization of relatively low-level.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:910
    • 提供者:beryl
  1. process

    0下载:
  2. 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1137002
    • 提供者:white Snow
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com