CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 栈的 基本操作

搜索资源列表

  1. asfweess

    0下载:
  2. 实现栈的基本操作以及栈在程序设计上的应用-achieve the basic operation of the procedure and stack design of the application
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:16.73kb
    • 提供者:pmz
  1. sjjg1

    0下载:
  2. 问题描述 假设停在铁路调度站入口处的车厢序列的编号依次为1,2,3..n。设计一个程序,求出所有可能由此输出的的长度为n的车厢序列。 基本要求 在栈的顺序存储结构SqStack之上实现栈的五种基本要求,即实现栈类型。除了栈初始化操作之外,都要按函数实现。Push(s,x)是一个布尔函数,当且仅当栈s上溢出时返回“假“值;再说明一个ElemType型的常量StackEmptyMark,操作pop(s)和top(s)遇到栈s为空的情况时返回值StackEmptyMark。程序对栈的
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3kb
    • 提供者:刘伟昌
  1. sta

    0下载:
  2. 本实训是关于栈的应用,栈在各种高级语言编译系统中应用十分广泛,在本实训程序中,利用栈的“先进后出”的特点,分析C语言源程序代码中的的括号是否配对正确。通过本对本实训的学习,可以理解的基本操作的实现。 本实训要求设计一个算法,检验C源程序代码中的括号是否正确配对。对本算法中的栈的存储实现,我们采用的是顺序存储结构。要求能够在某个C源程序上文件上对所设计的算法进行验证。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:王阿川
  1. 栈的基本操作

    0下载:
  2. 关于栈的基本操作
  3. 所属分类:报告论文

    • 发布日期:2011-12-13
    • 文件大小:80.5kb
    • 提供者:laoxinmelo
  1. stack

    0下载:
  2. 栈的基本操作:进栈,出栈,添加结点和删除结点等基本操作的实现。自己做的关于数据结构的试验,仅供参考。-Stack the basic steps: into the stack, the stack, add node and delete node, such as the realization of the basic operation. Own data structures on the test, for informational purposes only.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:1.26kb
    • 提供者:等天香
  1. shuangxiangzhan

    0下载:
  2. 1、 定义栈的存储结构。 2、 编写程序实现双向栈的基本操作:1)初始化;2)判断栈是否为空;3)判断栈是否已满;4)入栈;5)出栈;6)清空栈;7)取栈顶元素。 3、 所写源代码编程风格良好,有详细注释。 4、 程序运行界面良好,使用菜单实现每个基本操作 -1, the definition of stack storage structure. 2, the preparation of two-way stack implementation procedures for
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:wangrong
  1. structer

    0下载:
  2. 单链表的基本操作流程图及源代码 利用栈实现多种运算流程图及源代码-Single list of the basic operation flow chart and source code for implementation using a variety of computing stack and source code flowchart
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:339.1kb
    • 提供者:李明
  1. sunxuzhan

    0下载:
  2. 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct-#include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:924byte
    • 提供者:陈志峰
  1. zhanduilie

    0下载:
  2. 熟悉栈、队列这种特殊线性结构的特性; 2 熟练掌握栈、队列在顺序存储结构和链表存储结构下的基本操作 -Are familiar with stacks, queues the linear structure of this particular characteristic two master stack, queue list in the order of storage structures and storage structures of the basic opera
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5.63kb
    • 提供者:zhangge
  1. Chain-queue

    0下载:
  2. 栈和队列的基本操作,来自一次数据结构实验内容。-The basic operation of the stack and queue data structure from the first experiments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:60.31kb
    • 提供者:Shawn
  1. 1

    0下载:
  2. 1、编写函数,实现顺序栈的各种基本操作(可从上一实验中直接获取); 2、编写函数,实现运算符的优先级处理; 3、编写函数,实现算术表达式的计算。 -1, write a function, the stack order to achieve a variety of basic operations (directly obtained from previous experiments) 2, write a function to achieve priority handl
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:754byte
    • 提供者:mengliang
搜珍网 www.dssz.com