-
vc实现的pl0编译器,有读取输出功能
vc实现的pl0编译器,有读取输出功能-read() -write(),这个源码对初学编译原理者有很好的指导作用,我当初学的时候用了3天看懂了源码,也对编译原理更加理解了,毕竟只学理论不看代码是不可能真正理解的,原作者是dwing,我对代码做了一些修改,在此感谢dwing提供的代码-vc achieve pl0 compiler, a reader output- read ()- write (), the source for beginners compiler principles are very good role in guiding, I had time to study the use of three days to read the source code, but also to build a greater understanding of the tenets of all, the theory is not see the code is impossible to truly understand the original author dwing yes, I made some code changes like to thank the code dwing
- 2022-10-10 13:20:03下载
- 积分:1
-
用c寓言编写的一个词法分析程序! 很不错
用c寓言编写的一个词法分析程序! 很不错-c fable with the preparation of a lexical analysis procedure! Very good
- 2022-01-21 19:18:45下载
- 积分:1
-
这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行....
这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.
-This is a source of Hoffman codec, you can use it to achieve efficient coding Huffman decoding, notes in detail, better readability. Compressed packet including the source file only, and then run vc.
- 2022-03-16 21:22:44下载
- 积分:1
-
A used flex, bison and vc development stack machine, stack machine for one inter...
一个用flex、bison和vc开发的堆栈机,堆栈机为一解释器,支持简单的表达式和赋值、条件和循环语句。-A used flex, bison and vc development stack machine, stack machine for one interpreter to support the simple expressions and assignment, conditions and loop.
- 2022-07-06 09:01:15下载
- 积分:1
-
提示”模式与PIC中档,编译器使用:CCS C 4.068。这不是一个专业…
Tip ECCP mode with PIC Midrange, compiler using : CCS C 4.068. This is not a program.
- 2022-04-17 04:06:05下载
- 积分:1
-
sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu...
sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu-sdcc to 51 other small-scale embedded cpu design c compiler supports several different types of c pu
- 2022-03-24 21:28:03下载
- 积分:1
-
c写的plo源程序,包括词法分析,语法分析,语义分析,可以通过vc++6.0编译...
c写的plo源程序,包括词法分析,语法分析,语义分析,可以通过vc++6.0编译-c write plo source, including lexical analysis, syntax analysis, semantic analysis, can vc++ 6.0 compiler
- 2022-02-07 13:27:22下载
- 积分:1
-
PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: P
PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序-PL/0 language may regard as the PASCAL language the subset,
its compiler is a translation explanation execution system. The PL/0
target program for the imaginary stack type computer assembly
language, has nothing to do with with the concrete computer. Document
explanation that, PL.htm---PL/0 language basic principle pl0.h---
defines PL0.cpp--- to realize the testPl0.cpp--- application method to
give an example testPas.txt--- a LP/0 language source program
- 2022-03-07 06:16:43下载
- 积分:1
-
从形式化的仪式到有限自动机和有限自动机…
从正规式到有限自动机及确定的有限自动机的化简。-from the formal ceremony to Finite Automata and the limited automatic machine simplification.
- 2023-02-19 01:30:04下载
- 积分:1
-
1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。...
1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。
2. 通过本实验理解和掌握一般编译程序的程序组织方法和测试方法。
-1. Tectonic a small SimpleC the C language compiler software. achieve comprehensive understanding and use of compiler theory courses on the key processes (lexical analysis, grammar analysis, static semantic analysis, Code Generation) and the related purpose of the algorithm. 2. The passage of the experiment to understand and master the general compiler of the methods and procedures for organizations testing methods.
- 2023-03-02 11:40:04下载
- 积分:1