资源列表
PASAL
- 以在下面段落中定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。词法分析器打开该文件后,自文件头开始扫描源程序字符,发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表,一旦发现不符合“单词”定义的源程序字符串时,给出错误提示。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-PASCAL language subse
pl0
- C语言版本的pl0词法分析器。简单易用。请大家多多指教。-C-language version of the pl0 lexical analyzer. Easy to use. Please exhibitions.
Complex_Inv_2_2
- 复矩阵的广义逆求解 ,2*2矩阵 .自己编写的,很好用-The generalized inverse for solving complex matrix, 2* 2 matrix
lexayacc
- Yacc和Lex简明教程,适用于学习编译器-A technique guide for Yacc and Lex
wordAnalyse
- C语言词法分析器,输入C程序,生成token序列。-C language lexical parsers
simplex
- 在VS上用C代码实现单纯形法,通过TXT文件输入数据,然后算出最优解。-VS on the simplex method implemented in C code, the input data through the TXT file, and then calculate the optimal solution.
lecial-analysis
- 语法分析器,java代码实现,可以用于特定文法-parser scanner
cifafenxi
- 编译原理,用C语言写的词法分析的代码,比较简单-Compilation principle, written using C language lexical analysis code, relatively simple
bianyi
- 编译脚本带有专业的水平,带编译功能带编译功能-Compile the scr ipt with a professional level, with the compilation feature
bf
- brainfuck语言解释器,可以说是功能最简单的解释器了。修改了bug,删除了无效代码。解释器自动扩展内存,没有代码与数据长度限制。-brainfuck language interpreter, we can say is the most feature a simple interpreter. Modify the bug, deleted invalid code. Interpreter automatically extended memory, there is no code
Complex_numbers
- Complex number cla-Complex number class
C-Compiler
- C语言编写的C-编译器设计文档及程序 -C compilateur