搜索资源列表

  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-04-26
    • 文件大小:239616
    • 提供者:杨军
  1. SYNTAX

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

    • 发布日期:2024-04-26
    • 文件大小: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-04-26
    • 文件大小:33792
    • 提供者:刘远兴
  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-04-26
    • 文件大小:48128
    • 提供者:吴斌
  1. LL(1)文法

    0下载:
  2. LL(1)文法源代码-LL (1) grammar source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-26
    • 文件大小:2048
    • 提供者:小西
  1. ll1forwin

    0下载:
  2. 这是编译原理的一个 LL(1)文法预测分析表构造程序-This is the principle of a compiler LL (1) grammar Forecast and Analysis Table tectonic process
  3. 所属分类:系统编程

    • 发布日期:2024-04-26
    • 文件大小:34816
    • 提供者:罗刚
  1. LL1ForWin完美版

    0下载:
  2. 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。-compiler theory LL (1) grammar analyzer input legitimate LL (1) grammar, will output LL (1) Table Forecast and Analysis, and can import sentence for synta
  3. 所属分类:DSP编程

    • 发布日期:2024-04-26
    • 文件大小:49152
    • 提供者:徐强
  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-04-26
    • 文件大小: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-04-26
    • 文件大小:193536
    • 提供者:飞翔
  1. LL1ForXp

    0下载:
  2. LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-26
    • 文件大小:52224
    • 提供者:swb
  1. CP_DESIGN

    0下载:
  2. 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax anal
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-26
    • 文件大小:832512
    • 提供者:chuchao
  1. LL(1)Syntax

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

    • 发布日期:2024-04-26
    • 文件大小:3072
    • 提供者:田甜
  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-04-26
    • 文件大小:1391616
    • 提供者:Mace
  1. 1

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

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

    0下载:
  2. 实现根据LL(1)文法生成First集和Follow集的算法。 【基本要求】 (1) 输入一个文法G; (2) 实现由文法G构造FIRST集的算法; (3) 输出First集; (4) 实现由文法G构造FOLLOW集的算法; (5) 输出FOLLOW集。 【测试数据】 输入文法: E->TE’ E’->+TE’|ε T->FT’ T’->*FT’|ε F->
  3. 所属分类:Windows编程

    • 发布日期:2024-04-26
    • 文件大小:1391616
    • 提供者:卢显灯
  1. LL(1)

    0下载:
  2. 编译原理课上的一个LL(1)语法分析器的实现-Compilation Principle of a class of LL (1) the realization of parser
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-26
    • 文件大小:59392
    • 提供者:Charles
  1. ll(1)

    0下载:
  2. 这是编译原理中的实验:LL(1)文法的程序,里面包含三个程序,是我珍藏的。-This is a compilation of the experimental principle: LL (1) grammar of the program, which includes three programs that I treasured.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-26
    • 文件大小:708608
    • 提供者:高城
  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-04-26
    • 文件大小:190464
    • 提供者:浮云
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org