搜索资源列表

  1. LRAnalysis

    0下载:
  2. 编译原理 中的LR分析 控制台程序设计与实现,刚刚做的-compiler theory of LR Analysis Console program design and implementation, just so
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:17408
    • 提供者:123456
  1. LR0ForWi

    0下载:
  2. LR(0)分析器,可以输入文法进行分析,或分析句子,非常方便-LR (0) analyzers, can be imported grammar analysis, or analysis of the sentence, a very convenient
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:35840
    • 提供者:杜立博
  1. gi-1.2

    0下载:
  2. 用java实现的通用解释器,包括slr,lr(0),lr(1),lr(k),ll等等,还可在在源码api上开发其他功能-with java achieve definitive interpreter, including slr, lr (0), lr (1), lr (k), ll, etc., but also in the OSS api on the development of other functions
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:415744
    • 提供者:digg
  1. 040410205

    0下载:
  2. 1. 可以使用任何语言来完成,例如:Java、C ++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 求出项目集规范族(即所有的状态)。 5. 给出状态间的关系。 6. 给出LR(0)分析表。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来 -1. You can use any language to accomplish, such as
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. LR(0)语法分析器,可识别读入源文件是否是L语言,并输出识别过程。-LR (0) parser can be read into the source document to identify whether the language L, and output the recognition process.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:37888
    • 提供者:wzr
  1. 2285

    0下载:
  2. 编译原理:构造LR(0)项目并输出其NFA状态转换矩阵 要求:构造一程序,对任意给定的文法G: (1)构造并输出G的所有LR(0)项目;(2)用这些LR(0)项目构造并输出识别文法活前缀的NFA(输出其状态转换矩阵)。 -Compilation Principle: Structure LR (0) projects and export its NFA state transition matrix requiremen
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:314368
    • 提供者:jiabin
  1. lr1

    1下载:
  2. 实现编译器的YACC的LR1分析表自动的生成。-YACC compiler realize the LR1 analysis table generated automatically.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:260096
    • 提供者:周勇琦
  1. LR

    0下载:
  2. 编译课设-Compile classes based
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:3106816
    • 提供者:diaoyou
  1. kecengsheji

    0下载:
  2. 编译原理课程设计,做了一个:根据LR分析表构造LR分析器!对同学们做编译原理实验很有帮助-Principles of curriculum design compiler, made a: LR analysis table constructed in accordance with LR parser! For students to do experimental helpful Compilation Principle
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:264192
    • 提供者:lyf
  1. 67322332442

    0下载:
  2. 设计题目:LR(0)分析表的构造 内容: 已知文法G,编写一个程序实现由文法到LR(0)分析表的自动生成。 功能扩展:1.由文法生成全部该文法项目; 2.由文法实现项目集簇的自动生成; 3.LR分析器对字符串的分析的分析表生成; -Design Title: LR (0) Analysis of structural elements: a known grammar G, the prepara
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:733184
    • 提供者:协力
  1. fsdfggfeerw

    0下载:
  2. 在做语法分析时首先要构造条件语句的LR(1)分析表,此表为:-Doing syntax analysis of conditional statements we must first construct the LR (1) analysis table, this table is:
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:357376
    • 提供者:xieli123
  1. LR1

    0下载:
  2. 以lr1分析法,按照给定的文法分析单词序列是否合乎语法要求,将每一步分析打印出来,并给出最后结果.-To lr1 analysis, in accordance with the given word sequence grammar analysis grammar requirements whether it will print out every step of the analysis and give the final
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:208896
    • 提供者:Jimmy
  1. ww

    0下载:
  2. 多个程序,C++编写的。自己在做编译课设时搜集参考用的,呵呵,都放上来了,有各种语法写的,LL(1),LR的,递归下降的,还有语义分析部分,有四元式,逆波兰式等等,而且每个都能调试运行。(不好的,我可不拿出来现眼)-Number of procedures, C++ prepared. They are doing when compiling the collection of class-based reference, huh,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:7874560
    • 提供者:wangyao
  1. 15883834lr0

    0下载:
  2. lr(0)文法及其预测分析表 lr(0)文法及其预测分析表-lr (0) Analysis and prediction of grammar lr (0) Analysis and prediction of grammar lr (0) grammar analysis and forecast table
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:38912
    • 提供者:koko
  1. 20064350132

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

    • 发布日期:2024-05-14
    • 文件大小:488448
    • 提供者:aden
  1. LRfenxiqi

    0下载:
  2. LR分析过程模拟 LR分析过程模拟 -LR analysis of LR analysis simulation analysis simulation simulation LR
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2295808
    • 提供者:huang
  1. LR

    0下载:
  2. 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:52224
    • 提供者:袁俊
  1. 1l5452f3n

    0下载:
  2. LR (0) grammar parser LR (0) grammar parser -LR (0) grammar parser LR (0) grammar parser LR (0) grammar parser
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-14
    • 文件大小:37888
    • 提供者:couldyzx
  1. -LR(1)analysis

    0下载:
  2. LR(1)分析器自动设计 编译原理课程设计报告 -LR (1) Automatic design of compiler theory course analyzer design report
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:253952
    • 提供者:long
  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. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:5053440
    • 提供者:李明
« 1 2 34 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org