搜索资源列表

  1. LL(1)分析的实现

    0下载:
  2. 编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminan
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10312
    • 提供者:原子
  1. 判断是否为LL(1)文法 C语言

    2下载:
  2. 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用C语言编写。
  3. 所属分类:编译器/词法分析

  1. LL(1)文法分析

    0下载:
  2. 求一个文法的first,follow,select集判断该文法是不是LL(1)文法,生成该文法的预测分析表,输入字符串的分析表,以及相应的语法树。
  3. 所属分类:Windows编程

    • 发布日期:2009-06-29
    • 文件大小:49471
    • 提供者:gudanping
  1. LL(1)_LR(0)_Demo

    0下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:239616
    • 提供者:杨军
  1. SYNTAX

    0下载:
  2. LL(1)语法分析系统-LL (1) grammar analysis system
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:13312
    • 提供者:严丽平
  1. ll1forwin

    0下载:
  2. 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。- Translation principle LL (1) grammar analyzer input legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table, and will be all
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-03
    • 文件大小:33792
    • 提供者:刘远兴
  1. 编译原理LL(1)分析表

    0下载:
  2. 编译原理LL1分析表- Translation principle LL1 analytical table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:195584
    • 提供者:王克迅
  1. LL1文法分析ForWin

    0下载:
  2. 录入合法的LL(1)文法,将输出LL(1)预测分析表- Inputs legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:48128
    • 提供者:吴斌
  1. ll(1)Analyzer

    0下载:
  2. 执行程序,输入文法,与需要分析的语句执行ll(1)分析,很方便-implementation procedures, the importation of grammar, and the need to analyze the implementation of the phrase ll (1) analysis, is a convenient
  3. 所属分类:其它资源

    • 发布日期:2024-05-03
    • 文件大小:206848
    • 提供者:Wandy_1234
  1. LL(1)defenxiqi

    0下载:
  2. 这是一个LL(1)的分析器,针对文法E->TG , T->FU , G->+TG|^ , U->*FU|^ , F->(E)|i,是对编译原理初学者的一个帮助。-This is an LL (1) analyzers, the grammar-E-
  3. 所属分类:其它资源

    • 发布日期:2024-05-03
    • 文件大小:193536
    • 提供者:飞翔
  1. ll(1)fenxibiaodeshengcheng

    0下载:
  2. 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i,*, (and ) consisting of the# end of the strings,
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:168960
    • 提供者:xiao
  1. LL(1)Syntax

    0下载:
  2. 用LL(1)方法分析四则运算,包括一个词法分析的头文件。-with LL (1) Analysis of four operations, including a lexical analysis of the headers.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:田甜
  1. yufafenxisaomiaochenxu

    0下载:
  2. 了解语法分析器的内部工作原理,通过在本次实验中运用一定的编程技巧,掌握对表达式进行处理的一种方法。① 对输入文法,由程序自动构造FIRST FOLLOW集② 对输入文法,由程序自动生成它的LL(1)分析表;③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。-Understanding of the internal parser working principle, in this experiment through the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:1031168
    • 提供者:vivian
  1. bianyizlh

    0下载:
  2. 自动生成一个LL(1)文法。对输入文法,由程序自动生成它的LL(1)分析表;对于给定的输入串,应能判断识别该串是否为给定文法的句型-LL (1) grammar. On the importation of grammar, automatically generated from the LL (1) Analysis Table; For a given input string, Recognition should be abl
  3. 所属分类:压缩解压

    • 发布日期:2024-05-03
    • 文件大小:250880
    • 提供者:zlhhlz
  1. LL(1)

    0下载:
  2. 本文件主要是针对编译原理的语法分析和语义分析,用的是LL(1)文法。-This document is mainly directed against the principle of compiler syntax analysis and semantic analysis, using a LL (1) grammar.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:1391616
    • 提供者:Mace
  1. 1

    0下载:
  2. LL(1)文法分析过程的可视化及教学应用研究-LL (1) grammar analysis and visualization applications in teaching and learning research
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:3794944
    • 提供者:taigongxiaowang
  1. LL(1)

    0下载:
  2. LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control proc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:640000
    • 提供者:张帅
  1. 89346479experimentofll(1)

    0下载:
  2. LL(1)预测分析法(1)判别文法是否为LL(1)文法。为此需要依次计算FIRST集、FOLLOW集和SELLECT集,根据SELLECT集可判断文法否为LL(1)文法。 (2)构造出分析表。根据SELLECT集和文法产生式构造出LL(1)分析表。 (3)进行句子分析。依据分析表判断出某句子是否为给定文法的句子。 -LL (1) Forecast Analysis
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:8192
    • 提供者:lucky
  1. LL-(1)-parser

    0下载:
  2. LL(1)语法分析器设计 1.如下为给定的LL(1)文法。 G[<P>]: 1) <P>->program <D> : <T> begin <S> end {program} 2) D->i D’ {i} 3) D’->, i D’ {,} 4) D’->ε {:} 5) S->s S’ {s} 6) S’-&g
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:190464
    • 提供者:浮云
  1. SY4-LL(1)Analysis

    0下载:
  2. 是用c++程序设计语言编写的,关于编译原理的LL(1)分析文法-Is written in the c++ programming language, compiler theory analysis of LL (1) grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:113664
    • 提供者:huangxiaodan
« 12 3 4 5 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org