CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 表达式 中缀 后缀

搜索资源列表

  1. Stack_Expression

    0下载:
  2. 表达式求值,中缀表达式转成后缀,根据后缀表达式求出表达式的值-Expression evaluation, expression conversion infix postfix, postfix expressions obtained under the value of the expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:220013
    • 提供者:jinxintang
  1. Infix_expression_into_postfix_expression_calculati

    1下载:
  2. 利用栈将中缀表达式转化成后缀表达式并计算-Using the stack to postfix infix expression into an expression and calculate
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:48381
    • 提供者:秦朔
  1. lab1

    0下载:
  2. 实现中缀表达式转换为后缀表达式,实现了其基本的操作,刚刚完成-Convert infix expression to achieve postfix expression, achieved its basic operations, has just been completed
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:199956
    • 提供者:张晓笛
  1. biaodashi

    0下载:
  2. 将简单中缀算术表达式变换成: (1)后缀形式 (2)生成书上描述的抽象堆栈机的代码 (3)对常量算术表达式,输出结果 -A simple infix arithmetic expressions transform into: (1) suffix form (2) generate an abstract descr iption of the book stack machine code (3) of the constant arithmetic expressions,
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:203031
    • 提供者:蓝旺隆
  1. Postfix

    0下载:
  2. 后缀表达式Postfix,将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出;若用户输入的表达式有误,则程序的输出是无意义的,但该程序不会提示用户输入有误。-Postfix expression Postfix, the end-user input infix expression into an equivalent postfix expression is the output if the user enters the expression is wrong, the pr
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:263039
    • 提供者:洪闻涛
  1. calculator2

    0下载:
  2. 用C++编写的一个简单计算器,可以实现将中缀表达式转化为后缀表达式,并计算输出表达式的值,利用了STL中的栈-using C++ make a calculator which can used to make middle pression into fix pression and calculate the value
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:669874
    • 提供者:鱼宝
  1. transform-nifix-expression-to-postfix-expression-w

    0下载:
  2. 利用栈将四则运算的中缀表达式(仅限于整数)转化为后缀表达式-Using the stack to transform four operations nifix expression (only integers) into postfix expression
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1672
    • 提供者:quiq
  1. ConvertToPostfix

    0下载:
  2. 用Java语言写的,使用堆栈,将中缀算术表达式转换成后缀表达式。-Written using Java language, using the stack, the infix arithmetic expressions into postfix expressions.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1112
    • 提供者:hatec
  1. huizhuishi

    0下载:
  2. 中缀式转换成后缀式 基于语法制导翻译的表达式转换编译器-Postfix infix conversion into a translation type expression based Syntax compiler transformation
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:2880
    • 提供者:文迪
  1. calculator

    0下载:
  2. 用mfc将一个中缀表达式转换成后缀计算,带计算键盘的-With mfc an infix expression into postfix calculation, with calculation of the keyboard
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:841665
    • 提供者:陈坤
  1. compiler_infi_into_suffixform

    0下载:
  2. 编译原理课程实验:将简单中缀算术表达式变换成:(1)后缀形式;(2)生成书上描述的抽象堆栈机的代码;(3)对常量算术表达式,输出结果 -Compiler theory course experiment: a simple infix arithmetic expressions transform into: (1) suffix form (2) generate an abstract descr iption of the book stack machine code (3)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:49985
    • 提供者:
  1. Stack

    0下载:
  2. 用栈实现中缀转化为后缀表达式的C、C++程序。-Stack implementation using infix into postfix expression C, C++ program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1426
    • 提供者:
  1. abstractstack

    0下载:
  2. 给定一个中缀表达式,要求转化为后缀表达式,并且生成抽象堆栈机的代码,完整代码加实验报告。-Given an infix expression into postfix expression requirements, and generate an abstract stack machine code, complete code and test reports.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 表达式求值*** 将中缀表达式转换为后缀表达式。假设输入的算法表达式的运算符只有“+、-、×、/、(、)”这几种。 要求:用栈完成;首先要判断输入的表达式括号是否配对,在正确表达式的基础上转换为后缀表达式,然后计算结果。 -*** Expression evaluation will be converted to postfix infix expression expression. Assume that the input of the algorithm expressio
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1988
    • 提供者:Li
  1. change

    0下载:
  2. 把中缀表达式转化为后缀表达式…… 第一行为T,表示有T组数据; 以下T行每行包含一个字符串,是中缀表达式。 对于每组测试数据数据后缀表达式。-Infix expression to postfix expression into the first act ... ... T, says there are T sets of data the following T lines each line contains a string, is the infix expres
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1141
    • 提供者:yu
  1. MyStack

    0下载:
  2. 用Java语言实现的一个工作栈,并在其中可以完成输入后缀表达式,转换成中缀表达并计算结果-Java language with a working stack, and enter a suffix in which the expression can be done, and to convert infix expression results
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10644
    • 提供者:丁晓刚
  1. shiyanwwu

    0下载:
  2. 则运算式求值,将四则运算式用中缀表达式表示,然后将它转变成后缀表达式,并且计算结果。 2、 基本要求:要求运用二叉树来实现。 -The expression is evaluated, the four expressions that use the infix expression, and then to transform it into a postfix expression, and results. 2, the basic requirements: Requir
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2960
    • 提供者:wuting
  1. postfix

    0下载:
  2. 用Stack类来实现中缀表达式转化为后缀表达式,并且根据后缀表达式求值-With the Stack class to implement an infix expression into postfix expression, and expression evaluation according to the suffix
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2268757
    • 提供者:aerin
  1. zzbdsqz

    0下载:
  2. 中缀表达式求值,使用栈将中缀表达式转化为后缀表达式然后再进行计算 新手报到 -Infix expression evaluation, the use of the stack will be an infix expression into postfix expression and then calculated new to report ~~~~~~~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:203324
    • 提供者:rqg
  1. mid-lat

    0下载:
  2. 一个数学表达式,先输入中缀表达式然后变成后缀表达式,并求出这个式子的值-A mathematical expression, and then to enter the infix expression into postfix expression, and calculated the value of this formula
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:685934
    • 提供者:张杰
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com