-
词法分析,对一段程序,提取出所有的变量,数据结构里的东西,自己看看就明白了...
词法分析,对一段程序,提取出所有的变量,数据结构里的东西,自己看看就明白了-Lexical analysis, for some procedures, to extract all the variables, data structure of things, could see for himself understood
- 2022-07-25 21:28:39下载
- 积分:1
-
一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。...
一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。-a small program, c simple language what the compiler, completed sergeant with the suffix expression between the expression change.
- 2022-04-19 18:21:52下载
- 积分:1
-
KEIL 编译器的使用说明,共八章非常详细。
KEIL 编译器的使用说明,共八章非常详细。-KEIL compiler userguide, a total of eight chapters in great detail.
- 2022-07-27 03:01:01下载
- 积分:1
-
这是一个语法分析器
这是一个语法分析器-This is a parser
- 2022-03-07 16:54:39下载
- 积分:1
-
c―语言的词法分析器。将一个C
c―语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。程序要做成命令行程序,带两个参数,分别表示输入和输出文件名。
-c-language lexical analyzer. A C language program is separated into token strings of sequences. C-treatment of all token types. Procedures to create command line process, with two parameters, respectively, express the input and output file names.
- 2022-10-07 07:50:04下载
- 积分:1
-
构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。...
构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar recognition, understanding LR (K) analysis method is strict scan from left to right, and bottom-up syntax analysis.
- 2023-03-26 20:15:04下载
- 积分:1
-
布尔表达式的翻译
布尔表达式的翻译- Boolean expression translation
- 2022-05-07 00:53:13下载
- 积分:1
-
对C++进行词法和语法分析。
要求:
词法分析部分写出相应的正规集、正规式、NFA、DFA
写出语法分析所采用的方法和完成的语法分析功能...
对C++进行词法和语法分析。
要求:
词法分析部分写出相应的正规集、正规式、NFA、DFA
写出语法分析所采用的方法和完成的语法分析功能
编写出响应的编译程序
写出完整的课程设计报告
-right for C morphology and syntax analysis. Requirements : lexical analysis to write a corresponding set of formal, formal style, NFA, DFA write syntax analysis, the method used to complete the grammar and analysis capabilities to prepare to respond to the compiler to write a complete curriculum design report
- 2023-02-14 19:20:04下载
- 积分:1
-
自己做个课程设计(词法,语法),给大家能参考
自己做个课程设计(词法,语法),给大家能参考 -himself to be a curriculum design (morphology, syntax), we can make reference to thank
- 2022-03-20 18:43:48下载
- 积分:1
-
一个汇编语言编译器源码
一个汇编语言编译器源码- A assembly language compiler source code
- 2023-04-27 11:25:03下载
- 积分:1