搜索资源列表
zyy
- 这是一个c++环境下的模拟文件系统的部分源代码,支持词法分析,其中用到头文件#Include \"lex.h\"-c This is a simulated environment of the file system source code, support for lexical analysis, which uses the first document # Include "lex.h"
词法分析器(wendang)
- /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact surface, and take # the numbe
编译原理词法分析
- 这个程序很好,。大家放心的用吧!
C++ 编译原理 词法分析
- C++ 编译原理 词法分析
C_minus语言词法分析器的设计
- C_minus语言词法分析器的设计
新词法分析程序
- 编译原理 新词法分析程序
词法分析实践报告模板
- 词法分析实践报告模板.doc
analyse
- 词法分析,做的很详细,说明了各方面的情况,词法分析器实验报告-Lexical analysis, done in great detail to illustrate the various aspects of the experimental report of lexical analyzer
cffx
- 词法分析器试验报告,详细描述了试验过程,并有心得体会,是一份不错的实验报告-Lexical analyzer test report, a detailed descr iption of the testing process, and experiences is a good test report
CFFX
- 一个编译原理词法分析器的代码,可以将输入的一串字符进行词法分析,检验是否符合要求。-Principles of a compiler lexical analyzer code, you can enter the string of characters lexical analysis, testing for compliance.
词法分析器
- 词法分析器,输出单词种别及种别编码。较为简单,仅供参考。-Lexical analyzer, the output word kind and species do not coding. Simpler for reference only.
词法分析
- 词法分析词法分析词法分析词法分析词法分析词法方能系
词法分析器
- c++实现编译原理的词法分析器 输入源语句 输出token序列
词法分析
- 编译原理设计一个简单的词法分析器,用C++实现(Lexical analysis of compiler principles)
编译原理词法分析器报告
- 含有两份报告可以提供思路参考,适合编译原理 实现功能:使用词法分析的自动生成工具 Flex生成 C/ C++ 语言的词法分析器