Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - firstvt lastvt
Search - firstvt lastvt - List
非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
Update : 2008-10-13 Size : 41.31kb Publisher : swb

DL : 0
用算符优先文法制作的算符优先分析器,实现了FIRSTVT跟LASTVT的输出跟优先表的输出以及栈的输出以及到文件的输出。-priority grammar operator with the operator priority to the production analyzer, achieved with LASTVT FIRSTVT output with the output of the priority list and stack output and the output of the document.
Update : 2025-02-17 Size : 10kb Publisher : 姜鹏

一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing; 3. Operator precedence relations of the matrix structure.
Update : 2025-02-17 Size : 16kb Publisher : luo

非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
Update : 2025-02-17 Size : 41kb Publisher : swb

算符优先算法 给定文法的..不包括优先表的构造及FIRSTVT和LASTVT的计算-operator priority given grammar algorithm .. the priority list does not include the construction and FIRSTVT and LASTV the calculated T
Update : 2025-02-17 Size : 1kb Publisher : JOHN

算符优先算法中非终结符的firstvt集和lastvt集的求解,在vc6.0环境下编译通过-operator priority algorithm end of the Central African websites firstvt sets and lastvt Solution Set, in vc6.0 compile environment
Update : 2025-02-17 Size : 10kb Publisher : 张焕人

DL : 0
从文法文件中读入终结符、非终结符、开始符、文法,输出FIRSTVT集,LASTVT集和算符优先矩阵-from grammar document read into the end of website- end website address beginning, grammar, and the output FIRSTVT set, LASTVT set priorities and operator matrix
Update : 2025-02-17 Size : 3kb Publisher : zhouxiang

DL : 0
给出非终结符的FIRSTVT和LASTVT集。画出算符优先关系表。给定符号串判定是否是文法中的句子,分析过程用计算机打印出来。-website is not the end of the FIRSTVT and LASTVT set. Ingenuous operator precedence table. Series set to determine whether the symbol is the grammar of the sentence, the analysis process used computer print out.
Update : 2025-02-17 Size : 55kb Publisher : 张海

编写一个程序,用于判定给定的文法是否为算符优先文法。 注意:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。 -The preparation of a procedure for determining whether a given grammar grammar priority for the operator. Note: 1. Grammar said machine 2. FIRSTVT sets and LASTVT set computing 3. Operators precedence relations of the structure matrix.
Update : 2025-02-17 Size : 216kb Publisher : 乐 于与

算符优先文法 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符的FIRSTVT和LASTVT集。 5. 画出算符优先关系表。 6. 判定读入的文法是否是算符优先文法。 7.给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 -Operator priority Grammar 1. You can use any language to accomplish, such as: Java, C, C++. 2. Grammar used to describe commonly used methods, such as: S → aA. 3. To read the grammar of papers. 4. Were obtained at each end of a non-FIRSTVT and LASTVT set. 5. Draw operator precedence relations table. 6. To determine whether or not read the grammar is the grammar operator priority. 7. The given string to determine whether any symbol is the grammar of the sentence, will analyze the process of using the computer print out.
Update : 2025-02-17 Size : 89kb Publisher : 狐狸

课题问题描述 1. 根据算符优先分析算法,编写一个语法分析程序,可以选择以下三项之一作为分析算法中的输入: (1)直接输入根据已知文法人工构造的算法优先关系矩阵 (2)输入已知文法和FIRSTVT、LASTVT集合,由程序自动生成该文法的算法优先关系矩阵 (3)输入已知文法,由程序自动生成该文法的算法优先关系矩阵。 2. 程序具有通用性,即所编制的语法分析程序能够适用于不同文法以及各种输入单词串,并能判断该文法是否为算符文法和算符优先文法。 3. 对输入的一个文法和一个单词串,程序能正确判断此单词串是否为该文法的句子,并要求输出分析过程。 -err
Update : 2025-02-17 Size : 76kb Publisher : ddcw

DL : 0
六、 限自动机的生成及化简过程模拟 10 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟-Sixth, limit the generation of automata and simplify the process of simulation of 10 Seven, First Set and Follow simulation algorithm to generate 10 sets of eight, LL (1) Analysis of Process Simulation 11 9, FirstVT sets and set LastVT simulation algorithm to generate 12 10, operator priority Simulation analysis table generated 12 11, operator priority analysis process simulation
Update : 2025-02-17 Size : 156kb Publisher : 啊啊啊啊

七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟 13 十二、 LR分析过程模拟 13 -7, First Set and Follow simulation algorithm to generate 10 sets of eight, LL (1) Analysis of Process Simulation 11 9, FirstVT sets and set LastVT simulation algorithm to generate 12 10, operator priority analysis table generated simulation 12 11, operator priority analysis Simulation of 13 12, LR analysis process simulation 13
Update : 2025-02-17 Size : 210kb Publisher : 啊啊啊啊

DL : 0
设计一个给定文法和对应的FIRSTVT和LASTVT集,能依据依据文法和FIRSTVT和LASTVT生成算符优先分析表-Design of a given grammar and the corresponding FIRSTVT and LASTVT set, based on the basis of grammar and can FIRSTVT and generate operator LASTVT priority analysis table
Update : 2025-02-17 Size : 32kb Publisher : 佚星

算符优先,先输入语法规则,就可求出FIRSTVT及LASTVT,然后给出算符优先关系表-Operator priority, first enter the grammar rules can be obtained FIRSTVT and LASTVT, and then give priority to the relationship between operator table
Update : 2025-02-17 Size : 2kb Publisher : 刘强国

DL : 0
编译原理课程设计 算符优先算法的实现 输出FIRSTVT和LASTVT,算符优先表。-Principles of curriculum design compiler algorithm operator priority output FIRSTVT and LASTVT, operator priority table.
Update : 2025-02-17 Size : 5.32mb Publisher : xuli

算符优先算法的部分,对给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算-Operator part of the priority algorithm, the given grammatical structure, including a priority table and the calculation of FIRSTVT and LASTVT
Update : 2025-02-17 Size : 2.37mb Publisher : 郑小飞

编译原理 FirstVT 和 LastVT的计算 以及算符优先文法演示-FirstVT LastVT stack
Update : 2025-02-17 Size : 3kb Publisher : jdc

DL : 0
编译原理 算符文法的判断及FirstVT和LastVT的集合演示-Compiler Construction Principles and determine the operator FirstVT grammar and a collection of demo LastVT
Update : 2025-02-17 Size : 2kb Publisher : jdc

编译课程设计:算符优先算法分析,firstVT,lastVT,符号串分析-Operator First Algorithm
Update : 2025-02-17 Size : 5kb Publisher : ssh
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.