资源列表
bianyi
- 编译器,对文法在c环境下的编译过程,最后生成四元式。-Compiler, on the grammar in the c compiler environment process, the final generation of quaternion type.
VHDl
- Its a ALU code for the mathematical computations.It also has many other codes.
PL0_pascal_base
- PL/0 编译器前端。PL/0 编译器项目是本课程早年的主要课程实验。PL/0 是类Pascal语言的一个很小的子集。上传得代码是完整的PL/0 编译器源码pascal版本-PL/0 compiler front-end. PL/0 compiler project is the early years of this course the main course experiment. PL/0 is a small class of Pascal language subset. Uploa
oqsort
- 词法分析程序 -lexical analysis procedure le xical analysis procedure lexical analysis procedure
Parse
- 这是一个不错的语法分析的实例,可以对C++语言进行语法分析,可以通过这段代码而得到输入的程序段是否符合常规语法规范的说明。
gg
- 能进行词法语法和语义分析,最后生成四元式-bianyiqi
JavaLL1analysis
- 编译原理LL(1)分析,分析字符串,得出一些结论,并处理一些错误-LL(1)Analysis,can analyse the input string
new
- 初学DSP的一段代码,简单上手
43680498viterbidecode
- 卷积码的MATLAB仿真及其性能测试,包括卷积码的编码和VITERBI译码程序
xxxprinceLR
- 编译原理语法分析LR方法,编译原理学习的重要部分
compile
- 编译的词法语法分析器 下载直接运行使用 有详细注释
表达式解析器
- 设计一个表达式解析器,能处理5种操作符:+,-,*,/,(,) 从cmd输入一个表达式字符串,输出计算结果