资源列表
yffx
- 语法分析是编译程序的核心部分,其主要任务是确定语法结构,检查 语法错误,报告错误的性质和位置,并进行适当的纠错工作.法分析的方法有多种多样,常用的方法有递归子程序方法、运算符优先数法、状态矩阵法、LL(K)方法和LR(K)方法。归纳起来,大体上可分为两大类,即自顶向下分析方法和自底向上分析方法. Syntax进行语法分析.对于语法分析,这里采用LR(1)分析法,判断程序是否满足规定的结构.构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是
liuyang1
- 一个识别c语言关键字和大小写转换的程序-an identification and case-insensitive language keyword conversion process
Lexical-analysi
- 简单的词法分析器源程序!扫描读入的源代码,并进行词法分析,将源码经行分类!-Lexical analysis program
comm
- C++ header file comm.h-C++ header file comm.h
sequenl
- 模拟采用指定结构对文件进行存储。能够处理以下的情形: ①能够输入给定的存储空间大小,文件的个数及大小; ②能显示出各文件占用空间的情况。 -Simulated using a file storage structure. Able to handle the case of the following: ① to enter the storage space given the size, number and size of documents ② documents to
fuzhiyuju
- 赋值语句的翻译:利用算符优先法将一个赋值语句翻译成后缀表达式-Assignment statement translation: Using the priority France will be one operator assignment statement translated into postfix expression
bianyifuzhi
- 赋值语句的编译,希望对大家有用,通过调试-Compilation assignment
drysea2
- 汇编的作业2,足够应付老师了,是一个以算符优先分析算法的语法分析器。-compiled by the two operations, sufficient to meet the teachers, it is a priority to operators analysis algorithm Parser.
IF_THENyufafenxi
- 编译原理课程设计If_then语法分析源代码
Noname2
- 编译原理\\单词识别-compiler theory \\ word recognition
suanfuyouxian
- 采用算法优先分析对表达式进行分析,并给出四元式序列-Priority analysis of the use of algorithms for analysis of expression, and gives quaternion sequence
ll(1)
- 语法分析器LL(1)文法(C语言版) 语法分析器LL(1)文法(C语言版)(-Parser LL (1) grammar (C language version) parser LL (1) grammar (C language version) (