搜索资源列表

  1. sfyx

    0下载:
  2. 算符优先文法的一个实现,编译原理课的作业-Operators realize the priority of a grammar, the compiler of the operating principle lesson
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:108544
    • 提供者:李超
  1. yufafenxichengxu

    0下载:
  2. 这是一个语法的分析程序,采用算符优先分析方法实现的。-This is a syntax analysis procedure for the operator to achieve the priority analysis.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:41984
    • 提供者:xingyudong
  1. compile

    0下载:
  2. 几个自己完成的编译课设小实验代码,从一遍扫描词法到算符优先,非常好。-Completed a number of their own class-based experiment to compile code, it scans from the lexical priority to the operator, very good.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:chenxu
  1. suanfuyouxianyusiyuanshi

    0下载:
  2. 这是一个用算符优先分析方法进行语法分析的程序,并且有简单的四元式生成功能-This is a priority use of operator analysis procedures for the analysis of grammar, and has a simple generating function of type Quaternion
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:68608
    • 提供者:will
  1. Precede

    0下载:
  2. 用算符优先法对算术表达式求值的过程。要求以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。实现对算术四则混合运算表达式的求值,并在求值中运算符栈、运算数栈、输入字符和主要操作的变化过程。-Operator priority method with arithmetic expression evaluation process. Request to form a sequence of characters from the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:叶子
  1. OPG_First

    0下载:
  2. 这是一段关于算符优先的源码,算符优先矩阵是提前构造好的-This is a paragraph on the priority of the source operator, operator priority matrix is constructed in advance good
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:hello
  1. yu`fa

    0下载:
  2. 算符优先语法编译器,VC6.0下运行.希望对大家有用.-Operator priority grammar compiler, VC6.0 run. Hope useful for everyone.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:297984
    • 提供者:pengchuang
  1. MyFormulary

    0下载:
  2. 自己在学习编译原理时用vc++写的算符优先分析器,学习算符优先分析器的好例子,比较简单,适合课程设计使用。-Compiler Construction Principles in their own learning when vc++ Write the operator priority Analyzer, Analyzer Operator Prior learning a good example of relatively s
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:99328
    • 提供者:朱丽
  1. suanfuyouxian

    0下载:
  2. 算符优先算法实现,实现了算符优先。多多指导-Operator priority algorithm, the realization of the operator priority. More guidance
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:348160
    • 提供者:XXXX
  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-19
    • 文件大小:1024
    • 提供者:李汉
  1. suanfuyouxian

    0下载:
  2. 编译器中算符优先算法的简单实现,用于大学作业-Compiler of the priority operator realize a simple algorithm for the University of operation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:222208
    • 提供者:lily
  1. release

    0下载:
  2. 基于算符优先文法的语法分析器,-Priority-based operator grammar parser,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:果果
  1. program4

    0下载:
  2. 根据所给文法的算术优先矩阵对算数表达式进行算符优先分析,显示过程结果并对错误表达式报错解释原因。-In accordance with the given priority matrix arithmetic grammar for arithmetic expressions priority operator analysis, the results show that the process of error and the e
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:192512
    • 提供者:王秋萍
  1. DATA_STRUCTURE

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

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

    0下载:
  2. 课题问题描述 1. 根据算符优先分析算法,编写一个语法分析程序,可以选择以下三项之一作为分析算法中的输入: (1)直接输入根据已知文法人工构造的算法优先关系矩阵 (2)输入已知文法和FIRSTVT、LASTVT集合,由程序自动生成该文法的算法优先关系矩阵 (3)输入已知文法,由程序自动生成该文法的算法优先关系矩阵。 2. 程序具有通用性,即所编制的语法分析程序能够适用于不同文法以及各种输入单词串,并能
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:77824
    • 提供者:ddcw
  1. programmer

    0下载:
  2. 采用算符优先分析法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的赋值语句翻译为四元式。-Priority use of operator analysis of G [S] defined assignment for parsing and grammar analysis of the process entered assignment translated into Quaternion type.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:477184
    • 提供者:徐晓剑
  1. lex

    0下载:
  2. ① 使用自动机技术实现一个词法分析程序; ② 使用算符优先分析方法实现其语法分析程序; 需要先在运行目录下建立一个input.txt文件,将需要分析的文法放在该文件中,分析结果,会输出在output.txt文件中。 -① the use of automatic machine technology to achieve a lexical analysis program ② operator priority use
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:邓冰
  1. sfyx

    0下载:
  2. 求算符优先分析器 有待改进 还未实现功能-Analyzer to be a priority for operators to improve the function have not yet been realized
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  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-19
    • 文件大小: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-19
    • 文件大小:32768
    • 提供者:123
« 1 2 3 4 56 7 8 9 10 ... 24 »

源码中国 www.ymcn.org