搜索资源列表
ansi.c.grammar
- C语言的lex\\Yacc文法实现,在linux\\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \\ Yacc grammar realized, In linux \\ Unix shell can be directly generated all the documents. Unix can be used directly lex and
词法分析器 语法分析器
- 词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings the test report
LL1
- ll1语法分析的c语言实现代码 需要输入词法分析的txt结果文件-ll1 the grammar analysis c language realization code needs to input the lexical analysis the txt result document
suanfu
- 用算符优先文法制作的算符优先分析器,实现了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 s
Winsuanfu007
- 算符优先文法分析器的例子,vc++6.0制作-operator priority grammar analyzer example, produced 6.0 vc
zhanghui
- 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式-Boolean expressions translation of input to judge the legitimacy of grammar and expression output inverse Poland
yufayuyifenxi
- 语法 语义 分析器 简单优先文法 输出逆波兰式-syntactic and semantic analyzer simple grammar priority output inverse Polish
LL(1)analysis
- 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determine w
mndsfg
- 这是简单优先文法分析的全部源代码 fejgdmuhf军宣队复活-priority, this is a simple grammar analysis of all source code fejgdmuhf military announced the revival of team
cfl
- 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。
ansi.c.grammar
- C语言的lex\Yacc文法实现,在linux\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \ Yacc grammar realized, In linux \ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc
svm_cfg
- SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sen
UltraEdit-grammar-highlight
- UltraEdit中几百种语法高亮度显示,请编辑UltraEdit中的wordfile.txt文件内容,把附件中的你所需要的加进去即可-UltraEdit grammar in hundreds of high-brightness display, edit UltraEdit in wordfile.txt the content of the document, the annex you need can be added to
1
- 编译原理课程设计,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。-Compilation Principle curriculum design, the use of operator priority analysis algorithms, the G [S] defined by assignment statements for grammar analysis
LL1
- 实现LL1文法,从输入文法到FIRST、FOLLOW集,分析表。再到输入文法动作-The realization of LL1 grammar, from grammar to enter the FIRST, FOLLOW sets, analysis table. To enter the action grammar
040410204
- 算符优先文法 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符的FIRSTVT和LASTVT集。 5. 画出算符优先关系表。 6. 判定读入的文法是否是算符优先文法。 7.给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 -Operator priority G
Grammar
- 根据某一文法编制调试LL(1)分析程序,以便对任意输入的符号串进行分析。-According to the preparation of debugging a grammar LL (1) Analysis of procedures for the importation of arbitrary strings of symbols for analysis.
how-to-learn-Mathematica
- 介绍了如何学习mathmatic,它的基本语法和程序分析。-How to introduce learning mathmatic, its basic grammar and procedures analysis.
first_and_follow_SLR
- 实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表-Compilation Principle realize through grammar known to generate First Set and FOLLOW sets, as well as SLR analysis table
Caluate
- 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non