资源列表
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
LCD12864
- ST7290控制器12864通用头文件,功能齐全,绘图、绘电、绘线,反色,功能齐全,已在MSP430下进行测试。-ST7290 controller 12864 Common header files, complete functions, graphics, drawing electricity, painting line, anti-color, full-featured, have been tested under the MSP430.
Calculator
- 非递归预测分析表达式的计算器,该分析语法可以计算表达式的值-Prediction of non-recursive expression calculator, the analysis value of the expression syntax can be calculated
gam_noise_gen
- 产生服从Gamma分布的噪声可真难啊,呵呵... 产生服从Gamma分布的噪声可真难啊,这个函数费了我好久的力,才理解并实现。写在这里吧。-Gamma distribution subject to the noise generated can be sad to say ah, huh, huh ... obey the Gamma distribution of the noise generated may be sad to say ah, this function too
job217
- 实现(2,1,7)卷积编码以及相应的viterbi译码-(2,1,7) convolutional code and the corresponding Viterbi decoding
