搜索资源列表

  1. 判断是否为ll(1)文法程序

    0下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and se
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23961
    • 提供者:luo
  1. 算符优先文法

    0下载:
  2. 算符优先实验,可以输入文法,生成算符优先表,输入句子,生成移近-规约过程。并且还有实验报告。-operator priority experiments can be imported grammar, production operator priority list, input sentence, approached generation-the Statute of the process. And there are exp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:357177
    • 提供者:dyz
  1. 编译原理课程设计报告LL1文法

    0下载:
  2. 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:126996
    • 提供者:爽爽
  1. LL(1)文法——vc

    0下载:
  2. LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2010
    • 提供者:陈为
  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. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:48864
    • 提供者:吴斌
  1. 文法等价转换演示程序

    0下载:
  2. 编译原理-文法等价转换-compiler theory - grammar Conversion
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:518566
    • 提供者:赵虎
  1. LL(1)文法

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

    • 发布日期:2008-10-13
    • 文件大小:1924
    • 提供者:小西
  1. 用c写的编译原理作业之右线性文法的实现

    0下载:
  2. 用c写的编译原理作业之右线性文法的实现,老师布置的一个小作业-used to write c compiler operating in linear grammar Few realize, teachers layout of a small operation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1851
    • 提供者:pala
  1. java形式文法

    0下载:
  2. 现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editin
  3. 所属分类:编译器/词法分析

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

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

  1. 判断是否为LL(1)文法 C语言

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

  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-05-03
    • 文件大小:48128
    • 提供者:吴斌
  1. LL(1)文法

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

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:小西
  1. 消除文法左递归

    0下载:
  2. 消除文法左递规算法的实现(此为可执行源代码)-left eliminate grammar rules delivery algorithm implementation (such as executable code )
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:297984
    • 提供者:何浩
  1. 编译原理—LL(1)文法分析器(1.0)

    0下载:
  2. 编译原理—LL(1)文法分析器(1.0) 求LL(1)文法的FOLLOW集合工具: 软件读入一个LL(1)文法,生成其FOLLOW集合。-compiler theory-LL (1) grammar analyzer (1.0) for LL (1) grammar FOLLOW Set tools : software read an LL (1) grammar, generating its FOLLOW pool.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:185344
    • 提供者:林丰
  1. 编译原理的算符优先文法[网页版])

    0下载:
  2. 编译原理的算符优先文法[网页版]).htm 源程序对该算法的实现-compiler principles of grammar priority operator [website]). Htm source of this algorithm to achieve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:张明
  1. 判断是否为ll(1)文法程序

    0下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and se
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:23552
    • 提供者:luo
  1. 算符优先文法

    0下载:
  2. 算符优先实验,可以输入文法,生成算符优先表,输入句子,生成移近-规约过程。并且还有实验报告。-operator priority experiments can be imported grammar, production operator priority list, input sentence, approached generation-the Statute of the process. And there are exp
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:357376
    • 提供者:dyz
  1. LL(1)文法——vc

    0下载:
  2. LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:陈为
  1. 第六章-属性文法-2.0

    0下载:
  2. 属性文法第6章 其任务是对语法分析所识别出的各类语法范畴,分析其含义,并进行初步翻译。 包括两个方面的工作。 首先是对各种语法范畴进行静态语义检查,例如,变量是否定义、类型是否正确等等。 如果语义正确,则进行中间代码的翻译。(Sixth chapter of attribute grammar The task is to analyze all ki
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:294912
    • 提供者:bridge6626
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org