资源列表
MyTiger
- Java写的Tiger编译器。只完成词法分析和语法分析。代码很简单。-Tiger compiler written in Java. Only completed the lexical analysis and parsing. The code is very simple.
Lexical-analysis-procedure
- 该文件实现的是词法分析算法,是编译原理上机实验的原码-This file is the lexical analysis algorithms to achieve, is to compile the principles of the original code on experiments
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.