资源列表
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
brainfck
- brainf×ck的一种解释器。Brainf*ck,是一种极小化的计算机语言,它是由Urban Müller在1993年创建的。由于fuck在英语中是脏话,这种语言有时被称为brainf*ck或brainf***,甚至被简称为BF。
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
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..
c-
- use flex to make compiler-c- minus compiler
C_Minus
- 输入cminus字符流文件,输出单词文件-Enter cminus character stream file, the output word document
Lcsgrammer
- 用c语言实现简单的编译原理中的一条语句的词法分析。
234567
- 选取无符号数的算术四则运算中的各类单词为识别对象,要求将其中的各个单词识别出来。 输入:由无符号数和+,-,*,/, ( , ) 构成的算术表达式,如1.5E+2-100。 输出:对识别出的每一单词均单行输出其类别码(无符号数的值暂不要求计算)。