搜索资源列表
My0search
- 错误查找帮助工具,词法、语法分析器,毕业设计模块,。看到现在好多做VC的新手,因为需要查找一个功能,把别人的代码复制过来,但是左比较右比较就是找不到错误,这个程序帮助大家这个烦恼,只要你有想法,什么自己也能够实现的。-tool to help identify errors, morphology, syntax analyzer, a graduate design module. See that the VC so many newcomers because of the need to
sxb_cabuary
- c语言编的PL/0的词法分析器-c language arranges PL/0 morphology analyzer
compilers
- 一个简单的词法分析器- A simple morphology analyzer
WordAnalyse
- 很好用的词法分析器- Very easy to use morphology analyzer
yiyi的词法分析器
- 这是一个scanner源程序。-This is a source scanner.
编译原理词法分析器(V2.0)
- 编译原理词法分析器(V2.0) 提供了词法分析的所有功能,能完成词法分析的所有任务-compiler theory lexical analyzer (V2.0) provides a lexical analysis of all functions, lexical analysis can be completed all the tasks
TINY
- 基本的词法分析器,用于Tiny语言的。实现了最基本的多个TOKEN,满足了上课和实验的要求。-Basic lexical analyzer for Tiny language. To achieve the most basic multiple TOKEN, to meet the classes and experiments.
shiyan
- 词法分析器源代码,用于编译原理实验。是一个比较简单的代码。希望对大家有帮助!-Lexical analyzer source code, compiled for the principle of the experiment. Is a relatively simple code. We want to help!
cifayufafenxi_C
- 利用C++编写词法和语法分析器,DFA实现语法分析-Prepared using C++ lexical analyzer and syntax, DFA grammar analysis to achieve
lexical_analyzer
- 设计SIMPLE语言的词法分析器,包含编译原理的实验报告,并有实验截图-SIMPLE language, lexical analyzer design, including principles of experimental report compiled and are experimental Screenshots
pascalcompile
- 基于pascal语言的词法分析器,语法分析器 vc编写-Pascal language-based lexical analyzer, parser prepared vc
xl
- 该文件为词法分析器,可以实现对基本词法分析-The document is the lexical analyzer, which enables the basic lexical analysis! !
ForTrans
- 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum des
p1_06300720201
- 采用C#编写的词法分析器,编写环境为VS05,有界面-Written using C# lexical analyzer, prepare the environment for the VS05, with interface
WordAnalyst
- 编译原理里面的一道作业题,一个词法分析器.能分析代码中的各种成分-Compiler theory inside an operating problem, a lexical analyzer. Can analyze the various components of the code
JavaLexicalAnalyzer
- Java语言词法分析器。使用DFA实现词法分析器的设计;实现对Java源程序中注释的过滤;利用两对半缓冲区从文件中逐一读取单词;能把词法分析结果属性字流存放在独立文件中;能统计源程序每行和整个源文件单词个数;具有报错的功能 -lexical analyzer