CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 中缀 后缀 求值

搜索资源列表

  1. infixcaculator

    0下载:
  2. 根据用户输入的中缀表达式,将其转化为后缀表达式并求值。-Based on user input infix expression into a suffix of its expression and evaluated.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1614
    • 提供者:zzy
  1. Stack

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

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

    0下载:
  2. 表达式转换,中缀表达式变后缀表达式并求值。有栈中内容变化说明。-Expression conversion infix postfix expression and the expression changes evaluated. There are changes in the contents of the stack instructions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:999055
    • 提供者:高仁杰
  1. Expressionevaluation

    0下载:
  2. 表达式求值,有后缀表达式求值,中缀表达式直接求值,和中缀表达式间接求值-Expression evaluation, expression evaluation have the suffix, infix expression evaluation directly and indirectly infix expression evaluation
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4351
    • 提供者:daiminmin
  1. DataStruct_expresion

    0下载:
  2. 实现把原表达式分别用中缀,后缀,前缀三个形式表达,并分别求值-Were used to achieve the original expression infix, suffix, prefix the three forms of expression, and were evaluated
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:1238065
    • 提供者:申超波
  1. suffix

    0下载:
  2. 实现中缀表达式到后缀表达式的转换,并求值-Midfix turn to suffix and solve it
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1269
    • 提供者:hitzhc
  1. expression

    0下载:
  2. 实验要求把中缀表达式转换成为后缀表达式,然后再对后缀表达式求值。其中要利用栈,数组等。-Experimental requirements to convert infix expression into postfix expression and then evaluate the expression of the suffix. Which make use of the stack, the array and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1603
    • 提供者:haha
  1. homework

    0下载:
  2. (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-(1) keyboard input either from the right syntax (infix) expressions, display and save the expression. (2) the use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8843
    • 提供者:林小悠
  1. postfix-expression-evaluation-

    0下载:
  2. 后缀表达式求值,将中缀表达式转换成后缀表达式,然后求值-Postfix expression evaluation infix expression into postfix expression and then evaluated
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2086632
    • 提供者:无道
  1. bool-value

    0下载:
  2. 求给定布尔表达式的真值,包括中缀转后缀,由后缀求值的运算。-Demand given the true value of the Boolean expression, including infix to suffix the suffix for the value of the operation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1761
    • 提供者:吴亚伟
  1. poj-5346-

    0下载:
  2. poj 5346题,四则运算表达式求值的实现,用栈和队列实现中缀转后缀后计算,含解题报告与源码-poj 5346 title, the realization of the four arithmetic expression evaluation calculated decorated in a stack and queue implementations turn suffix containing the report and the source of problem-solving
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:13333
    • 提供者:xxx
  1. calculator

    0下载:
  2. 表达式• 表达式树• 表达式求值 输入一个中缀表达式及中缀表达式中字母代表的数值,包含+ - * / 运算符,(),首先转成后缀表达式,然后画出表达式树,最后输出表达式求出的值-Expression expression tree • expression evaluation input the values ​ ​ of the letters on behalf of an infix expression infix express
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2762
    • 提供者:dlfsjal
  1. 24-point-embedded-simple-calculator

    0下载:
  2. 24点内简易计算器的实现。中缀表达式变为后缀表达式然后求值-Simple calculator within the 24-point implementation. Infix expression into postfix expression is then evaluated
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1963
    • 提供者:Ender
  1. expression

    0下载:
  2. 表达式求值利用中缀表达式翻译成后缀表达式进行求值!-Expression is evaluated using the infix expression translated into postfix expression is evaluated!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:304864
    • 提供者:诚可贵
  1. translate

    0下载:
  2. 本代码可以对一般的中缀式进行转化,转为前缀式,后缀式并分别对它们求值。该程序是在vs2010上调试通过的,而且只有源代码。-This code can in general infix style was transformed into a type prefix, postfix and evaluate them separately. The program is in vs2010 debugging through, and only the source code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2102
    • 提供者:joe
  1. expvalue

    0下载:
  2. 该程序主要实现了表达式求值,将中缀表达式转为后缀表达式。-The program achieved a major expression evaluation, the infix expression into postfix expression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1213
    • 提供者:刘磊
  1. expression-evaluate

    0下载:
  2. 将中缀表达式转换成后缀表达式,再将后缀表达式求值-Convert infix expression into postfix notation, then postfix expression uation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1756628
    • 提供者:黄安
搜珍网 www.dssz.com