资源列表
job217
- 实现(2,1,7)卷积编码以及相应的viterbi译码-(2,1,7) convolutional code and the corresponding Viterbi decoding
dccsrcoo
- 目标代码是执行程序,经反编译自动生成C代码-Object code is the implementation of the program, automatically generated by the anti-compiled C code
agenda
- 中山大学计算机系等编译原理实验2议程会议系统agenda-sysu
pl0(c)
- pl0最终版,c++ ,希望对大家有帮助-pl0 the final version, c++,hope to help
LexicalAnalyzer
- 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
M2IDE_V124
- SONIX最新的ASM开发环境,供使用SONIX的技术人员下载-SONIX latest ASM development environment for technical staff to download using SONIX
Compiler
- 一份完整的编译原理课程设计.设计了一个词法分析器和一个利用LL(1)算法实现的语法分析器.可以对C-语言编写的程序进行词法分析和语法分析,当出现错误时推断可能的原因.并最终用直观的方式构建起一棵语法分析树.-A complete compilation Principle. Designed a lexical analyzer and a use of LL (1) parser algorithm. Can be written in C-language program for lexic
VBDecompilerProv7[1].9KeyGenPatch
- vb反编译工具,用于反编译vb程序,是一个非常好的工具-vb decompiler tool to decompile vb program, is a very good tool
SLR(1)
- SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
tiger Compiler
- tiger language compiler
C0Compiler
- 北航编译课课程设计,最高难度。设计一个C0扩充文法的编译器,实现一定的优化,有完整的软件开发文档,附带汇编器MASM。期末检查时测试点几乎全部通过,分数上90,供学弟学妹们参考。提醒注意编写测试文件找出BUG是及格的关键。C0文法具体说明文档中有。-Beihang compile class curriculum design, the highest degree of difficulty. Design of a C0 compiler to expand the grammar to a
compiler_construction_source_code
- 编译原理课程设计 包括语法分析器,词法分析器,自动词法分析器-compiler_construction_source_code including parser, scanner
