搜索资源列表

  1. a

    0下载:
  2. 求LL(1)文法的FIRST集合工具:LL(1)文法的FOLLOW集合工具-For LL (1) of the FIRST collection of tools for grammar: LL (1) grammar FOLLOW collection tools
  3. 所属分类:汇编语言

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

    0下载:
  2. LL1 文法分析的实现..很完全的代码.需要的同志可以下载哈-LL1 grammar analysis to achieve a very complete code ... The need for comrades can download Kazakhstan
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:61440
    • 提供者:dashgo
  1. JudgeLL(1)grammer

    0下载:
  2. 根据判断一个文法是LL(1)文法的三个条件,逐一实现其判别条件-According to judge a grammar is LL (1) grammar of the three conditions, one by one to achieve its Criterion
  3. 所属分类:编译器/词法分析

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

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

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

    0下载:
  2. 本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -The code analysis grammar LL (1) analysis. (2), enter a generative grammar of all, it is automatically generated by the pro
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:103424
    • 提供者:李守龙
  1. bianyiyuanli

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

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

    0下载:
  2. LL1 语法分析。 我们的课程设计课题-LL1 grammar analysis. Our curriculum design issues
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:96256
    • 提供者:liuyi
  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. Program2

    0下载:
  2. 完成算术表达式的LL(1)文法的递归下降分析的程序,输入为二元式,输出是否符合所给文法
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:225280
    • 提供者:王秋萍
  1. program3

    0下载:
  2. 根据相应的LL(1)分析表对所给算数表达式进行LL(1)分析,给出过程显示和结果显示。能够对错误表达式报错并解释原因。-According to the LL (1) Analysis of the expression to the counts for LL (1) analysis, given the process of display and shows. Capable of error and the error exp
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:367616
    • 提供者:王秋萍
  1. LL1Grammar

    0下载:
  2. 用java语言编写的LL(1)文法分析程序,输出first集、follow集和分析表,并对输入串进行预测分析-Using java language LL (1) grammar analysis program, the output first set, follow the collection and analysis table, and prediction analysis of input strings
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-06
    • 文件大小:4096
    • 提供者:果冻
  1. by

    0下载:
  2. 条件语句的语法分析及语义分析程序设计 利用 LL(1)法完成对语句 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉;的语法分析及语义分析。中间代码选用四元式表示。-Conditional statements syntax analysis and semantic analysis procedures for the design of the use of LL (1) method to complet
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:405504
    • 提供者:苹果
  1. LL1ForWin

    0下载:
  2. LL(1)预测分析法 (1)判别文法是否为LL(1)文法。 (2)构造出分析表 (3)进行句子分析-LL (1) Forecast Analysis (1) determine whether the grammar LL (1) grammar. (2) constructed analysis table (3) to carry out the sentence analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:5150720
    • 提供者:余冬梅
  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. code

    0下载:
  2. while循环语句的翻译程序,以LL(1)文法实现,中间代码以三地址形式输出-while loop of the translation process to LL (1) grammar achieved intermediate code addresses the form of three output
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-06
    • 文件大小:1442816
    • 提供者:蔡亮
  1. LL_Program

    0下载:
  2. LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一: 若X=a=’#’,则宣布分析成功,停止分析过程; 若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号; 若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:199680
    • 提供者:杨灵芝
  1. Wana

    0下载:
  2. 词法判断程序,通过LL(1)词法分析堆栈判断一串字符串是否可识别-Lexical procedures to determine, through the LL (1) lexical analysis of the stack to determine whether a string of string identifiable
  3. 所属分类:其他小程序

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

    0下载:
  2. LL1分析法,做编译原理试验用的,pdf格式-LL1 analysis, so the compiler used the principle of the pilot, pdf format
  3. 所属分类:其他小程序

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

    0下载:
  2. 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器-Elimination of left-recursive grammar to make grammar meet to determine the top-down analysis of the conditions for an LL (1) Analysis Parser
  3. 所属分类:系统编程

    • 发布日期:2024-05-06
    • 文件大小:204800
    • 提供者:余祖澔
  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 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org