搜索资源列表

  1. ll(1)语法分析

    0下载:
  2. 此为ll(1)文法的源代码,适应于学习过编译原理的同学,在做课程设计时可以参考-this as (a) the source code for grammar, learning to adapt to the students of compiler theory, the courses do when reference design
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:3576
    • 提供者:林肯
  1. 程序的语法分析

    0下载:
  2. 对一个LL(1)文法的句型进行分析看其是不是属于该文法的产生句型-a pair of LL (1) grammar Sentence for its analysis is not belong to the grammar have Sentence
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:189440
    • 提供者:杨鼎新
  1. 分析程序

    0下载:
  2. 语法分析程序,包括对任意输入LL(1)文法的分析表及字符串,本程序能自动判断所给字符串是" 否为该文法的句子,并能给出分析过程。-syntax analysis procedures, including the indiscriminate importation of LL (1) grammar analysis table and string, the procedure can automatically determine
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:26624
    • 提供者:chu
  1. 编译原理课程设计报告LL1文法

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

    • 发布日期:2024-05-16
    • 文件大小:126976
    • 提供者:爽爽
  1. ll1fenxi

    0下载:
  2. LL1文法分析器的例子,用vc++6.0制作,调试成功-LL1 grammar analyzer example, produced using vc 6.0, debug success
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:mark
  1. 11LL1

    0下载:
  2. 操作系统实验 LL1文法分析 是最标准的文法,程序很简单,注释写得很明白了,供初学者使用很方便-experimental operating system LL1 grammar analysis is the most standard grammar, a very simple procedure, the Notes was made explicitly, for beginners very convenient
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:334848
    • 提供者:赵麟
  1. hm

    0下载:
  2. /* 程序名称: LL(1)文法分析程序 */ /* 程序用途: 编译原理课程设计 */ /* 编写日期: 2006年6月29日 */ /* 实验题目: 识别下列表达式 */ /* E->E+T|E-T|T */ /* T->T*F|T/F|F */ /* F->(E)|i */ -/* process Name : LL (1) grammar analysis program*//* p
  3. 所属分类:其它资源

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:黄铭
  1. yufall1

    0下载:
  2. 做的很不错的LL(1)文法分析程序,可以作为学习编译原理课程的参考或课设-do very good LL (1) grammar analysis procedures can be compiled as a learning theory courses or courses based reference
  3. 所属分类:编辑器/阅读器

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

    0下载:
  2. 用C++实现LL(1)文法分析 用C++实现LL(1)文法分析-C achieve LL (1) grammar analysis C achieve LL (1) grammar analysis
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:韩健
  1. 20170828889

    0下载:
  2. 编译原理LL(1)语法分析 从文法开始,一直做到了符号表的实现-Compilation Principle LL (1) grammar analysis grammar start symbol table has been able to realize the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:60416
    • 提供者:daiuirchuan
  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-16
    • 文件大小:386048
    • 提供者:
  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-16
    • 文件大小:2048
    • 提供者:frr
  1. LL(1)

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

    • 发布日期:2024-05-16
    • 文件大小:35840
    • 提供者:洪成前
  1. Program2

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

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

    0下载:
  2. 用一门面向对象语言建立一个针对LL(1)文法分析构造演示器,输入定义好的文法,进行分析后在内存中建立其存储结构,判断其能用LL(1)文法分析后,建立其分析过程。 为此我们将本任务分解为以下内容: (1)文法的建立; (2)上下文无关文法的判定; (3)消除文法中一切左递归的算法; (4)文法二义性的判定; (5)LL(1)文法的判定; (6)消除直接左递归; (7)消除间接左递归; (8)直接
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:187392
    • 提供者:方方
  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-16
    • 文件大小:5150720
    • 提供者:余冬梅
  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-16
    • 文件大小:201728
    • 提供者:黄仁杰
  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-16
    • 文件大小:1442816
    • 提供者:蔡亮
  1. LL(1)

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

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

    0下载:
  2. 一个用LL(1)文法的词法和语法分析器,-One with LL (1) grammar and syntax of the lexical analyzer,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:214016
    • 提供者:yyx
« 1 2 3 45 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org