Welcome![Sign In][Sign Up]
Location:
Search - ll(1)

Search list

[Windows Develop2006435013

Description: 基于LL(1)法的条件语句语法语义分析程序. 编译原理的课程设计-this is ll(1)
Platform: | Size: 441344 | Author: 余欢 | Hits:

[ELanguageLL(1)grammarsyntax

Description: LL(1)文法自动生成语法分析程序的设计-LL (1) grammar syntax analysis program automatically generates the design
Platform: | Size: 18432 | Author: chenpeng | Hits:

[ELanguageLL1

Description: 做编译实验时做的LL(1)文法,希望大家多多指正-Compiler to do experiments to do LL (1) grammar, a lot of hope that we can correct me
Platform: | Size: 190464 | Author: | Hits:

[ELanguageHQ

Description: 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。-Design a small language, the basic procedures required statement, given the small language LL (1) grammar, the forecast method used to achieve the mini-language LL (1) parsing grammar.
Platform: | Size: 2339840 | Author: joe | Hits:

[ELanguagebianyikeshe_hsh-6.18_final

Description: 编译原理—课程设计—if else语句LL(1)方法分析,输出四元式-Compiler Construction Principles- curriculum design-if else statements LL (1) methods of analysis, the output quaternion type
Platform: | Size: 214016 | Author: hsh | Hits:

[ELanguagell(1)fenxi

Description: 本程序是采用的LL(1)方法进行的语法分析,而LL(1)的分析方法是属于自上而下的方法。 自上而下分析的基本思想是:对任意输入串,试图用一切可能的方法,从文法开始符号(根结点)出发,自上而下为输入串建立一棵语法树。从推导的角度看,它是从文法的开始符号出发,反复使用各种产生式,寻找与输入串匹配的推导。 在输入之前必须要进行该文法是不是LL(1)文法的判断,然后再构造相应的LL(1)分析表来用预测分析方法进行语法分析,依据下面的文法及分析表来设计程序实现预测分析的分析过程。 -This procedure is used for LL (1) method of syntax analysis, LL (1) methods of analysis are top-down approach. Top-down analysis of the basic idea is: For any input string, trying to use all possible means, from the grammar start symbol (root node) proceed from top to bottom as the input string to establish a syntax tree. From the derivation of the point of view, it is starting from the grammar start symbol and repeatedly using a variety of productions to find the derivation of the input string matches. Before you enter must be to carry out the grammar is not LL (1) grammar, the judge, and then construct the corresponding LL (1) Analysis of the table to use predictive analysis method of syntax analysis, based on the following grammar and analysis of the table to the design process to achieve predictable analysis of the analysis.
Platform: | Size: 2048 | Author: WM | Hits:

[ELanguagecompile

Description: 编译原理大作业,完成了词法分析,递归下降分析,LL(1)分析,算符优先分析,中间代码生成等-Compiler Construction Principles large operations, completed a lexical analysis, recursive descent analysis, LL (1) analysis, operator priority analysis, intermediate code generation, etc.
Platform: | Size: 35840 | Author: ddl | Hits:

[ELanguageyufa

Description: 语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程-Parser that have been to the pascal language grammar, structure LL (1) analysis table, the preparation of parsing procedure that requires the output to the error message syntax error file, and output analysis of the process of sentence
Platform: | Size: 1951744 | Author: 陈美娟 | Hits:

[ELanguageLL1C

Description: LL(1)词法分析源代码C语言版本,实现文法的分析-LL (1) lexical analysis of source code for C language to realize the analysis of grammar
Platform: | Size: 168960 | Author: king | Hits:

[ELanguageCompiler

Description: 一个编译器,用LL(1)方法.从文法开始,一直弄到符号表。-a real c++ compiler
Platform: | Size: 1800192 | Author: 李震 | Hits:

[Otherlibscl-1.0.2

Description: This a Small Container Library, SCL. If you are not sure what a container is, then ignore the word container in this file and you ll probably understand everything. This library provides hash tables, list, queue, stack, symbol, balanced binary tree, and a vector as abstract data types. Multiple independent instances of the same abstract type can be used, each with its own arbitrary contents. SCL does not redefine the world with SCL_int, SCL_long, etc. The SCL functions use arguments that are standard: long, int, size_t, etc. -This is a Small Container Library, SCL. If you are not sure what a container is, then ignore the word container in this file and you ll probably understand everything. This library provides hash tables, list, queue, stack, symbol, balanced binary tree, and a vector as abstract data types. Multiple independent instances of the same abstract type can be used, each with its own arbitrary contents. SCL does not redefine the world with SCL_int, SCL_long, etc. The SCL functions use arguments that are standard: long, int, size_t, etc.
Platform: | Size: 195584 | Author: GV | Hits:

[Internet-Networkcyassl-1.3.0

Description: cyassl 和 yassl 是用於崁入式系統的SSL函式庫.有OPEN SSL的相容介面-cyassl 1.3.0 Cyassl and yaSSL are embedded SSL Libraries for programmers building security functionality into their applications and devices. Both products employ the dual licensing model, like MySQL, so they are available under the open source GPLv2 as well as a standard commercial license. Support and consulting are also available. If you have an interest in porting yaSSL to an operating environment or open source application we currently don t support, then please contact us, we ll be happy to support you.
Platform: | Size: 743424 | Author: yfchou | Hits:

[Otheryufa

Description: 简单的实现编译原理LL(1)语法分析,给定文法和分析表 -a program a baout LL(1)analsy
Platform: | Size: 343040 | Author: 张建民 | Hits:

[Windows Developgxs

Description: 用C++写的编译课设计, IF-ELSE条件语句的翻译程序设计(LL(1)法、输出三地址表示)-Written using C++ compiler course design, IF-ELSE conditional statement of the translation program design (LL (1) Law and output to address that)
Platform: | Size: 564224 | Author: 张星 | Hits:

[ELanguage20029440913

Description: (1) 根据LL(1)分析法编写一个语法分析程序,可根据自己实际情况,选择以下一项作为分析算法的输入: a. 直接输入根据已知文法构造的分析表M b.输入文法的FIRST(α)和FOLLOW(U)集合,由程序自动生成文法的分析表M; c.输入已知文法,由程序自动构造文法的分析表M。 (2) 程序具有通用性 所开发的程序可适用于不同的文法和任意输入串,且能判断该文法是否为LL(1)文法。 (3) 有运行实例 对于输入的文法和符号串,所编制的语法分析程序应能正确判断此串是否为文法的句子,并要求输出分析过程。 -(1) According to the LL (1) method to write a parser, according to their own situation, choose one of the following analysis of the algorithm as input: a. directly into the basis of known structures of grammar table M b. enter the grammar of FIRST (α) and FOLLOW (U) set automatically by the program analysis table statute of Health M c. Enter known grammar, the program can automatically construct grammatical analysis table M. (2) program has universal The developed program used in various types of grammar and an arbitrary input string, and can determine whether the grammar LL (1) grammar. (3) the running instance Grammar and symbols for the input string, the parser should be compiled correctly determine whether this string of sentence grammar, and asked the output of the process.
Platform: | Size: 289792 | Author: zmf | Hits:

[AI-NN-PRPrediction_program

Description: 对于任意输入的一个LL(1)文法,构造预测分析程序,输出输入串的自动匹配过程。首先实现集合FIRST(X)构造算法和集合FOLLOW(A)构造算法,再实现预测分析表构造算法。再构造预测分析程序,输出字符串的自动匹配过程。-For any input of a LL (1) grammar, structure prediction analysis program, import and export series of automatic matching process. First of all, to achieve set FIRST (X) construction algorithm and the set FOLLOW (A) construction algorithm, and then to achieve forecast of the table construction algorithm. Prediction of re-construction process, the output string of automatic matching process.
Platform: | Size: 13312 | Author: 徐向阳 | Hits:

[ELanguageLL1_yufafenxi

Description: LL(1)语法分析程序 LL(1)语法分析程序-LL (1) parser
Platform: | Size: 3553280 | Author: yaodongyang | Hits:

[ELanguageGrammerParsers

Description: 利用C++语言编制一个LL(1)语法分析器,利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。可通过消除左递归、提取左因子把非LL(1)文法改造成LL(1)文法。-Compiled using a C++ language LL (1) parser using LL (1) control program according to display the contents of the stack the stack, forward-looking symbols and LL (1) of the table, the input symbol string of top-down analysis . Through the elimination of left recursion, left-factor of the extraction of non-LL (1) grammar transformation into a LL (1) grammar.
Platform: | Size: 227328 | Author: 杨玥 | Hits:

[ELanguageLL_1

Description: LL(1)语法分析源代码,编译原理的课程作业-LL(1)syntax analysis
Platform: | Size: 793600 | Author: 王梓桐 | Hits:

[ELanguageLL1_display5.11

Description: 本文描述了针对编译原理课程中LL(1)文法分析过程的演示系统的设计与实现过程。本系统在Visual C++环境中使用MFC类库开发实现。针对高效率和美观实用两个目标,分别设计了前台和后台。前台负责界面显示和用户交互,后台透明地执行LL(1)分析过程的相关操作,为前台提供数据。通过MFC的消息响应机制,将后台功能模块加入到前台相应功能菜单的消息函数中。前台界面提供了和用户交互的菜单,根据演示系统的需求以及LL(1)文法分析过程中的各个步骤,将前台分为七个模块,其中每个菜单项分别对应各自的功能模块。它们分别是理论学习、输入产生式、转换产生式、生成FIRST\FOLLOW集合、构造预测分析表、输入句子、预测分析步骤;为实现前台中设计的功能,将后台分成五个模块,分别是产生式的预处理、构造非终结符的FIRST集合、构造FOLLOW集合、构造预测分析表、预测分析。- I described how to design and accomplish a Demo program for the process of LL(1) grammar analysis in Compiler theory. This system is developed by MFC Class Library in Visual C++.
Platform: | Size: 14099456 | Author: | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net