资源列表
token
- 这是个小的词法分析程序,能判断C/C++的申明语句。参考了<<C专家编程>>的源码。-This is a small lexical analyzer can determine C/C++ to declare statements. Reference to the <<C专家编程>> The source.
UltrasonicUSBRadar
- ultrasonic usb radar
point
- 一个简单的脚本语言解释器,可以编写基本逻辑,-A simple scr ipting language interpreter, you can write the basic logic
Heap_storage_overview_of_compiler_theory
- 编译原理堆式存储概述Heap storage overview of compiler theory-Heap storage overview of compiler theory Heap storage overview of compiler theory
Compiler_theory_bottom_up_syntax_analysis_method.r
- 编译原理自底向上语法分析方法Compiler theory bottom-up syntax analysis method-Compiler theory bottom-up syntax analysis Compiler theory bottom-up syntax analysis method
Principles_of_classical_information_compiled_Cours
- 编译原理经典课件资料Principles of classical information compiled Courseware-Classical information theory Courseware Compiler Principles of classical information compiled Courseware
Semantic_Analysis_of_compiler_theory_tutorial
- 编译原理的语义分析教程Semantic Analysis of compiler theory tutorial-Semantic Analysis of compiler theory tutorial Semantic Analysis of compiler theory tutorial
Compiler_theory_of_lexical_analysis_tutorial
- 编译原理的词法分析教程Compiler theory of lexical analysis tutorial-Compiler theory of lexical analysis tutorial Compiler theory of lexical analysis tutorial
Compiler_design_principles_of_the_principles_of_le
- 编译原理词法分析程序的设计原则Compiler design principles of the principles of lexical analysis programs-Compiler design principles of the principles of lexical analysis program Compiler design principles of the principles of lexical analysis programs
Principles_of_grammar_and_language_compiler
- 编译原理文法和语言Principles of grammar and language compiler-Principles of grammar and language compiler Principles of grammar and language compiler
complier
- 我们设计的编译程序涉及到编译五个阶段中的三个,即词法分析器、语法分析器和中间代码生成器。编译程序的输出结果包括词法分析后的二元式序列、变量名表、状态栈分析过程显示及四元式序列程序,整个编译程序分为三部分: (1) 词法分析部分 (2) 语法分析处理及四元式生成部分 (3) 输出显示部分 -We designed the compiler to compile the five stages involved in the three, namely, lexical analy
ReversePolishNotation
- 中缀表达式转换为逆波兰表达式,并计算逆波兰式结果。-Infix expression into Reverse Polish expression, and calculate the Reverse Polish Notation results.