资源列表
FormulaDecode.rar
- 一个基于编译原理的四则混合运算及括号运算实现的小程序,Compiled based on the principle of operation and four mixed small brackets computing procedures to achieve
GCC_chinese
- 讲述GCC中编译选项以及MAKEFILE文件的语法规则-GCC instruction
LL1
- LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar using a set top-down analysis techniques. LL (1)
My_project1
- 8位普通编码器,大学实验要求实验,在此提供原代码-The eight ordinary encoder University experiment requirements of the experiment, this original code
tply41a
- Yacc例子代码-Yacc example code
LR语法分析器
- 北邮编译原理LR算法实现,代码清晰,便于更好地学习算法-Beijing University of Posts and Telecommunications compiler theory LR algorithm
scanner
- 此程序完成了编译原理的词法和语法扫描的基本要求,最后显示扫描分析结果-This process is completed the compilation of lexical and syntax scanning principle the basic requirements, the final scan results show
GCC
- gcc,g++-GNU工程的C和C++编译器(egcs-1.1.2)
Parse
- 本软件主要实现SNL语言编译器的词法分析功能-This software mainly realizes the SNL language compiler of lexical analysis function
bianyi
- 编译原理复习资料,从第一章到最后一章,最后还有复习题-bian yi yuan li fu xi zi liao
DualPlatformKeyboardPuzzle
- This an enhanced version of the example Keyboard Puzzle Game.vi. It now has different colored game blocks, runs on dual platforms (standard LabVIEW and Pocket PC/PDA). This VI gives an example of how to write a program using the LabVIEW keyboard vi s