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

搜索资源列表

  1. 2006435013

    0下载:
  2. 基于LL(1)法的条件语句语法语义分析程序. 编译原理的课程设计-this is ll(1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:441080
    • 提供者:余欢
  1. lr1

    0下载:
  2. LR 语法分析 ACTION GOTO 表-LR parsing ACTION GOTO table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2502
    • 提供者:cultsharp
  1. Compile

    0下载:
  2. 此课设是if else 条件语句的翻译程序. 功能说明如下: 1.整体词法分析; 2.if else语法分析,递归下降法. 3.三地址形式代码格式输出; 4.变量符号表的实现,即先定义变量才可以使用; 5.出错提示,具体行数出错提示; 6.作用域初步设计.-This lesson is that if else conditional statements of the translation process. Functions as follows:
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:38202
    • 提供者:卡哇伊
  1. fodigui

    0下载:
  2. 编译原理for递归下降法(c++程序)可以进行词法分析和语法分析-Compiler Construction Principles for recursive descent method (c++ program) can be lexical analysis and syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:252924
    • 提供者:jq
  1. dowhile

    0下载:
  2. 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:8631
    • 提供者:李伟霞
  1. dowhilecycle

    0下载:
  2. 对循环语句: DO〈赋值语句〉WHILE 〈表达式〉 (1) 按给定的题目写出符合简单优先分析方法要求的文法和属性文法描述。 (2) 按给定的题目给出简单优先分析方法的思想及分析表设计。 (3) 按给定的题目给出赋值表达式和控制语句中布尔表达式中间代码序列的结构设计。 (4) 完成相应的词法分析、语法分析和语义分析程序设计。 (5) 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 -Of the loop: DO < assignment> W
  3. 所属分类:Editor

    • 发布日期:2017-04-05
    • 文件大小:37013
    • 提供者:李伟霞
  1. dowhilee

    0下载:
  2. 1.1写出符合给定的语法do-while语句, 此语句符合LL(1)的文法,分析方法 的文法及属性文法。 1.2完成do-while语句的中间代码三地址表示的描述。 1.3写出do-while语句语法分析方法的思想,完成语法分析和语义分析程序设计。 1.4编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-1.1 write in line with the syntax of a given do-while statement, the sta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:145874
    • 提供者:李伟霞
  1. while

    0下载:
  2. 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:60276
    • 提供者:李伟霞
  1. forxunhuanyujukechengsheji

    0下载:
  2. 此为编译原理课程设计——FOR循环语句(简单优先法、输出三地址表示)。可以实现词法分析、语法分析、语义分析,能生成中间代码。功能比较全。-This is the principle of curriculum design compiler- FOR loop (simple priority method, the output address of said three). Can achieve lexical analysis, syntax analysis, semantic ana
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:3823
    • 提供者:lingfei
  1. for

    0下载:
  2. for循环控制语句的翻译,该程序的词法分析和语法分析程序是分开的-for circulation control translation statement, the program' s lexical analysis and syntax analysis program is separate from the
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1437354
    • 提供者:小崔
  1. WebSite

    0下载:
  2. 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析-A super-classic lexical and syntax analysis program (source code attached). The output from the lexical analysis of the transition to a grammatical analysis
  3. 所属分类:SQL Server

    • 发布日期:2017-04-24
    • 文件大小:48576
    • 提供者:江林
  1. 200906241019311925

    0下载:
  2. LL(1)文法自动生成语法分析程序的设计-LL (1) grammar syntax analysis program automatically generates the design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:191025
    • 提供者:chenpeng
  1. yufa

    0下载:
  2. 一个pascal的语法分析程序,运行后输入相应的pascal语言程序,就会进行语法分析-it s program of yufa analysist
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1745
    • 提供者:
  1. LL(1)grammarsyntax

    0下载:
  2. LL(1)文法自动生成语法分析程序的设计-LL (1) grammar syntax analysis program automatically generates the design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:18065
    • 提供者:chenpeng
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. 2_parser

    0下载:
  2. C编写的一个语法分析器,输入一个算术表达式可分析出其是否为一个正确的表达,使用+,-,*,/四个表达式。-C prepared by a parser, type an arithmetic expression can be analyzed for their expression of a correct use of the four expressions+,-,*,/.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:10342
    • 提供者:李子超
  1. bianyiyuanlikechengsheji

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出三地址表示)包含词法分析和语法分析过程的输出。-DO-WHILE loop design of the translation process (LR method, the output address of said three) contains lexical analysis and parsing the output of the process.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:259674
    • 提供者:jianqifan
  1. syntax

    0下载:
  2. java实现语法java分析器,含源代码,预测分析表-java syntax java parser to achieve, including source code, Forecast and Analysis Table
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:17084
    • 提供者:天尹
  1. type

    0下载:
  2. 使用lex和yacc生成简单的编译器,生成语法分析树、完成类型检查等功能-The use of lex and yacc to generate a simple compiler, syntax analysis generated trees, the completion of type checking and other functions
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:7829
    • 提供者:天寅
  1. compile

    0下载:
  2. 编译原理的语法分析程序,可以用来参考参考-compile
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:194951
    • 提供者:junior
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com