搜索资源列表

  1. shiyanbaogaoyangli

    0下载:
  2. 这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 一个语法分析,能实现SLR语法分析,是一个好的语法分析器 -A syntax analysis, syntax analysis of SLR to achieve, is a good parser
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:江林
  1. first-follow

    0下载:
  2. slr program for parsers
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. It s aLL1 implementation of slr table
  3. 所属分类:其他小程序

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

    0下载:
  2. Parrel Port Controlling Throuh VB.NET
  3. 所属分类:.net编程

  1. LR

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

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

    0下载:
  2. 编译原理的slr(1)分析程序,用C语言实现,希望对同学有点帮助-Compilation Principle of slr (1) analytical procedures, using C language implementation, in the hope a little bit to help students
  3. 所属分类:Windows编程

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

    0下载:
  2. slr(1),设计文档,希望对有些人帮助-slr (1), design documents, hoping for some people to help
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:132096
    • 提供者:朱涛
  1. LR0

    0下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) con
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:225280
    • 提供者:孔小亮
  1. SLR

    0下载:
  2. SLR编译器 采用VC2005编写 SLR编译器 采用VC2005编写-SLR SLR compiler compiler written by VC2005 VC2005 prepared by
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:94208
    • 提供者:fantast_wong
  1. SLR1

    0下载:
  2. 在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. SLR语法分析器,自动生成。生成项目集,求First集,求Follow集,生成goto表和action表。-SLR parser, automatically generated. Build the project set, First set of requirements, seeking Follow sets, action table and goto table generation.
  3. 所属分类:STL

    • 发布日期:2024-05-16
    • 文件大小:50176
    • 提供者:zhangqida
  1. ex5

    0下载:
  2. 编译原理实验五 SLR语义分析法 附加实验报告-Compile principle experiment five additional experiments SLR semantic analysis report
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. SLR(1)分析程序,用来分析符号串是否为合法的符号串-SLR (1) analytical procedures used to analyze whether the legitimate symbol string symbol string
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zhousong
  1. SLR-analysis

    0下载:
  2. 编译原理的实验,SLR分析法,能够实现自底向上的语法分析。-Compiler theory experiments, SLR analysis, to achieve the bottom-up parsing.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:237568
    • 提供者:windssd
  1. SLR

    0下载:
  2. 编译原理实验题目之构造文法的SLR分析表-Compiler construction principle experiment grammatical subject of the analysis table SLR
  3. 所属分类:汇编语言

    • 发布日期:2024-05-16
    • 文件大小:17408
    • 提供者:tyoung
  1. SLR

    0下载:
  2. SLR分析表生成,以及分析的具体过程,自上而下的分析方法-produce SLR
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:王若
  1. SLR

    0下载:
  2. 我的编译作业,依SLR编写的SLR语法分析器-Syntax analysis with SLR
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:高国峰
  1. slr(1)

    0下载:
  2. SLR(1)分析法的引入是当文法的LR(0)项目集规范族中存在移进-归约冲突或归约-归约冲突时,可以通过向前查看一个符号的办法来进行处理,以解决冲突。-SLR (1) analysis method was introduced when the grammar of the LR (0) item sets exist in family moved into the specification- reduce conflicts o
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:813056
    • 提供者:刘晓庆
« 1 2 3 45 6 7 8 9 »

源码中国 www.ymcn.org