CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - LL(1)语法分析

搜索资源列表

  1. LL1_yufafenxi

    0下载:
  2. LL(1)语法分析程序 LL(1)语法分析程序-LL (1) parser
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3553332
    • 提供者:yaodongyang
  1. GrammerParsers

    0下载:
  2. 利用C++语言编制一个LL(1)语法分析器,利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。可通过消除左递归、提取左因子把非LL(1)文法改造成LL(1)文法。-Compiled using a C++ language LL (1) parser using LL (1) control program according to display the contents of the stack the stack, forward-l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:226849
    • 提供者:杨玥
  1. Parser

    0下载:
  2. 实现LL(1)文法,能对其实现自顶向下的语法分析并预测分析方法。-Achieve LL (1) grammar, to achieve its top-down method of syntax analysis and predictive analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:6017
    • 提供者:caoqingzhu
  1. yufa

    0下载:
  2. VS2010编写的LL(1)语法分析器,first和follow集合,构造预测分析表,以及对输入进行分析!-LL parser, seeking first and follow sets, table structure prediction analysis, and analysis of the input grammar!
  3. 所属分类:Compiler program

    • 发布日期:2017-05-21
    • 文件大小:6213983
    • 提供者:jim
  1. digui

    1下载:
  2. 递归下降语法分析设计原理与实现技术 完成以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/ -Recursive descent parsing design principles and implementation techniques to complete the following descr iption of ari
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:668391
    • 提供者:任红伟
  1. LL1

    0下载:
  2. 利用LL(1)分析方法实现算术表达式的语法分析-Using LL (1) analysis method parsing arithmetic expressions
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:963615
    • 提供者:猪兔兔
  1. grammar-analyser

    0下载:
  2. 1、任意输入一个文法G; 2、处理文法中可能存在的左递归和公共左因子问题; 3、对文法中的每个非终结符自动生成并打印输出: ① FIRST集; ② FOLLOW集; 4、判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表; 5、模拟分析过程。 如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。 -An arbitrary input to a gr
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1486234
    • 提供者:chenlu
  1. LL1-parser

    0下载:
  2. <编译原理课程设计>利用LL(1)分析算法,手工实现语法分析器-LL (1) parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:11499
    • 提供者:
  1. SA

    0下载:
  2. 编译原理课程的语法和词法翻译程序,使用的是LL(1)分析方法-Compiler theory curriculum of grammar and lexical translation process, using the LL (1) analytical methods
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:412807
    • 提供者:dodo
  1. sizeyunsuan

    0下载:
  2. 请完成以下描述算术表达式的LL(1)文法的递归下降分析程序G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)| d | i A→+|- M→*|/ 说明:终结符号d为正整数,终结符号i为变量。 其功能为: 从键盘上输入一串四则运算表达式,对照文法G[E]检查输入串的语法是否正确,如果不正确必须指出错误原因。 -Please complete the following descr iption
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:1179
    • 提供者:ck
  1. TLL1h

    0下载:
  2. 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器,已通过测试。 -Elimination of left recursive grammar to the grammar to meet the parser to determine the top-down analysis of the conditions of an LL (1) analysis method has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:16857
    • 提供者:分界线
  1. firstafollow

    0下载:
  2. 编译原理中,采用LL(1)语法分析法时 1.求每个文法符号的的first集 2.求每个非终结符的follow集-First set of compiler theory, LL (1) syntax analysis. Seeking each grammar symbol. Seeking of each nonterminal follow set
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:3740
    • 提供者:王焱
  1. forecast_analysis_chart_construction

    0下载:
  2. 编译原理中,采用LL(1)语法分析法时 1.求每个文法符号的的first集 2.求每个非终结符的follow集-First set of compiler theory, LL (1) syntax analysis. Seeking each grammar symbol. Seeking of each nonterminal follow set
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:3764
    • 提供者:王焱
  1. LL1fx

    0下载:
  2. 编译原理中的LL(1)语法分析程序,帮助学生了解编译器的工作过程-Compilation principle of LL (1) grammar analysis program and help students to understand the working process of the compiler
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:233871
    • 提供者:陈腾达
  1. calacomplie

    0下载:
  2. 设计多个类,实现整数算术表达式的翻译与计算,其中包括: 1. 识别输入字符串中的整数和各种运算符号 2. 判断输入字符串是否满足整数算术表达式的语法规则 3. 对满足语法规则的字符串,采用递归下降分析法、LL(1)分析法、优先分析法或LR分析法,建立输入字符串的语法树 4. 根据语法树,将输入字符串翻译成中间的四元式代码表示 5. 根据四元式代码,计算整个表达式的值并输出 6. 设计合理的输入、输出界面-A program to calculate the result
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:3073
    • 提供者:kelvin
  1. compiler

    0下载:
  2. 设计并实现SNL程序设计语言的编译程序; 四个模块: 词法分析模块 语法分析模块(递归下降方法) 语法分析模块(LL(1)方法) 语义分析模块 -The compiler source code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:776978
    • 提供者:杨世亚
  1. code

    0下载:
  2. 北邮大三上编译原理,语法分析程序源代码,有:LL(1)语法分析算法,LR(1)语法分析算法。-BUPT junior on compiler theory, syntax analysis program source code, there are: LL (1) parsing algorithm, LR (1) parsing algorithms.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:1757620
    • 提供者:向月车
  1. complier_scu

    0下载:
  2. 编译原理课程设计 LL(1)算法 词法分析和语法分析-complier LL(1)
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1965145
    • 提供者:聂颖
  1. LL1

    0下载:
  2. 完成LL(1)语法分析器,包含FIRST集和FOLLOW集,预测分析表-LL (1) grammar analyzer, including FIRST and FOLLOW sets, forecast analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:136360
    • 提供者:王旺
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1000241
    • 提供者:许大卫
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com