资源列表
CSSParser_src
- 一个简单的CSS代码解析器,C#语言编制。-a simple CSS parser that could be used for analysis the css code.
digui
- 递归下降语法分析设计原理与实现技术 完成以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/ -Recursive descent parsing design principles and implementation techniques to complete the following descr iption of ari
cifa
- 词法分析程序构造原理与实现技术 完成以下正则文法所描述的Pascal语言子集单词符号的词法分析程序。-Construction principles of lexical analysis and realization of the program to complete the following regular grammar describes a subset of Pascal language words symbol of the lexical analysis proc
Grammer_Ana
- 一个简单的语法分析程序,采用LR(1)分析法,并使用递归向下和自上而下的方法。-A simple parser, using the LR (1) analysis, and use the down and top-down recursive approach.
bianyiyuanli
- 有《编译原理》这门课的各章作业和实验程序,还有课件,是学习的好帮手。-A " compiler theory" chapters of this course work and laboratory procedures, and courseware, to learn a good helper.
bison
- BISON 介绍了一种YACC 语法解析器的原理和产生yacc脚本的方法,给出了如何使用BISON制定语法的步骤和语法文件产生的过程。-BISON describes a principle and YACC parser yacc generated scr ipt method shows how to use BISON steps to develop grammar and syntax files generated by the process.
Huffman
- 赫夫曼编译码器,可以对字符进行编码和译码,还可以打印编码和赫夫曼树-Huffman codec
PIC_C30_usm
- 中文版PIC C30 C编译器用户指南,不熟悉E文的可以-Chinese version of the PIC C30 C Compiler User' s Guide, the text can not look familiar E
Compiler-theory-of-curriculum-design
- 这是本人花费一个周完成的编译原理课程设计,也可以作为相关内容的实验报告,里面包括SLR(1)文法和算符优先文法相关内容,包括原代码等,比较详细,希望对各位有所帮助。 -This is my take one week to complete the compiler theory of curriculum design, relevant content can be used as lab reports, which include the SLR (1) grammar, and o
semantic_analyse_program
- 用C++编写的语义分析程序,基于LR文法,能实现词法分析,语法分析,返回相应结果,并返回归约过程和四元式。并附有实验报告和源工程。-Written in C++ semantic analysis program, based on the LR grammar, to achieve lexical analysis, parsing, returns the appropriate result, and return to the process of reduction and quat
grammar_analyse_program
- 一个用C++编写的简单的语法分析程序,是在词法分析的基础上进行的编写,能识别出一个句子,并返回该句子的语法信息,并返回词法分析结果。并附有源程序工程和实验报告。-Written in C++ a simple parser, lexical analysis is based on the preparation, can identify a sentence, the sentence syntax and returns the information, and returns the r
cifafenxi
- 词法分析程序,VC++6.0调试成功.编译原理源程序,词法分析器程序。-Lexical analysis program, VC++6.0 debugging success. Source compiler theory, lexical analyzer program.