ll

共 332 篇文章
ll 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 332 篇文章,持续更新中。

编译原理LL(1)文法分析器 录入合法的LL(1)文法

编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。

Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (lik

Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error rec

LL(1)文法

LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析

ll1文法分析。输入要分析的符号串

ll1文法分析。输入要分析的符号串,输出判断改符号串是否能由改文法推到出来。

PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that ran

PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical exa

基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of

基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It work

编写为某一任意上下文无关文法构造的LL(1)语法分析程序

编写为某一任意上下文无关文法构造的LL(1)语法分析程序,并对任给的一个输入串进行语法分析检查。 程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析

输入一个表达式子 然后输出 这个式子 的LL1文法形式

输入一个表达式子 然后输出 这个式子 的LL1文法形式

功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态

功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态

Visual C++ Windows Shell Programming Welcome to Visual C++ Windows Shell Programming! With this bo

Visual C++ Windows Shell Programming Welcome to Visual C++ Windows Shell Programming! With this book, you ll learn how to program the Windows Shell, customize its behavior and integrate your applic

In this article I’ll show you how to compress and extract files easily in java using ziputil.jar.

In this article I’ll show you how to compress and extract files easily in java using ziputil.jar.

本程序作为计算机学院编译原理课程试验的一部分

本程序作为计算机学院编译原理课程试验的一部分,自定向下的语法分析程序之LL1分析法。

设计一个给定LL(1)分析表

设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子对应的语法树。能对语法树生成过程进行模拟。

Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you c

Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundame

Grammatica是一个C#和Java的语法分析程序生成器(编译器的编译器)。它可以用LL(k)语法创建可读的和带有注释的源代码。它也支持创建一个运行时语法分析器

Grammatica是一个C#和Java的语法分析程序生成器(编译器的编译器)。它可以用LL(k)语法创建可读的和带有注释的源代码。它也支持创建一个运行时语法分析器,带不生成源代码。语法产生式用EBNF描述,使用规则表达式的符号

LL(1)语法分析程序 (1)对输入文法

LL(1)语法分析程序 (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。

这是编译原理的源代码

这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是LL1语法分析部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。

编译的关于LL(1)词法分析的小程序

编译的关于LL(1)词法分析的小程序,适合在VC下运行-compiled on LL (1) Morphological analysis of the small programs, for the VC teachers to run the operation no problem

编译原理课程设计LL(1)for语句设计

编译原理课程设计LL(1)for语句设计

PIO interrupt for pxa27x To test this sample code you ll have to connect GPIO37 to a Switch.

PIO interrupt for pxa27x To test this sample code you ll have to connect GPIO37 to a Switch.