资源列表
cifafenxi
- 简单的词法分析器 编译课程综合训练 java语言 -Simple lexical analyzer to compile a comprehensive training course java language
rsc_encode
- 卷积码的MATLAB的实现,通过MATLAB的平台轻易地实现卷积码的编译。-Convolutional codes of the realization of the MATLAB
Compiler
- 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
easywordedit
- 简单的c词法分析器,能分析出整数,标志符,保留字等。-easy wordedit
JavaLex_Java2Asm
- 用C++作为宿主语言完成Java 语言子集语法、语义分析器。完成文法描述的Java 源代码的语法分析、语义分析及代码生成。代 码生成的目标代码为MASM 汇编代码-Using C++ as the host language to complete a subset of Java language syntax, semantic analyzer. Complete grammar of the Java source code to describe the syntax analys
scanner
- 用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java lang
The_principle_of_source_code_compiler
- 编译原理源代码 以及实验描述 找了很久才找到的-Compiler Construction Principles and experimental descr iption of the source code looking for a long time to find the
crc
- CRC码的几种编码程序,但缺少一种VHDL的,还望大家补充下联系我。-thanks
word_analyser
- 编译原理中的词法分析程序,使用netbeans开发-Compiler Construction Principles of lexical analysis, the use netbeans to develop
cgc
- c 语言写的C语言编译器,使用vc++6.0,两人合作完成的-the c compile with c language finsheed!
F67179FJDMEQ2W3HND
- C++ is widely used in the software industry. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video
WordsAndGrammarAnalysis
- 6个不同的词法语法分析程序源代码,或者说通用c的编译器源码,3个c++控制台程序,3个mfc应用程序,-Six different lexical parsing source code, or common-source compiler c, 3 c++ console process, three mfc application, huh, huh
