资源列表
[编译器/词法分析] LL(1)wenfa
说明:LL! 文法。。功能有限。只能。只能测试非直接做递归的文法。-LL! Grammar. . Limited functions. Only. Only test to do not directly recursive grammar.<chenyuanming> 在 2025-07-16 上传 | 大小:2kb | 下载:0
[编译器/词法分析] cifafexiqi
说明:词法分析器的简单实现,为关键的算法,定义的关键字-Realize a simple lexical analyzer for the key algorithm, the definition of keywords<> 在 2025-07-16 上传 | 大小:2kb | 下载:0
[编译器/词法分析] cifafenxi
说明:此程序用来完成编译原理的PL/0的词法分析程序-This process used to complete the Compilation Principle of PL/0 of the lexical analysis program<xingyudong> 在 2025-07-16 上传 | 大小:2kb | 下载:0
[编译器/词法分析] yffx
说明:语法分析是编译程序的核心部分,其主要任务是确定语法结构,检查 语法错误,报告错误的性质和位置,并进行适当的纠错工作.法分析的方法有多种多样,常用的方法有递归子程序方法、运算符优先数法、状态矩阵法、LL(K)方法和LR(K)方法。归纳起来,大体上可分为两大类,即自顶向下分析方法和自底向上分析方法. Syntax进行语法分析.对于语法分析,这里采用LR(1)分析法,判断程序是否满足规定的结构.构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是<项阳> 在 2025-07-16 上传 | 大小:2kb | 下载:0
[编译器/词法分析] cffx
说明:词法分析是编制一个读单词的过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。程序语言的单词符号一般分为五种:关键字(保留字/基本字)if、while、begin…;标识符:常量名、变量名…;常数:34、56.78、true、‘a’、…;运算符:+、-、*、/、〈、and、or、….、;界限符:, ; ( ) { } /*…。-Lexical analysis is the preparation<项阳> 在 2025-07-16 上传 | 大小:2kb | 下载:0
[编译器/词法分析] fuzhiyujudejiandanfanyichengxu
说明:这是采用编译原理的方法来进行的赋值语句的翻译程序。-This is compiled using the principle of means to carry out the assignment of the translation process.<xingyudong> 在 2025-07-16 上传 | 大小:2kb | 下载:0
[编译器/词法分析] word
说明:词法分析器,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类.-Lexical analyzer, from the input source program to identify each word has an independent significance, that is the basic retention of the word, identifiers, constants, operators, delimiters five<秋峰> 在 2025-07-16 上传 | 大小:2kb | 下载:0