-
词法分析器一个很不错的程序,源代码。 看看吧
词法分析器一个很不错的程序,源代码。 看看吧- A morphology analyzer very good procedure, source code. Has a
look
- 2022-07-19 14:51:33下载
- 积分:1
-
一个简单的编译器,里面有测试代码,希望对大家有用
一个简单的编译器,里面有测试代码,希望对大家有用-A simple compiler test code inside and hope for all of us
- 2022-09-23 17:30:03下载
- 积分:1
-
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只...
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan input string from left to right, the first two L shows the analysis process will be the most left-derivation, one that will be just right to see a sign can decide how to derive, choose what Production (rules) for derivation. LL (1) grammar, followed by calculation of the discriminant needs FIRST sets, FOLLOW sets and SELLECT set, and then determine whether to LL (1) grammar, the last sentence further analysis.
- 2022-02-06 11:59:23下载
- 积分:1
-
一个编译器的模拟程序,有词法分析,语法分析,语义分析,以及目标代码的生成
一个编译器的模拟程序,有词法分析,语法分析,语义分析,以及目标代码的生成-A compiler of the simulation program, has lexical analysis, syntax analysis, semantic analysis, and object code generation
- 2022-04-30 02:27:30下载
- 积分:1
-
Expression computational procedure
表达式的计算程序- Expression computational procedure
- 2023-04-21 10:35:04下载
- 积分:1
-
The use of C/C++ language as the implementation language, to achieve a simple PL...
使用C/C++语言作为实现语言,实现一个简单PL/0语言的编译器。手工编码实现编译器的组成部分。语法分析程序采用递归下降分析法。-The use of C/C++ language as the implementation language, to achieve a simple PL/0 language compiler. Hand-coding part of the compiler. Parser uses recursive descent analysis.
- 2023-03-06 02:05:03下载
- 积分:1
-
串口通信用的全口通信程序,用C++实现的源代码…
口通信 VC 完整串口通信程序Vc++源代码 串口通讯 vc++ 源代码 vc 串口通信 串口通信 mfc 通信 发送程序 vc++ 串口 VC 串口通信程序 完整串口通信程序Vc 源代码 VC串口通信 窜口通信程序 《Visual C /Turbo C串口通信编程实践》 vc 接受串口数据 vc 串口通讯 代码 串口 发送 -Serial Port Communication VC complete communication program Vc++ Source code for serial communication vc++ Source code vc serial communication serial communication procedures mfc communications sent vc++ Serial serial communication program integrity VC serial communication program Vc source code VC serial communication port channeling communication program
- 2022-03-13 06:23:21下载
- 积分:1
-
实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行...
实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行-achieve a C program under the lexical analysis, simple and practical, do not need to add any code can be implemented, in DOS or WIN under the various versions of the C program under Executive Editor
- 2022-04-14 16:58:46下载
- 积分:1
-
简单的JS在线编辑器,虽然是简单,但是也是容易扩充.
简单的JS在线编辑器,虽然是简单,但是也是容易扩充.-Simple JS online editor, though simple, but it is also easy to expand.
- 2022-02-06 21:27:03下载
- 积分:1
-
在实验三所给文法中加上语义动作,使其在语法分析的同时,产生相应的四元式序列...
在实验三所给文法中加上语义动作,使其在语法分析的同时,产生相应的四元式序列-In the experiment three to add semantic actions to the grammar, so that in parsing the same time, resulting in a corresponding quaternary-type sequence
- 2022-02-25 13:31:56下载
- 积分:1