搜索资源列表

  1. LL(1)

    0下载:
  2. 【实验名称】LL(1)分析总控程序的设计与实现 【实验目的和要求】 设计、编制,调试一个典型的语法分析程序,实现对语法分析程序所提供的单词序列进行语法分析检查和结构分析,进一步掌握常用的语法分析方法。 要求: ① 程序具有通用性。即所编写的LL(1)语法分析程序能够适用于不同文法以及各种输入单词串(为简单起见,可讲单词串是为字符串),并能够判断文法是否为LL(1)文法。 ② 有运行实例。对于输入的一个文和一个单词串
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35712
    • 提供者:洪成前
  1. 判断是否为LL(1)文法 java编写

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

  1. bianyiyuanli

    0下载:
  2. 编译原理,包括词法语法,ll(1) Lr分析-Compiler Construction Principles, including the lexical grammar, ll (1) Lr Analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:166912
    • 提供者:蓝飞
  1. LL1

    0下载:
  2. 编译器中LL(1)算法的简单实现,用于大学作业-Compiler in the LL (1) realize a simple algorithm for the University of operation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:214016
    • 提供者:lily
  1. LL(1)wenfa

    0下载:
  2. 这是一个完整的文法分析器,能识别FIRST、FOLLOW集,还有实验报告!-This is a complete grammar parser, to identify FIRST, FOLLOW sets, there are experimental reports!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:230400
    • 提供者:yangshuangxue
  1. LL1

    0下载:
  2. 编译原理课程设计,LL(1)算法,按照要求应该是做FOR循环,三地址输出,后面的没做,感觉前面做的还可以,所以上传供参考-Compilation Principle course design, LL (1) algorithm, in accordance with the requirements should be done FOR cycle, three address output, the latter did not d
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:3407872
    • 提供者:王旭东
  1. LL(1)

    0下载:
  2. 对if else 语句采用LL(1)文法分析实现过程及翻译过程-If else statement on the use of LL (1) grammar analysis of the realization of the process and the process of translation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:201728
    • 提供者:黄仁杰
  1. LL(1)

    0下载:
  2. 实现ll(1)文法 输入文法文件,然后打开运行 输出结果 -Achieve ll (1) grammar grammar input file, and then open the run output
  3. 所属分类:PropertySheet

    • 发布日期:2024-05-06
    • 文件大小:29696
    • 提供者:song
  1. compiler

    0下载:
  2. 完成一个完整的编译程序,语法分析大部分采用LL(1)文法实现,算术表达式用算符优先至底向上实现。-Completion of a complete compiler, syntax analysis of the majority of the use of LL (1) grammar realization of arithmetic expressions by bottom-up operator to achieve the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:1056768
    • 提供者:熊永红
  1. newscan

    0下载:
  2. 词法分析,语法分析器,使用LL(1)算法-Lexical analysis, syntax analyzer, the use of LL (1) algorithm
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:922624
    • 提供者:赵磊
  1. BianYiYuanLi

    0下载:
  2. 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:334848
    • 提供者:龚斌
  1. yucefenxi

    0下载:
  2. 编写一通用的预测法分析程序,要求有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。-LL(1)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:140288
    • 提供者:李娥娥
  1. Lexical_analysis

    0下载:
  2. 编译原理LL(1)词法分析实验,分析一段代码的词法结构-Compilation Principle LL (1) lexical analysis of the experiment, analysis of the lexical structure of a section of code
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:7168
    • 提供者:凤清
  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-06
    • 文件大小:8192
    • 提供者:lucky
  1. 20064350132

    0下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:488448
    • 提供者:aden
  1. WHILE

    0下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-WHILE loop design of the translation process (LL (1) law, said output of the three addresses)
  3. 所属分类:软件工程

    • 发布日期:2024-05-06
    • 文件大小:300032
    • 提供者:胡力
  1. HQ

    0下载:
  2. 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。-Design a small language, the basic procedures required statement, given the small language LL (1) grammar, the forecast method used to achieve the mini-lan
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:2339840
    • 提供者:joe
  1. bianyikeshe_hsh-6.18_final

    0下载:
  2. 编译原理—课程设计—if else语句LL(1)方法分析,输出四元式-Compiler Construction Principles- curriculum design-if else statements LL (1) methods of analysis, the output quaternion type
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:214016
    • 提供者:hsh
  1. compile

    0下载:
  2. 编译原理大作业,完成了词法分析,递归下降分析,LL(1)分析,算符优先分析,中间代码生成等-Compiler Construction Principles large operations, completed a lexical analysis, recursive descent analysis, LL (1) analysis, operator priority analysis, intermediate code ge
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:35840
    • 提供者:ddl
  1. LL(1)

    0下载:
  2. 编译原理,LL(1)型分析程序,C语言编写。-Compiler theory, the LL (1) analysis program, C language.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:869376
    • 提供者:何大王
« 1 2 34 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org