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

搜索资源列表

  1. zhenhao

    0下载:
  2. 试利用优先级队列实现栈和队列。保证所需的程序能够达到标准. -test using Priority Queue and Queue achieve stack. To ensure the necessary procedures to meet standards.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:dfssd
  1. Stack_and_Queue_by_CT

    0下载:
  2. 用MFC写的栈和队列的小程序,有漂亮的界面,debug文件夹中有演示-with MFC wrote Stack and Queue small procedures, beautiful interface, debug folder with demonstration
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:61.43kb
    • 提供者:陈涛
  1. sjjg_suanfaji

    0下载:
  2. 数据结构及算法C语言实现代码集.有数据结构中的常用算法源码(c语言编写),如图论算法、线性表、栈和队列的及一些常见的计算问题
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:608.46kb
    • 提供者:李飞
  1. mowangyuyan

    0下载:
  2. 1.主要是对栈和队列的运用。 2.首先实现栈和队列的基本操作。 3.将魔王语言自右至左进栈,总是处理栈顶字符。若是开括号,则注意出栈,将字母顺序如对,直至闭括号出栈,并按照规则要求注意出对在处理后入栈。 4.规则(2)的实现主要运用队和栈的特性。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:王莹
  1. parking

    0下载:
  2. 停车场模拟 队列和栈的应用 哈哈 又是数据结构经典 都用的是模板类和模板栈-parking cohort simulation of the application stack and Ha Ha is classic data structures are using the template and the template stack category
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.16kb
    • 提供者:xjt
  1. huiwen 写一个算法判断读入的一个以‘@’为结束符的字符序列是否为回文

    1下载:
  2. .假设称正读和反读都相同的字符序列为“回文”,例如,“abcddcba”、 “qwerewq”是回文,“ashgash”不是回文。是写一个算法判断读入的一个以‘@’为结束符的字符序列是否为回文。 2. 要求用栈和队列共同实现。 3. 验证各操作的正确性。 -Palindrome made several
  3. 所属分类:其它

    • 发布日期:2015-03-24
    • 文件大小:1kb
    • 提供者:孙志雄
  1. language

    0下载:
  2. 实现语言翻译,只是平常的一次学生实验,不是很完美,具体是演示栈和队列的算法-The realization of language translation, but usually a student experiment, is not perfect, is to demonstrate the specific stack and queue algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-04
    • 文件大小:419.88kb
    • 提供者:just789
  1. dddd

    0下载:
  2. (C语言)用两种方法(栈和队列)拓扑排序,由用户选择方法-(C language) of two ways (Stack and Queue) topological sort, by the user selection method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3.29kb
    • 提供者:王超
  1. 5

    0下载:
  2. Visual C++ 6.0平台(操作员级) 一:简答题 1、面向对象的特征有哪些方面? 2、do……while和while……do有什么区别? 3、队列和栈有什么区别? 4、引用与指针有什么区别? -failed to translateNMBMBMBNMBMBMBMMMMMMMMMMMMBMBMB
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4.04kb
    • 提供者:wangteng
  1. tingchechang

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-Stack mimics the parking to the queue simulation car
  3. 所属分类:assembly language

    • 发布日期:2017-12-07
    • 文件大小:2.75kb
    • 提供者:伊伊
  1. Car-parking-mange-

    0下载:
  2. 实现停车自如,利用了栈和队列的知识,在vc环境下写的-Achieve ease parking, use of the stack and queue knowledge, written in vc environment
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:2.03kb
    • 提供者:李海
  1. seqlist

    0下载:
  2. 结构线性表是一种常用的数据结构,以下介绍线性表及其顺序存储,并对栈和队列及它们的顺序实现给出了详细的设计描述。-Linear table structure is a common data structure, the following describes the linear form and stored in order, and stacks and queues and their sequential implementation gives a detailed design
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:1.43kb
    • 提供者:uname
  1. Untitled1

    0下载:
  2. 马踏棋盘,经典算法,是数据结构的C语言版,用栈和队列来实现-Is the data structure of the C language version, with stacks and queues to achieve
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:721byte
    • 提供者:GG
  1. mataqip

    0下载:
  2. 马踏棋盘的经典算法 是数据结构的C语言版,用栈和队列来实现-请键入文字或网站地址,或者上传文档。 取消 Mǎ tà qípán de jīngdiǎn suànfǎ Shì shùjù jiégòu de C yǔyán bǎn, yòng zhàn hé duìliè lái shíxiànHorse riding board classical algorithm Is the data structure of the C language version, with st
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:719byte
    • 提供者:GG
  1. tingchechang

    0下载:
  2. 利用出栈、入栈、队列等知识和相关的c语言函数来实现对校园的停车场进行管理-Use the stack, stack, queue, and related knowledge to achieve the c language function to manage campus parking
  3. 所属分类:ELanguage

    • 发布日期:2017-04-09
    • 文件大小:1.83kb
    • 提供者:zgs
  1. shujujiegou

    0下载:
  2. 《数据结构与算法设计》一书中的全部代码实现,包括线性表、栈和队列、串、数组和广义表、树、图等。-" Data structure and algorithm design," a book of all the code to achieve, including linear lists, stacks and queues, strings, arrays and generalized tables, trees, graphs and so on.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:194.4kb
    • 提供者:
  1. Stack

    0下载:
  2. 栈和队列 数据结构实现c代码 -Stack and queue data structure c codeStack and queue data structure c code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:327.02kb
    • 提供者:chunfen
  1. Ball-Clock-problem

    0下载:
  2. 球钟问题,共27个球,计算时间,12小时进制,用到数据结构中的栈和队列-Ball Clock problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4.27kb
    • 提供者:赵丽丽
  1. kong-jian-shu-ju-jie-gou

    0下载:
  2. 空间数据结构 用栈和队列的方法解决相关迷宫问题-Spatial data structures stack and queue methods to solve problems related to the maze
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:11.92kb
    • 提供者:看清
  1. 数据结构教程上机实验指导

    0下载:
  2. 本书是《数据结构教程》的配套上机实验指导书,两书章次一一对应,内容包括线性表、栈和队列、串、数组和稀疏矩阵、递归、树状结构、广义表、图、查找、内排序、外排序、文件等。书后附录中给出了VC++ 6.0环境下编写C程序所需的基本知识及学生应提交的实验报告的格式。本书包含全部上机实验题目,因此自成一体,可脱离《数据结构教程》单独使用。
  3. 所属分类:汇编语言

« 12 »
搜珍网 www.dssz.com