资源列表
operator-priority-algorithm
- 本程序是对算符优先算法的简单实现,适合初学编译原理的人参考使用-This program is a simple algorithm to achieve the priority operator, suitable for beginners who compiled reference works
pridiction-analysis-algorithm
- 本程序实现的是预测分析算法,是编译原理上机实现的具体源码-The program analysis algorithms to achieve the forecast, the principle is to compile the source code on the machine to achieve the specific
Byztj
- 编译原理课程,自动机识别字符串中实例,识别 (a|b)*(aa|bb)(a|b)* 可以根据字需要来更改-Compiler theory course, automatic machine identification string instance, identify (a | b)* (aa | bb) (a | b)* need to change according to the word
hufumancodeadecode
- 这是上课做的赫夫曼编码解码器的代码供大家学习和参考-this is the code about hufumancode&decode
KernelExec_src
- 演示怎样通过内核模式启动win32工作进程, 希望对大家有帮助.- Start a working Win32 process from KernelMode
wci1disk
- Writing Compilers and Interpreters
pl0
- 词法分析器:用VC++写的PL0语言的词法分析器 -Lexical analyzer: with VC++ language to write the lexical analyzer PL0
scaner
- 实现编译器的第一步scaner,识别出不同的token,为下一步编译器语法提供基础-The first step in achieving the compiler scaner, identify the different token, the syntax for the compiler to provide the basis for the next step
VCDdecoder
- 基于GTK-wave做的verilog test bench语法解析器 解析vcd file. 俺自己写的-VCD (Value Change Dump) file is widely used in industry. A VCD file is an ASCII file, which contains header information, variable definitions and the value changes for specified variables, or
Compiler
- java编写的编译器程序,实现了基本功能,建议慎用。-java compiler program written to achieve the basic functionality, we recommend caution.
Analysis
- 编译语言之词法分析,用于分解编程语言之中的每一个有意义的单词,并提示错误地方-Compiled language lexical analysis, programming language being used to break down every meaningful word, and prompts the wrong place
cifafenxiqi
- 词法分析器 算法的基本任务是从字符串表示的源程序中识别出具体独立意义的单词符号,所以,程序的总体设计思想是:逐字符扫描输入的字符串源程序,每扫描一字符对其进行词法分析,如果可以同前一字符(串)拼接则拼接形成新的字符串,并最终形成具有独立意义的单词符号,如果不行则直接拿出作为独立的单词符号。如此循环直至字符串源程序结束。-It is used to analyse the word which is right or wrong.