搜索资源列表
fifoexe
- 本程序包括求First集和Follow集的VC++原程序,已经编译过可以直接使用。-including procedures for the First Set and Follow Set VC program, it has been compiled using direct.
032812033
- 算符优先分析程序设计,编译原理实验四,实现了FIRST及FOLLOW集-operator priority analysis program design, build four principle experiment, and realized FIRST FOLLOW Set
dockww
- 自从Windows操作系统出现以后,在应用程序中进行人机交互的思想和手段便发生了根本性的改变,计算机的界面变得友好精彩。一个程序的好坏很大程 度上决定于人机交互的方便程度。当前,大多数程序的标题栏都千篇一律,如何让自己的程序与众不同是每个程序员的梦想,但改变标题栏的内容的确有相当的难 度。该篇文章向你介绍如何在标题栏上添加图标按钮,而且当鼠标经过和点击该图标时,鼠标将有不同的反应。请按照下面的步骤实现。 第一步:打开VC编程环境,生成一个新的基于单文档的工程temp,所有
parts
- WebPartZone的ZoneTemplate可以通过声明方式来定义,在每个用户首次(即没有已保存状态时)登录时,WebPart Runtime会按ZoneTemplate内的定义生成默认的WebPart布局,并在用户对布局进行调整后此用户后续登录时-WebPartZone ZoneTemplate the way through the statement to the definition, each user in the first (that is, no state has pre
wenfaLL(1)
- 可以实现求First集、Follow集、Select集、分析表、分析栈-can achieve for First Set, Follow Set, Select collection, analysis table, analysis Stack
crossingriver
- Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cr
ll1
- 计算first follow集,预测分析表
first+ang+follow
- first and folllw的算法 质量保证 操作简单
实验二:ll1语法判断
- 实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, computation grammar FIRST, FOL
LL(1)文法分析
- 求一个文法的first,follow,select集判断该文法是不是LL(1)文法,生成该文法的预测分析表,输入字符串的分析表,以及相应的语法树。
C++编写求FIRST、FOLLOW集
- C++、编译?FIRST、FOLLOW集
First_follow
- Caculate first and follow
FirAndFol
- 是用JAVA做得一个First和Follow胡算法程序,很实用,无错误!-JAVA done with a First and Follow procedures Hu algorithm, it is practical, error-free!
FirAndFol
- 封装非终结符集合的类Vn,可以求出 FIRST集和FOLLOW集。-Package of non-terminal symbol set of classes Vn, you can find the FIRST sets and FOLLOW sets.
FIRST-FO
- first and follow of any non terminal
Program
- First Follow Set calculator
predictive-analysis-
- 编译原理预测分析表 求first follow集-Compiler theory prediction table seeking first follow set
LL1
- 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。它会自动计算first,follow,预测分析表的构造,但并不输出。-Input has to eliminate left recursion and extract the public left factor of LL (1) grammar, then input the corre
The-LL1-parser
- 输入: 非终结符号串:AB 终结符号串:a 起始符号:A 文法个数:2 第一个产生式:A->aB|a 第二个产生式:B->a 输出 first follow集 输入:测试句型 aa 语法正确 测试句型 ab 语法不正确-Input: Nonterminal symbol string: AB The end of string symbol: a Start symbol: A The number o
1
- LL1 消除左递归,可求first follow集合-first follow