CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - postfix notation

搜索资源列表

  1. PostfixConversion

    0下载:
  2. Calculator algorithm with postfix notation. Example of usage.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:x-phile
  1. postfix1

    0下载:
  2. A small program for demonstrating the Postfix notation, you can input the postfix equation in the command window
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:384.28kb
    • 提供者:Yafeng
  1. zhongzhuizhuanhouzhui

    0下载:
  2. 中缀表达式转后缀表达式,数据结构中堆栈的应用。-Switch to postfix infix notation expressions, the data structure stack applications.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:631.2kb
    • 提供者:小杜
  1. calc

    0下载:
  2. Advanced calculator which uses Postfix notation in order to parse math formulas. It can also draw a result.
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:25.48kb
    • 提供者:lpu
  1. src

    0下载:
  2. This program takes an equation in prefix,infix, or postfix mode with proper parenthesis and parses the equation into a binary tree to show which equations come first, then outputs the same equation back in prefix,infix, and postfix notation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8.52kb
    • 提供者:net7
  1. project2.tar

    0下载:
  2. implement a routine that takes an infix notation expression, converts it to postfix through an expression tree, and then evaluates the postfix notation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4.09kb
    • 提供者:mike
  1. nibolanshi

    0下载:
  2. 逆波兰式,用于后缀表达式,计算上用到的比较多-Reverse Polish Notation for postfix expression, used in more computationally
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:675.7kb
    • 提供者:jiangzuolin
  1. Project-Diva-4

    0下载:
  2. 课程作业, 将输入的前缀表达式转换为对应的逆波兰表达式(后缀表达式)-Course work, the prefix expression is converted to the corresponding input Reverse Polish Notation (postfix expression)
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:Joshua
  1. Calculator

    0下载:
  2. 一个简单的计算复杂表达式的值,利用栈,将中缀表达式转化为后缀表达式-A simple calculation of the value of complex expressions, the use of the stack, the infix expressions into postfix notation
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.4kb
    • 提供者:从陆文
  1. calculator

    0下载:
  2. 控制台应用程序,科学计算器。用来学习中缀表达式转后缀表达式。函数的输入需要一个字母一个字母的输入。-Console application, scientific calculator. Learning to turn postfix notation infix expression. Enter function requires a letter of an alphabet input.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.37kb
    • 提供者:Horus
  1. postfix-notation

    0下载:
  2. 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.3kb
    • 提供者:忆昔
  1. infixtopostfix

    0下载:
  2. 利用java语言实现中缀表达式转后缀表达式,能判断操作符的优先级,把括号去掉,可以接受空格的输入。-Java language use infix expression turn postfix notation, the operator can determine the priority of the brackets removed, can accept input space.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.19kb
    • 提供者:chenhuibing
  1. expression-evaluate

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

    • 发布日期:2017-05-09
    • 文件大小:1.68mb
    • 提供者:黄安
  1. Expressions-computing

    0下载:
  2. 表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。- Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:41.97kb
    • 提供者:yezongxi
  1. p1

    0下载:
  2. compute expression in postfix notation and output the result. You may use std::stack to implement the program.
  3. 所属分类:Other windows programs

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