搜索资源列表

  1. 4yufa

    0下载:
  2. 4,slr(1)语法分析器-4, slr (1) grammar analyzer
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:张乐
  1. LR(0)

    0下载:
  2. 编译原理中的语法分析器-compiler theory of syntax analyzer
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:明毅
  1. 语法分析

    0下载:
  2. 打开2.tab.c编译运行,a.txt为测试用的PL/0程序。 2.output中有所有的产生式和LALR分析表的所有状态。- Opens the 2.tab.c translation movement, a.txt is measures the test the PL/0 procedure. In 2.output has all production patterns and LALR analytical table a
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:45056
    • 提供者:月光
  1. SLR1wf

    0下载:
  2. slr1文法语法分析的c语言实现代码 需要输入词法分析的txt结果文件-slr1 the grammar grammar analysis c language realization code needs to input the lexical analysis the txt result document
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:信仰
  1. fengsuyun

    0下载:
  2. 本程序主要是用于编译原理中的语法分析用的是vc++语言,用的是LR1语法分析法。-this procedure is used mainly to the principle of compiler syntax analysis is vc language, the syntax is Sequence Analysis.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:马丽
  1. lr

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar reco
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:
  1. 编译四个实习内容

    0下载:
  2. 这是我们学校平时实习的四个内容:词法分析、递归下降子程序、ll1语法分析、lr0语法分析 是我用c++编写的。-This our peacetime training schools of the four elements : lexical analysis, recursive decline subroutine, ll1 syntax analysis, lr0 syntax analysis is used c prepar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:朱贺
  1. d

    0下载:
  2. 一个语法分析,能实现SLR语法分析,是一个好的语法分析器-A parsing,which can realize SLR parsing,is a good parsing analyzer.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:李请
  1. lAlR(1)

    0下载:
  2. 这个文档是语法分析的文档,对输入的文档进行lR(1)分析,然后对所给的句型进行分析,判断是否合理-this document is grammatical analysis of documents, the importation of the document for l (1) analysis, then on to the boys for analysis, to determine whether reasonable
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:boer
  1. LR0rrr1

    0下载:
  2. LR0分析器,一个LALR(1)语法分析器,可以输入文法进行分析,也可以分析句子,非常方便-LR0 analyzers, a LALR (1) parser, can be imported grammar analysis may also analyze the sentence, a very convenient
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:
  1. lemon

    0下载:
  2. Lemon是一个C或者C++语言的LALR(1)语法分析器生成器。它和“bison”与“yacc”的功能是一样的,但它不是“bison”或者“yacc”的简单复制。为了减少编写代码的错误,它使用了一种不同的语法。Lemon使用了一种更为高级的分析引擎,运行速度比“bison”与“yacc”要更快,并且该引擎是可重入的和线程安全的。更进一步的,Lemon实现了能够消除资源泄漏的特性,适合于长时间运行的程序例如GUI或者嵌入式控制器中。-L
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:43008
    • 提供者:赵军
  1. fda

    0下载:
  2. 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法分析过程-Input valid LR (0) grammar, the output of LR (0) analysis table, and can parse the input sentence is the output corresponding grammatical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:1770496
    • 提供者:xing
  1. cifa

    0下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子-Includes a LR (1) syntax analysis procedure and an LL (1) Examples of the syntax analysis program
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:yy
  1. bianyi

    0下载:
  2. 该程序能够对if-else进行语法指导的翻译,并输出四元式- 条件语句的翻译分析程序设计 ——LR方法、输出四元式kl -compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:pz
  1. MyComplier

    0下载:
  2. LR(0)编译器。用LR分析法实现语法与语义的编译器。-LR (0) compiler. LR analysis with the syntax and semantics to achieve the compiler.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:33792
    • 提供者:胡经纳
  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 analys
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:175104
    • 提供者:ppt
  1. LRyufafenxi

    0下载:
  2. 用JAVA实现的LR(0)语法分析,功能完善,绝对原创-JAVA realization of LR (0) parsing, perfect function, the absolute originality
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-16
    • 文件大小:416768
    • 提供者:一夜长大
  1. lrphrase_analysis

    0下载:
  2. 对整个lr语法分析有很大帮助的教程,提高同学对lr语法分析有更高的理解很大帮助 -Whole lr syntax analysis tutorial of great help to improve the students the lr syntax analysis has a higher understanding of great help
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:164864
    • 提供者:李伟
  1. yufafenxiqi

    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 -Parser can choose the LL1 analysis, the operator first analytic method, one of the LR analysis, t
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:74752
    • 提供者:张登一
  1. 2014220303020_yang_lab3

    0下载:
  2. 1。学习所提供的表达式语法的LR分析 了解calc1。L,calc1。Y,calc2。L,Y calc2。 在Eclipse中创建项目并试运行calc3。L,Y calc3。 2。为学习提供lrgram.txt语法 它与rdgram.txt比较 三.学习和了解makefile文件(可选) 4。写的lrgram LR解析器 (1)解析器生成AST。 野牛的规范文件:lrparser。Y Flex的规范文件:lrlex。l
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:ETHAN2
« 1 2 3 4 5 6 78 9 10 »

源码中国 www.ymcn.org