Welcome![Sign In][Sign Up]
Location:
Search - LL

Search list

[ELanguage编译原理LL1

Description: 简单的LL(1)的分析,具体可见程序,有过程,一目了然,谢谢指教-simple LL (1) analysis, we can see specific procedure, a process, clear, thank you enlighten
Platform: | Size: 6144 | Author: 王立伟 | Hits:

[ELanguage编译原理课程设计报告LL1文法

Description: 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand senior in computer language of the implementation process, enhance the focus of compiler theory algorithm and compiler technology understanding, enhance their programming ability, and cultivate good programming style. Through some kind of visual programming language applications, with the initial Windows programming environment ideology. Xie and master LL (1) syntax analysis of the basic tenets; According given LL (1) grammar, master LL (1) analysis of the structure and table analysis is achieved.
Platform: | Size: 126976 | Author: 爽爽 | Hits:

[ELanguageLL(1)文法——vc

Description: LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
Platform: | Size: 2048 | Author: 陈为 | Hits:

[Software Engineering编译原理报告

Description: 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,不会产生思维混乱错误。 -designed one. Procedures method syntax analysis LL (1) method. Manual tectonic lexical analysis procedure. 2. Tempering their preparation and the ability to independent programming and thinking abilities. Improve their programming capability. 3. Familiar with the compiler theory lexical analysis and syntax analysis method to deepen the understanding of the basic method. 4. Let us further understand home compiler theory, the better the learning some of its ideas, master compiler principles theoretical basis. 5. Let us become more familiar with the use of programming languages and programming skills. A better understanding of programming way of thinking. 6. The use of automatic machines to design this method lexical analysis procedures so that more clear thinking, thinking no confusion wrong
Platform: | Size: 48128 | Author: cyberspace | Hits:

[Other resourceCocoSourcesCS

Description: 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 finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. There are versions of Coco/R for Java, C#, C++, Delphi, Modula-2, Oberon and other languages. This manual describes the versions for C# and Java implemented at the-The Compiler Generator Coco/RCoco/R1 is a compiler generator, which takes an attributed grammar of a source languageand generates a scanner and a parser for this language. The scanner works as adeterministic finite automaton. The parser uses recursive descent. LL (1) conflicts can beresolved by a multi-symbol lookahead or by semantic checks. Thus the class of acceptedgrammars is LL (k) for an arbitrary k.There are versions of Coco/R for Java, C#, C++, Delphi, Modula-2, Oberon and otherlanguages. This manual describes the versions for C# and Java implemented at the
Platform: | Size: 41984 | Author: yy | Hits:

[ELanguageJudge_LL(1)

Description: 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple method of LL (1) grammar convicted. The design process was realized : 1 were calculated for each production of the right of the FIRST episodes, each end of a non-Fu FOLLOW sets and the production of each SELECT set; 2 determine whether LL (1) grammar; 3 paint Forecast and Analysis table; 4 the right to determine whether or not a bunch of symbols is grammar the sentences analysis on the screen printed. Welcome to the procedure rich views!
Platform: | Size: 147456 | Author: 张玉峰 | Hits:

[ELanguage06012701377504

Description: LL(1)文法判定(C#) SimpleLL1目录下为源程序 EXE目录下为编译好的可执行文件 Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载) Symbols.txt为测试用符号集(可直接在程序中加载) 转载或引用请注明出处:www.shootsoft.net -LL (1) grammar found (C#) SimpleLL1 directory of the source of EXE directory compiled executable file Product1.txt ~ Product4.txt to test production (direct loading in the proceedings) to test Symbols.txt symbol sets (direct way in load sequence) reproduced or quoted please reference : www.shootsoft.net
Platform: | Size: 297984 | Author: 尹君 | Hits:

[ELanguageLL1_fenxi

Description: 判断是否为LL(1)文法,如果是,可以对该文法进行语法分析。-determine whether to LL (1) grammar, and if so, can this grammar for syntax analysis.
Platform: | Size: 81920 | Author: 常宏 | Hits:

[Other resourceLL1_a

Description: 又一个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-
Platform: | Size: 2048 | Author: 飞翔 | Hits:

[ELanguageLL1ForXp

Description: 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, the final analysis of forecast
Platform: | Size: 52224 | Author: swb | Hits:

[ELanguageCP_DESIGN

Description: 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax analysis and operator precedence syntax analysis
Platform: | Size: 832512 | Author: chuchao | Hits:

[DocumentsLL(1)11

Description: 这是编译原理LL1文法的实验报告,有源代码,请大家尽管下载-This the principle LL1 grammar compiler of the report experiments, the active code, please download .. although
Platform: | Size: 28672 | Author: 清风澈 | Hits:

[Other resourceLL1Grammar

Description: 用于自动生成LL(1)分析表,并且产生相应的LL(1)分析器-for automatic generation LL (1) Analysis Table and generate the corresponding LL (1) Analyzer
Platform: | Size: 6144 | Author: conan | Hits:

[ELanguageUniSimu-Compilers

Description: 这是一个DFA简化和生成LL(1)分析表的程序,自动生成表格及图形-DFA This is a simplified and generation LL (1) Analysis Table procedures, forms and automatically generated graphics!
Platform: | Size: 912384 | Author: 李建 | Hits:

[Other0306

Description: 该程序是使用STL实现的,适用于非常简单的LL(1)文法的程序实现。-that the procedure was used to achieve the STL, in a very simple LL (1) grammar program.
Platform: | Size: 2048 | Author: john | Hits:

[ELanguagell1yufa

Description: 编译原理的实验,是LL(1)文法做的,可以实现基本功能-compiler principle experiments is LL (1) grammar do, can achieve a basic function
Platform: | Size: 285696 | Author: ninglei | Hits:

[Other resourcehm

Description: /* 程序名称: 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*//* process uses : Course Design Compiler Principle*//* prepare Date : June 29, 2006*//* experimental topics : identify the following expression*//* E-
Platform: | Size: 4096 | Author: 黄铭 | Hits:

[CSharpLL1wenfa

Description: 根据某一文法编制调试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 purpose of the experiment was to improve prediction analysis LL (1) analysis and understanding.
Platform: | Size: 2048 | Author: 颜炳昊 | Hits:

[CSharpll(1)fenxibiaodeshengcheng

Description: 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i,*, (and ) consisting of the# end of the strings,
Platform: | Size: 168960 | Author: xiao | Hits:

[Other resourceCompilerprogram

Description: 编译原理课程设计 语法分析程序的LL(1)分析方法-compiler theory of curriculum design syntax analysis procedures LL (1) Analysis
Platform: | Size: 9216 | Author: 薛希 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net