资源列表
bilangan
- bilangan project that I do in my lab
complie
- 输入一行文法,程序自动解析,采用LL(1)文法,消除左递归,建立预测分析表。-
vc
- 采用算符优先分析法对表达式进行分析,掌握算符优先分析法的基本原理和实现过程。-Using operator precedence analysis of expression analysis, master operator precedence analysis of the basic principles of law and implementation process.
nanoxml-sax-2.2.3
- XML解析器:一个小型的解析XML的包,可以很方便的对XML文档进行解析-XML parser : a small packet of parsing XML can be very convenient for the XML document analysis
AN1252
- source code exemple from microchip for mrf49xa
javaStemming
- 用java编写的自动抽取词根程序,比如expert,experts,expertise等,通过抽取词根后,为exper-prepared using the automatic extraction Roots program, such as expert, experts, expertise, taken by Roots, for Exper
LL(1)
- LL1文法分析器,代码较为简洁易懂,附有注释结构明确-LL1 grammar parser, the code more simple and easy to understand, clearly annotated structure
NEU-CC_compiler
- 这是一个简单的C编译器的词法分析和语法分析。-This is a simple C-compiler of lexical analysis and parsing.
hw3
- Compiler Type Check & Scope Check
预测分析法
- #include #include #include #define MAX 30 int table[5][6]; char stack[30]; int top=0; char buffer[MAX]; int buf=0; void start()//初始化预测分析表
feinuo
- 用C++实现费诺编码 通过输入一系列的概率值得到最优化的输出-C coding to achieve cost Connaught through a series of input probability deserves to optimize the output
d
- 一个语法分析,能实现SLR语法分析,是一个好的语法分析器-A parsing,which can realize SLR parsing,is a good parsing analyzer.