资源列表
C_Minus
- 输入cminus字符流文件,输出单词文件-Enter cminus character stream file, the output word document
c-
- use flex to make compiler-c- minus compiler
uartcode
- this for the uart code generation .. the program is written in c and all the includes all the header files-this is for the uart code generation .. the program is written in c and all the includes all the header files..
cifafenxi
- 主要包括了关于c的语法分析,并且内容详细。注释详细-Mainly on the c syntax analysis, and content detail. Detailed comments
yyfx
- 汇编,语义分析器,把代码转为3元码,简单的算数运算转换-Assembly, semantic analyzer, the code to three yuan code, a simple arithmetic transformation
Word
- Check the most big word and send to screen
brainfck
- brainf×ck的一种解释器。Brainf*ck,是一种极小化的计算机语言,它是由Urban Müller在1993年创建的。由于fuck在英语中是脏话,这种语言有时被称为brainf*ck或brainf***,甚至被简称为BF。
ll(1)fenxi
- 本程序是采用的LL(1)方法进行的语法分析,而LL(1)的分析方法是属于自上而下的方法。 自上而下分析的基本思想是:对任意输入串,试图用一切可能的方法,从文法开始符号(根结点)出发,自上而下为输入串建立一棵语法树。从推导的角度看,它是从文法的开始符号出发,反复使用各种产生式,寻找与输入串匹配的推导。 在输入之前必须要进行该文法是不是LL(1)文法的判断,然后再构造相应的LL(1)分析表来用预测分析方法进行语法分析,依据下面的文法及分析表来设计程序实现预测分析的分析过程。
Nradjusted
- load flow solutution by nr load flow for Q-adjusted
Huffman1
- it is a huffman code used to derive codes
shiyan2
- 编译原理课程实验--递归下降方法编写的词法分析器-Compiler theory course experiment- lexical analyzer written in recursive descent method
calculator
- 一个简单的计数器 提示用户输入10个数 计算10个数的平均数-a simple calculator