CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构 顺序栈

搜索资源列表

  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. ShiYanBaoGao

    0下载:
  2. 数据结构中堆栈与队列的应用的练习程序,包括1.用数组的形式实现顺序栈的定义和操作 2.利用堆栈将队列中的元素逆置 3.括号匹配算法 包括调试报告和实验报告 程序源代码在实验报告当中 -stack data structures and the application of Queue practice procedures, including one. using arrays in the form of the definition of the order stack and ope
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:859587
    • 提供者:张焕人
  1. shunxuzhan

    0下载:
  2. 用C语言编写的数据结构中顺序栈的程序-C language data structures sequence stack procedures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:hurrys
  1. hduong2

    0下载:
  2. 数据结构(c++)栈顺序存储结构的全部操作 以及数据类型转换-data structure (c) stack sequence storage structure and operation of all types of data conversion
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1684
    • 提供者:hd0178
  1. Mysplit

    0下载:
  2. 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorit
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:206095
    • 提供者:蒋建军
  1. shuxuzhan

    0下载:
  2. 本源码是关于数据结构的顺序栈的操作的源码,你可以下载编译。-the source of the data structure is the sequence of operation of the stack source code, you can download the compiler.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:902
    • 提供者:李键
  1. sting2.doc

    0下载:
  2. 线性数据结构算法实现 栈的顺序和链式存储存表示与基本算法的实现; 队列的链式存储表示与基本操作算法实现-linear data structure of the stack algorithm sequence and chain store expresses the basic algorithm and the realization; Queue said chain store operation with the basic algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3491
    • 提供者:CJX
  1. shujujiegou

    0下载:
  2. 数据结构源程序,包括:顺序表的基本运算实现,链表的基本运算与实现,栈的基本运算与实现以及实例等18个源程序。-source data structure, including : Table order to achieve the basic operations, the chain of basic operations and the realization Stack the basic operations and to achieve and example source code
  3. 所属分类:开发工具

    • 发布日期:2014-01-15
    • 文件大小:20362
    • 提供者:李江峰
  1. zhan+duilie

    0下载:
  2. 数据结构中栈和队列的基本算法以及应用,带FLASH演示顺序栈演示,以及一些习题.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:182548
    • 提供者:nlx
  1. a.doc

    0下载:
  2. 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4684
    • 提供者:sad
  1. zhan

    0下载:
  2. 这是数据结构中栈的顺序栈的源程序,希望能帮到你,多来下载哦,谢谢。-This is the data structure in the order of the stack stack source code, hoping to help you more to download Oh, thank you.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:854
    • 提供者:Jackie zhou
  1. Stack

    0下载:
  2. 设计实现数据结构的栈队列顺序存储动画演示过程-Design and implementation of data structures stored in the stack order of animation process queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:41875
    • 提供者:yunfei
  1. stack

    0下载:
  2. 用C语言实现了数据结构中栈的有关算法,包括初始化顺序栈,插入元素,删除栈顶元素,取栈顶元素-In C language to implement the stack data structure algorithms, including the initialization sequence stack, insert elements, remove the top element, take the top element
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:815
    • 提供者:李工
  1. STACK

    0下载:
  2. 对数据结构中栈的描述,包括顺序栈,链栈等-The data structure of the descr iption of the stack, including sequence stack, chain stack, etc
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:1403
    • 提供者:陈伟
  1. sqstack

    0下载:
  2. 用数据结构实现栈的顺序存储表示,包括站的定义,初始化,求栈元素长度,插入新元素为栈顶元素等-Stack data structure stored in the order, including the definition of the station, initialized, find the length of the stack element, insert a new element to the top of the stack elements
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:224739
    • 提供者:邢素素
  1. Data-Structure-Stack

    0下载:
  2. 包含数据结构的栈的链式存储和栈的顺序存储,里面含有栈的创建,删除,插入,销毁等方法-Contains the data structure of the stack chain store and the order of the stack storage, which contains the stack to create, delete, insert, destroy and other methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7666
    • 提供者:yu
  1. 任意符号的所有出栈顺序

    0下载:
  2. 数据结构问题:输出任意符号表示的所有出栈顺序,vs2015及以上版本可直接运行(Output the order of data push in arbitrary notation.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2466816
    • 提供者:LH--LH
  1. file

    0下载:
  2. 二叉堆的简单实现,顺序表的简单实现,队列的简单实现,栈的简单实现,树堆的简单实现(simple implementation of binary heap, sequence list, queue, stack and treap)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:五粮液
  1. C经典数据结构算法

    1下载:
  2. 包含单链表、单循环链表、顺序表、链栈、二叉树、图及汉诺塔等C经典数据结构算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2019-02-16
    • 文件大小:1261305
    • 提供者:wggaugu
  1. Queue

    1下载:
  2. 任务描述 栈和队列都提供 Push/Pop 两种操作,其中 Push:加入一个元素。Pop:弹出一个元素。给出一个线性结构的进出顺序,判定这个结构是栈还是队列。(40’) 输入描述 第一行输入一个整数s,代表有s组测试数据。 第一行输入一个整数 n,代表操作的次数。 输入 n 行,每行包含两个整数 type val。 当 type = 1时,表示该次操作为 push 操作,val 表示进入的数字。当 type=2 时,表示该次操作为 pop 操作,val 代表出来的数字。 输出描述 对每
  3. 所属分类:Windows编程

    • 发布日期:2021-04-04
    • 文件大小:1024
    • 提供者:郝运多多
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com