资源列表
m20125
- masm汇编器,windows平台下学习汇编的好帮手-masm assembler, learning assembly is a good helper in the windows platform
ucc
- ucc汇编器,国人自主开发的c语言编译器,是学习编译原理的重要素材。-The ucc assembler, the people self-development c compiler is an important material for learning compiler theory.
ucos-mega16
- ucos-mega16 avr单片机mega16 UCOS-II移植-ucos-mega16
s+Code_ldpc
- LDPC 编码 解码仿真程序 包括编码解码 矩阵生成-LDPC codec codec simulation program including the matrix to generate
Compiler
- java实现的算符优先文法分析器 可以进行括号匹配,出入栈分析-java implementation of the operator precedence grammar analyzer
bianyisrc
- 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
sampleEditor
- 简单的JS在线编辑器,虽然是简单,但是也是容易扩充.-Simple JS online editor, though simple, but it is also easy to expand.
LL(1)
- 编译原理实验源程序-ll(1)文法C语言版,大三实验课作品,原创代码-Compile the source principle experiment-ll (1) C language version of the grammar, junior class experiment works, the original code
ll1
- 编译原理ll1文法分析 利用MFC编写-Analysis of the use of compiler theory ll1 grammar written in MFC
testDec
- 石油测井数据格式转换 转换为txt格式-Oil well logging data format is converted to txt format
byk
- 编译器,编译原理课程设计。PL/0语言是Pascal语言的一个子集,这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。-Compiler, the compiler principles of curriculum design. PL/0 language is a subset of Pascal language set, here the analysis of PL/0, including
First-Follow
- 编译原理 求First和Follow集的C++源代码-Compiler Principle to Find First and Follow Sets