搜索资源列表

  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-17
    • 文件大小:2048
    • 提供者:陈为
  1. 编译原理报告

    0下载:
  2. 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:48128
    • 提供者:cyberspace
  1. CocoSourcesCS

    0下载:
  2. The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic fin
  3. 所属分类:其它资源

    • 发布日期:2024-05-17
    • 文件大小:41984
    • 提供者:yy
  1. Judge_LL(1)

    0下载:
  2. 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple metho
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:147456
    • 提供者:张玉峰
  1. 06012701377504

    0下载:
  2. LL(1)文法判定(C#) SimpleLL1目录下为源程序 EXE目录下为编译好的可执行文件 Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载) Symbols.txt为测试用符号集(可直接在程序中加载) 转载或引用请注明出处:www.shootsoft.net -LL (1) grammar found (C#) SimpleLL1 directory of the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:297984
    • 提供者:尹君
  1. LL1_fenxi

    1下载:
  2. 判断是否为LL(1)文法,如果是,可以对该文法进行语法分析。-determine whether to LL (1) grammar, and if so, can this grammar for syntax analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:81920
    • 提供者:常宏
  1. LL1_a

    0下载:
  2. 又一个LL(1)的分析器,针对文法// { E->-E|(E)|VX , X->-E|^ , V->iA , A->(E)|^ } // Expr : E ExprTail : X Var : V VarTail : A id : i ,是对编译原理初学者的一个帮助。-also an LL (1) analyzers, the grammar// (E-
  3. 所属分类:其它资源

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:飞翔
  1. LL1ForXp

    0下载:
  2. LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:52224
    • 提供者:swb
  1. CP_DESIGN

    0下载:
  2. 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax anal
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:832512
    • 提供者:chuchao
  1. LL(1)11

    0下载:
  2. 这是编译原理LL1文法的实验报告,有源代码,请大家尽管下载-This the principle LL1 grammar compiler of the report experiments, the active code, please download .. although
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:28672
    • 提供者:清风澈
  1. LL1Grammar

    0下载:
  2. 用于自动生成LL(1)分析表,并且产生相应的LL(1)分析器-for automatic generation LL (1) Analysis Table and generate the corresponding LL (1) Analyzer
  3. 所属分类:其它资源

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:conan
  1. UniSimu-Compilers

    0下载:
  2. 这是一个DFA简化和生成LL(1)分析表的程序,自动生成表格及图形-DFA This is a simplified and generation LL (1) Analysis Table procedures, forms and automatically generated graphics!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:912384
    • 提供者:李建
  1. 0306

    0下载:
  2. 该程序是使用STL实现的,适用于非常简单的LL(1)文法的程序实现。-that the procedure was used to achieve the STL, in a very simple LL (1) grammar program.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:john
  1. ll1yufa

    0下载:
  2. 编译原理的实验,是LL(1)文法做的,可以实现基本功能-compiler principle experiments is LL (1) grammar do, can achieve a basic function
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:285696
    • 提供者:ninglei
  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-17
    • 文件大小:4096
    • 提供者:黄铭
  1. LL1wenfa

    0下载:
  2. 根据某一文法编制调试LL(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对预测分析LL(1)分析法的理解。-prepared in accordance with a grammar debugging LL (1) analysis of procedures for the importation of arbitrary strings of symbols for analysis. The main p
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:颜炳昊
  1. ll(1)fenxibiaodeshengcheng

    0下载:
  2. 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i,*, (and ) consisting of the# end of the strings,
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:168960
    • 提供者:xiao
  1. Compilerprogram

    0下载:
  2. 编译原理课程设计 语法分析程序的LL(1)分析方法-compiler theory of curriculum design syntax analysis procedures LL (1) Analysis
  3. 所属分类:其它资源

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:薛希
  1. yufafenxichengxu1111

    0下载:
  2. 简易的语法分析程序 此为LL(1)语法分析程序 语法分析程序-simple syntax analysis procedures such as LL (1) syntax analysis program syntax analysis program
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:290816
    • 提供者:杨应
  1. LL(1)analysis1

    0下载:
  2. * VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005-running through this procedure done for
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:yao
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org