CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 栈的操作

搜索资源列表

  1. expression

    2下载:
  2. 利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 -Done using an arithmetic expression evaluation stack: file input fr
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:429013
    • 提供者:Sw
  1. TopSort

    0下载:
  2. 图的拓扑排序。采用邻接表存储结构。其中包含有栈的操作。-Map topological sort. The use of the adjacent table storage structure. Which contains a stack operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1892
    • 提供者:金婷
  1. Stack

    0下载:
  2. 栈的定义,C++定义的栈的基本操作 用于栈的操作练习 表达式求值,中缀转后缀-Stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:509514
    • 提供者:范志东
  1. 1

    0下载:
  2. 本程序是一个完整的后缀表达式计算,主要用栈的操作实现,本程序封装了CStack类实现栈的操作,本程序最大的特色在于运用动态监视表达式的算法对表达式进行数据校验,对一切合法的表达式进行计算,检验出所有任何非法表达式并提示-This program is a complete computing postfix expression, the main operations with the stack implementation, this program encapsulates CStack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:21531
    • 提供者:mxb
  1. calculator

    0下载:
  2. 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
  3. 所属分类:Other windows programs

    • 发布日期:2014-09-20
    • 文件大小:416646
    • 提供者:liujianye
  1. stack

    0下载:
  2. 堆栈的简单应用举例,出栈、入栈的操作方式及其改进-A simple application of the stack example, a stack, stack' s mode of operation and its improvement
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:668345
    • 提供者:wbwubin
  1. zhanmigong

    0下载:
  2. 用栈操作实现的求解迷宫问题,帮助理解栈的操作-Stack operation achieved by solving a maze, to help understand the operation of the stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1036
    • 提供者:niebing
  1. stack

    0下载:
  2. 实验题目:5.1 基于顺序栈的括号匹配程序设计验证 一、实验目的 1. 掌握栈的顺序存储结构; 2. 掌握栈的操作特性; 3. 掌握基于顺序栈的基本操作的实现方法。 二、实验内容 1. 实现顺序栈的成员函数; 2. 基于顺序栈的括号匹配程序设计验证。 实验题目:5.2 基于链式栈的表达式的计算程序设计验证 一、实验目的 1. 掌握栈的链式存储结构; 2. 掌握栈的操作特性; 3. 掌握基于链式栈的基本操作的实现方法。 二、实验内容 1. 实
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:14502
    • 提供者:混乱
  1. shiyan

    0下载:
  2. 中缀转后缀并进行简单加减乘除。利用栈的操作。-Infix and suffix for simple transfer Math. Use of stack operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:199118
    • 提供者:杨璧铫
  1. calculate

    0下载:
  2. 实现基本科学计算器功能,具有四则混合运算功能和括号功能。基于栈的操作指南-For basic scientific calculator functions, with four mixed-function computing functions and brackets. Operational Guidelines for the stack-based
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1993990
    • 提供者:马鹏程
  1. SquStack_Maze

    0下载:
  2. 学习数据结构的基础知识,通过对栈的操作实现迷宫寻路。 //单文件格式-The basics of learning data structures, achieved through the operation of the stack maze pathfinding.// Single file format
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2755
    • 提供者:齐加庆
  1. software-base_5

    0下载:
  2. 厦门大学信息科学与技术学院 自动化系大二下 软件技术基础课程 上机题目 实验五 栈的操作 编译通过,仅供参考-Automation software technology foundation courses sophomore next topic experimental five-on operation of the stack compiler, for reference only
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:9520
    • 提供者:weiwei
  1. zhan

    0下载:
  2. 模拟并演示栈的操作原理的C程序,可有输出看栈的操作过程-Simulation and demonstrates the principle of operation of the stack C program, you can have a look at the stack output during operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:14768
    • 提供者:Jo Mac
  1. CPP

    0下载:
  2. C++实现栈的操作,队列的操作和用栈模拟队列-C++ achieve stack operation, operation and use of the queue stack simulation queue
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-01
    • 文件大小:13469884
    • 提供者:刘淼
  1. STACK

    0下载:
  2. 本程序是用C语言编写的栈的操作,包括入栈, 出栈, 判断栈是否已满等等操作。-This procedure is written in C stack operation, including stack, stack, determine whether the stack is full, and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:187982
    • 提供者:张浩
  1. PostFix

    0下载:
  2. 定义栈,通过入栈出栈的操作完成后缀表达式求值。-to calculate the postfix expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:宋锋
  1. LinkStack

    0下载:
  2. 链栈的基本操作,创建,插入,删除,查询操作(The basic operations of the chain stack, create, insert, delete, and query)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:229376
    • 提供者:天气正
  1. Stack

    0下载:
  2. 栈的基本操作,创建,插入,删除,查询操作(The basic operations of the stack, create, insert, delete, and query the operation)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:529408
    • 提供者:天气正
  1. U201514542_1

    0下载:
  2. 栈的操作函数。整型栈是一种先进后出的存储结构,对其进行的操作通常包括判断栈是否为空、向栈顶添加一个整型元素、出栈等。(The operating function of the stack)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:opdoqw
  1. 0下载:
  2. 栈的简单实现,代码中包含栈的基本操作(插入,删除,初始化等)(The simple implementation of the stack, which contains the basic operations of the stack (insert, delete, initialization, etc.))
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1741824
    • 提供者:hjyzzz
« 12 3 4 5 »
搜珍网 www.dssz.com