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

搜索资源列表

  1. lr

    0下载:
  2. 给出该文法的属性文法,用LR分析法实现对赋值语句的翻译,给出翻译的逆波兰式结果。-Given the grammar attribute grammar, with the realization of LR analysis of the translation of assignment statements are given against the Polish translation of the results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1.61kb
    • 提供者:duqinghua
  1. 2

    0下载:
  2. 逆波兰式表示法的生成程序,挺好的!实现了从中缀向后缀的转变-Reverse Polish Notation notation generation process, quite good! Realized the transformation from infix to suffix
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.18kb
    • 提供者:李荣涛
  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. object-code

    0下载:
  2. 编译原理最后一步目标代码生成逆波兰式转换成汇编-Compilation Principle final step object code generation Reverse Polish Notation into assembly
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:2.41kb
    • 提供者:张晓祎
  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. nibolanshifenxichengxu

    0下载:
  2. 逆波兰式程序分析器,用于自己编写的源程序进行语法分析,初步找出一些错误-nibolanshi chengxu fenxiqi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:Abdulla
  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. raplc

    0下载:
  2. 编译原理的实验:bison实现的逆波兰计算器,doc文件有编译过程,注意安装bison在运行-bison implemented RPN calculator, doc file has the compilation process, pay attention to install bison running
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:169.25kb
    • 提供者:吴坤
  1. pro

    0下载:
  2. YACC程序中缀转后缀,只采用YACC,没有LEX,比较简单的一个逆波兰式的转换-YACC program infix turn suffix
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:6.05kb
    • 提供者:游钊柠
搜珍网 www.dssz.com