搜索资源列表

  1. 02131536591

    0下载:
  2. LR(1)分析器,当输入不同的文法就进行相应的文法分析,并会出现分析表,而且对输入的句子进行分析。-LR (1) parser, when the importation of a different grammar on the corresponding grammar analysis, and analysis table will appear, but also for the analysis of input sente
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:532480
    • 提供者:王金刚
  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-16
    • 文件大小: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-16
    • 文件大小:314368
    • 提供者:jiabin
  1. LRyufafenxiqi

    0下载:
  2. 介绍lr语法分析器的自动构造过程,具体分析语法分析器生成的每一步-Lr parser introduced automatic tectonic process, a specific analysis parser generated every step
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:98304
    • 提供者:suanle23
  1. SyntaxAnalyzer

    0下载:
  2. 编译原理课程设计语法分析 c#实现 对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-Principles of curriculum design compiler parsing c# Achieve for grammatical analysis, the use of LR (1) analysis to determine whether the procedures meet the require
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:123904
    • 提供者:bo
  1. oyyl

    0下载:
  2. LR法FOR语句的循环,实现了词法和语法分析,还有待改进-LR Act FOR statement cycle, the realization of the morphology and syntax analysis, have yet to be improved
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:18432
    • 提供者:ouyangyali
  1. IF-ELSE

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式-if-else conditional statements translation procedures, LR method, the output quaternion type
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:朱淼垚
  1. Tetris0.9

    0下载:
  2. 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟 13 十二、 LR分析过程模拟 13 -7, First Set and Follow simulation algorithm to generate 10 sets of eight, LL (1)
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:215040
    • 提供者:啊啊啊啊
  1. 4ex

    0下载:
  2. 实现LR(0)算法,在构造好的action和goto表的情况下实现LR(0)算法的句子分析过程-The realization of LR (0) algorithm, a good action in the structure and goto table achieve LR (0) algorithm sentence analysis
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 条件语句语法分析及语义分析程序设计,LR法输出逆波兰表达式-Conditional statements grammar analysis and semantic analysis of program design, LR law output Reverse Polish expression
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:84992
    • 提供者:姚春萌
  1. LR

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

    • 发布日期:2024-05-16
    • 文件大小: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-16
    • 文件大小:264192
    • 提供者:lyf
  1. lr1

    0下载:
  2. LR(1)分析weifa fenxi 相关的文法分析设备-LR (1) analysis of the grammar-related weifa fenxi analysis equipment
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. LR(1)分析器文法分析程序,输入一定的文法进行分析,系统会分析你所给文法的正确与否-LR (1) grammar analyzer analytical procedures, input a certain grammar analysis, the system will analyze your grammar is right or not to
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 算符优先分析法,中间代码选用逆波兰式。 欢迎下载!-Operator priority analysis, intermediate code optional Reverse Polish-style. Welcome to download!
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. LR分析法对文法进行分析,中间代码用逆波兰式生成-LR analysis of grammatical analysis, intermediate code generated using Reverse Polish-style
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:6272082
  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-16
    • 文件大小:733184
    • 提供者:协力
  1. 20062445893021

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-if-else conditional statements translation procedures, LR method, the output quaternion type element-type, recursive descent method to write the if. . else con
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:协力
  1. LR1

    0下载:
  2. 采用VC编程的LR分析法,代码可以直接运行,可以帮助理解编译原理中的LR构造分析法-VC programming using LR analysis, the code can be directly run, the compiler can help to understand the principle of structural analysis of the LR method
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:173056
    • 提供者:卓琳 瑞格
  1. Wp

    0下载:
  2. 条件语句的翻译分析程序设计 lr文法,四元式-Conditional statements translation analysis program design lr grammar, style quaternion
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1459200
    • 提供者:夏雨涵
« 1 2 3 4 5 67 8 9 10 11 ... 32 »

源码中国 www.ymcn.org