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

搜索资源列表

  1. GrammarAnalysis

    0下载:
  2. 一个很不错的C++语法分析器,主要使用的是LL1文法,可以自动判断是否为LL1文法,若是,可以对例句进行语法分析-A very good C++ parser, the main use of the LL1 grammar, can automatically determine whether the LL1 grammar, and if so, can listen to parse
  3. 所属分类:Compiler program

    • 发布日期:2016-05-22
    • 文件大小:205798
    • 提供者:ma xiaolong
  1. LR1-parser

    0下载:
  2. LR1语法分析器,输入文法,可以对句子进行扫描,并判断句子是否可接收-LR1 parser, the input grammar, you can scan the sentence and determine whether it can receive a sentence
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:5053768
    • 提供者:李明
  1. BOCH

    0下载:
  2. 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient,
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:4561
    • 提供者:朱查松
  1. Compiler

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

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

    1下载:
  2. 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:105102
    • 提供者:michelle
  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. GrammerAnalysis

    0下载:
  2. 用MFC写的语法分析器,可以进行算符优先文法分析-Analysis of operator precedence grammar parser, written with MFC
  3. 所属分类:Compiler program

    • 发布日期:2017-12-03
    • 文件大小:3733545
    • 提供者:rex
  1. non-recursive

    0下载:
  2. 建立文法及其LL(1)分析表表示的数据结构,设计并实现相应的预测分析器,对源程序经词法分析后生成的二元式代码流进行预测分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。-提示:" s"以后的内容没有被翻译,单次翻译最多1000字 努力翻译中,请稍后… A grammar and LL (1) of the table that the data structure, design and implement the corresponding prediction
  3. 所属分类:Compiler program

    • 发布日期:2017-12-04
    • 文件大小:23165
    • 提供者:杜坤
  1. Compile

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,词法分析器-LL1 parser input grammar expression can automatically output the prediction analysis table to determine whether the LL1 grammar, you can then enter any of a sentence, and then analyze them gives a detailed analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:42614
    • 提供者:搁浅时光
  1. scanner

    0下载:
  2. 编译原理的词法分析器:正则文法所描述的Pascal 语言子集单词符号的词法分析程序-Compiler theory lexical analyzer: Regular grammar describes a subset of the Pascal language lexical analyzer word symbols
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:2094
    • 提供者:changjing
  1. yufa-

    0下载:
  2. 用C语言完成的语法分析器,功能完全 .   根据某一文法编制调试LR(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对LR(1)分析法的理解。-With C language parser, fully functional
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:173158
    • 提供者:yyz
  1. vcapi20040127

    0下载:
  2. LL1文法分析器,可以实现自动生成分析表,给定文法,判断分析结果。-LL1 grammar analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:21298
    • 提供者:李妹
  1. PredictionAnalysis

    0下载:
  2. 编译原理内容。LL(1)文法判断,构造语法分析器。-Compiler theory content. LL (1) grammar judgment, constructed parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:862172
    • 提供者:贞子
  1. Parsing

    0下载:
  2. 对文法E -> E+T | E-T | T T -> T*F | T/F | F F -> id | (E) | num的LL(1) LR语法分析器 -On grammar E-> E+T | ET | TT-> T* F | T/F | FF-> id | (E) | num of LL (1) LR parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3878
    • 提供者:yingkkk
  1. test

    0下载:
  2. 编译原理LR(1)文法分析器LR(1)文法如下: (0) E-> E+T (1) E-> T (2) T-> T*F (3) T-> F (4) F-> (E) (5) F-> a-Compiler theory LR (1) grammar analyzer LR (1) grammar as follows: (0) E-> E+T (1) E-> T (2) T-> T* F (3) T-> F (4)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2044
    • 提供者:高昊
  1. LL1_Grammar

    0下载:
  2. LL(1)文法分析器的实现,对于一切文法进行分析是否为LL(1)文法。若是,则在窗口内显示分析过程以及结果-LL (1) grammar analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5344130
    • 提供者:曲洪峰
  1. 语法分析器

    0下载:
  2. 输入一个表达式,若此表达式是算数表达式,则输出right,否则输出ERROR.(Enter an expression, if the expression is the arithmetic expression, the output right, ERROR. otherwise.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:VIB
  1. 编译原理词法分析器

    0下载:
  2. 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:3268608
    • 提供者:帅帅的风
  1. grammar

    0下载:
  2. 预测分析法(LL(1)方法)的基本思想是:从文法开始符S出发,从左到右扫描源程序,每次通过向前查看 1 个字符,选择合适的产生式,生成中间推导过程以及句子的最左推导。本程序可以输入预测分析表,输出最左推导和中间过程。(The basic idea of prediction analysis method (LL (1)) is to start from the grammar start symbol S, and scan the source program from left to r
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-30
    • 文件大小:601088
    • 提供者:lwqcinder
« 12 »
搜珍网 www.dssz.com