搜索资源列表

  1. 算符优先文法

    0下载:
  2. 算符优先实验,可以输入文法,生成算符优先表,输入句子,生成移近-规约过程。并且还有实验报告。-operator priority experiments can be imported grammar, production operator priority list, input sentence, approached generation-the Statute of the process. And there are exp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:357177
    • 提供者:dyz
  1. 编译原理代码

    0下载:
  2. 编译原理中算符优先表的生成,其中包含了每步骤的显示,进栈和出栈的过程都能完整的显示出来,仅供大家学习借鉴-compiler Principle operator of the priority list generation, which contains every step, into stacks and stack up the integrity of the process can show up only to learn
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:dzg
  1. suanfu

    0下载:
  2. 用算符优先文法制作的算符优先分析器,实现了FIRSTVT跟LASTVT的输出跟优先表的输出以及栈的输出以及到文件的输出。-priority grammar operator with the operator priority to the production analyzer, achieved with LASTVT FIRSTVT output with the output of the priority list and s
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:姜鹏
  1. 算符优先文法

    0下载:
  2. 算符优先实验,可以输入文法,生成算符优先表,输入句子,生成移近-规约过程。并且还有实验报告。-operator priority experiments can be imported grammar, production operator priority list, input sentence, approached generation-the Statute of the process. And there are exp
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:357376
    • 提供者:dyz
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1972224
    • 提供者:李平
  1. suanfuyouxian

    0下载:
  2. 非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:41984
    • 提供者:swb
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, suppo
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:22528
    • 提供者:大山
  1. sfyx

    0下载:
  2. 算符优先算法 给定文法的..不包括优先表的构造及FIRSTVT和LASTVT的计算-operator priority given grammar algorithm .. the priority list does not include the construction and FIRSTVT and LASTV the calculated T
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:JOHN
  1. expression_request

    0下载:
  2. 计算表达式是实现课程设计语言的基本问题之一,也是栈的应用的一个典型例子。1)要求以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值。2)要求在屏幕的适当位置显示运算符栈,运算数栈,输入字符和主要操作的变化过程!3)要求最好有友好的功能和仿真界面,运算数可以是实数。 -err
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:3539968
    • 提供者:walew
  1. BiaoDaShiQiuZhiShiYan

    0下载:
  2. 编译原理的算符优先表达式求值程序,附带有实验报告,仅供参考。-compiler principle of priority operator expression evaluates procedures, a fringe experimental report, for information purposes only.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:77824
    • 提供者:张楠
  1. suanfuyiuxian

    0下载:
  2. 算符优先 根据形式化算法,编制程序实现一个算符优先分析器,能对常见的算术表达式语句进行分析。 要求实现以下功能: 1) 组织算术表达式的输入; 2) 组织算符优先关系表或者优先函数的输入; 3) 若输入的符号串是一个算术表达式语句,则输出一个分析树骨架(既每一步规约用到的最左素短语),否则输出一个错误信息。 -operator priorities under formal algorithm, the devel
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:55296
    • 提供者:余琨
  1. compiler

    0下载:
  2. 给出非终结符的FIRSTVT和LASTVT集。画出算符优先关系表。给定符号串判定是否是文法中的句子,分析过程用计算机打印出来。-website is not the end of the FIRSTVT and LASTVT set. Ingenuous operator precedence table. Series set to determine whether the symbol is the grammar of the
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:56320
    • 提供者:张海
  1. 040410204

    0下载:
  2. 算符优先文法 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符的FIRSTVT和LASTVT集。 5. 画出算符优先关系表。 6. 判定读入的文法是否是算符优先文法。 7.给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 -Operator priority G
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:91136
    • 提供者:狐狸
  1. suanfuyouxianfenxichengxu

    0下载:
  2. 根据算符优先分析法,给定某文法和符号串。构造算符优先关系表,若算符优先关系表满足算符优先文法,则对给定的输入符号串进行归约分析,可以判定该符号串是否是给文法的句子。 -According to operator priority analysis, given a string of grammar and symbols. Tectonic relationship between the operator priority ta
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:李汉
  1. DATA_STRUCTURE

    0下载:
  2. 题 目: 算术表达式求值的程序设计 初始条件: 表达式计算是实现程序设计语言的基本问题之一,也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法对算术表达式求值的过程。 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值,并仿照教科书的例3-1演示在求值中运算符栈、运算数栈、输入字符和主要操作的变化过程。 -Title: Arith
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:487424
    • 提供者:陈宗浩
  1. TCPIP

    0下载:
  2. 六、 限自动机的生成及化简过程模拟 10 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟-Sixth, limit the generation of automata and simplify the process of simulation of
  3. 所属分类:组合框控件

    • 发布日期:2024-05-14
    • 文件大小:159744
    • 提供者:啊啊啊啊
  1. SF

    0下载:
  2. 通过输入文法,构造有限关系表,算符优先分析算法,并构造分析过程-By entering the grammar, structure limited the relationship between form, operator priority analysis algorithm, and the process of structural analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:32768
    • 提供者:123
  1. sufuyouxian

    0下载:
  2. 算符优先,先输入语法规则,就可求出FIRSTVT及LASTVT,然后给出算符优先关系表-Operator priority, first enter the grammar rules can be obtained FIRSTVT and LASTVT, and then give priority to the relationship between operator table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:刘强国
  1. suanfuyouxian

    0下载:
  2. 是一个程序,实现了算符优先文法,本程序最大的特点是算符优先的分析表并不是手动输入的,而是由程序自动分析而成的,构建FIRSTVT集和LASTVT集,最后画出分析表。-Is a process, the priority operator realize the grammar, this process is characterized by the largest operator priority analysis table is
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:王业鹏
  1. BYYL

    0下载:
  2. 编译原理课程设计 算符优先算法的实现 输出FIRSTVT和LASTVT,算符优先表。-Principles of curriculum design compiler algorithm operator priority output FIRSTVT and LASTVT, operator priority table.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:5580800
    • 提供者:xuli
« 12 3 4 »

源码中国 www.ymcn.org