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

搜索资源列表

  1. ExpressionCaculator

    0下载:
  2. 利用算符优先算法制作的一个表达式计算器,它能够将一个C语言的表达式解析成四元式,然后根据算符优先的规则来计算表达式。-The use of operator precedence algorithm produced an expression calculator, it can be a C language expression parsing into four yuan type, then operator precedence rules to evaluate the expre
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2874856
    • 提供者:hgp
  1. 230157

    0下载:
  2. 编译原理算符优先文法自上而下的语法分析程序的算法-Principle of the priority operator compiler grammar parser top-down algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:357181
    • 提供者:roger
  1. 20064350132

    1下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:488522
    • 提供者:aden
  1. abc

    0下载:
  2. 汇编语言 语法ll1分析器 和 算符优先分析 -Assembly Language Syntax ll1 analysis and operator precedence parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1935318
    • 提供者:堕落天使
  1. Compiler

    0下载:
  2. java实现的算符优先文法分析器 可以进行括号匹配,出入栈分析-java implementation of the operator precedence grammar analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:20949
    • 提供者:王江华
  1. yufafenxi

    0下载:
  2. 实验内容: 可选择LL1分析法、算符优先分析法、LR分析法之一,实现如下表达式文法的语法分析器: (1)E→E+T | E-T | T (2)T→T*F | T/F | F (3)F→P^F | P (4)P→(E) | i -Experiment: optional the LL1 analysis method, the operator precedence analysis, LR analysis, one of the following expre
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:174619
    • 提供者:ppt
  1. suanfuyouxianwenfa

    0下载:
  2. 这是一个算符优先文法的语法分析器,主要可一将文法的FIRSTVT和LASTVT找出,并用自下而上的方法规约语句。-This is an operator precedence grammar parser, the grammar can be a major FIRSTVT and LASTVT find, and bottom-up approach with the Statute of the statement.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:684618
    • 提供者:个发
  1. sufuyouxiansuanfa

    0下载:
  2. 编译原理 实现算符优先算法的方法及具体实现步骤,相信对大家有很大的帮助的-Compiler to achieve the principle of the priority operator algorithm and specific implementation steps, I believe we have a lot of help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:31269
    • 提供者:lwb
  1. lr

    0下载:
  2. 算符优先分析法,中间代码选用逆波兰式。 欢迎下载!-Operator priority analysis, intermediate code optional Reverse Polish-style. Welcome to download!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者:jkmshen
  1. 85375536BiaoDaShiQiuZhiShiYan

    0下载:
  2. 算符优先文法 -Operator Prior operator priority grammar grammar
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:77674
    • 提供者:zhx
  1. EvaluateExpression

    0下载:
  2. 个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。 假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符"#",如:#(7+15)*(23-28/4)#。 引入表达式起始、结束符是为了方便。编程利用"算符优先法"求算术表达式的值。-In arithmetic expressions by the operand (operand), operator (operator) and the Limi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:13214
    • 提供者:刘一丹
  1. compiler

    0下载:
  2. 完成一个完整的编译程序,语法分析大部分采用LL(1)文法实现,算术表达式用算符优先至底向上实现。-Completion of a complete compiler, syntax analysis of the majority of the use of LL (1) grammar realization of arithmetic expressions by bottom-up operator to achieve the priorities.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:15229
    • 提供者:熊永红
  1. datastructure

    0下载:
  2. 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5592
    • 提供者:张欣
  1. BSTAVT

    1下载:
  2. 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1608288
    • 提供者:张欣
  1. SFYX

    0下载:
  2. 算符优先文法的编译器编写代码应用于编译原理-Operator Prior grammar compiler compiling principle applies to writing code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1597
    • 提供者:hwl
  1. sfyxwfsj

    0下载:
  2. c#编写的算符优先文法编译器的源代码用于编译原理-c# prepared operator priority grammar compiler source code used to compile the principle
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:20957
    • 提供者:hwl
  1. asdf

    0下载:
  2. 算术表达式求值演示,栈的应用的一个典型的例子,演示用算符优先法对算术表达式求值的过程-Arithmetic expression evaluation demonstration, the application stack, a typical example, demonstrate the priority operator arithmetic expression on the process of evaluation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1134
    • 提供者:王超
  1. value

    0下载:
  2. 演示用算符优先法对中序算术表达式求值的过程。 程序执行的命令包括: (1)构造两个空栈,数栈和运算符栈;(2)输入一个中序算术表达式,表达式中数字进入数栈,运算符进入运算符栈;(3)将从键盘上输入的运算符与运算符栈中的运算符进行优先级比较;(4)将运算结果再放入数栈中;(5)结束。 -Demonstration by operators in order of priority on the arithmetic expression evaluation process. Pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1771
    • 提供者:sanghy
  1. shiyan2

    0下载:
  2. 该程序的主要功能是要实现算符优先算法,其中,有完整的主程序,但不是可视化界面。-The main functions of the program is to achieve operator priority algorithm, which has the complete main program, but not visual interface.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:10368
    • 提供者:wangliang
  1. Compiler

    0下载:
  2. 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:483490
    • 提供者:丁丁
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com