CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - 逆波兰表达式

搜索资源列表

  1. nibolan

    0下载:
  2. 非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式,并计算用逆波兰式来表示的算术表达式的值。-Suffix used to represent arithmetic expressions arithmetic expression converted to Reverse Polish Notation, and calculate the value of the arithmetic expression Reverse Polish Notation.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:237.76kb
    • 提供者:孙辰
  1. calculator

    0下载:
  2. 用逆波兰式计算数学表达式,用的是C#语言-With Reverse Polish Notation calculate mathematical expressions, using the C# language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:59.66kb
    • 提供者:林宏声
  1. RPN

    0下载:
  2. 将数学表达式转换成逆波兰表达式,用C#语言-The mathematical expression into Reverse Polish Notation, using C# language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:32.72kb
    • 提供者:林宏声
  1. bison

    0下载:
  2. 用bison实现的四则运算逆波兰表达式计算器。其中的词法分析用flex实现。里面是VC的工程文件。有已经生成的exe.使用时注意输入的格式: 如 3+4 输入时为3 4 +,其中的空格不能少。-Reverse Polish Notation calculator with bison achieve four operations.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:480.94kb
    • 提供者:ginnuezen
  1. wenjain1

    1下载:
  2. 正则表达式转化为DFA。首先转化为逆波兰表达式。再建立语法分析树,求firstops,followops,lastops,nullable函数,构建DFA。-Regular expressions into DFA. First into reverse Polish notation. Re-establishing the parse tree, seeking firstops, followops, lastops, nullable function, build DFA.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.5kb
    • 提供者:YANDONG
  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
    • 提供者:忆昔
搜珍网 www.dssz.com