搜索资源列表
词法分析器.rar
- c语言的词法分析器源代码
简单词法分析器
- 编译词法分析器的源代码!-lexical analyzer compiler source code!
词法分析经典源代码器
- 词法分析器 源代码 可以用于学生编译原理课程设计编写 是一个有用的程序-lexical analyzer source code can be compiled for students preparing curriculum design principle is a useful procedure
WordAnalysis2
- 用c++语言编写的词法分析器源代码,很适合做课程设计。-c language used in the preparation of a lexical analyzer source code, is suitable for curriculum design.
drysea1
- 编译原理的词法分析器源代码,这是编译原理的必修作业,我也为此头疼了好一阵!希望对大家有用~-compiler tenets of lexical analyzer source code, compile it is the principle of compulsory work, I am also a big headache for a good while! We hope that the right useful ~
词法分析器1
- 词法分析器一个很不错的程序,源代码。 看看吧- A morphology analyzer very good procedure, source code. Has a look
simple
- 基于simple语言的简单词法分析器源代码,要的自己看,个人感觉马马虎虎。
一个很不错的词法分析器
- 很不错,已经过调试,是一个经典的词法分析器源代码,值得-very good, it has been testing, is a classic lexical analyzer source code, it is worth a look at
Jflex源代码
- 词法分析器
CMMnalyzer
- cmm语言词法分析器的详细源代码和执行程序-cmm language lexical analyzer detailed source code and enforcement procedures
词法分析器
- c语言的词法分析器源代码-c language morphology analyzer source code
cifafenxiqi
- 编译原理课程设计报告+词法分析器(C++)源代码 逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运算符、标点符号和常量等。-Principles of curriculum design compiler report lexical analyzer (C++) By reading the source code into the source of characters and word formation rules in
20047221637691
- 编译原理,词法分析器,vc源代码,已编译通过!-Compiler theory, lexical analyzer, vc source code, compiled through!
pl_0_word
- PL/0 语言的编译程序的一个部件,词法分析器。读入由PL/0语言编写的源代码,识别其中的关键字、标志符、数字,转换成程序可识别的中间符号并输出,包含词法错误检测-PL/0 compiler language of a component, lexical analyzer. Read entry from the PL/0 language source code, to identify one of the keywords, identifier, number, convert the
cifafenxiqi
- 这是一个词法分析器 压缩文件包括了源代码和测试数据 -THIS IS A PROGRAMME
lexical
- java实现词法分析器,含源代码,词法,20个字-java lexical analyzer
cifafenxi
- C语言词法分析器源代码,用于实现C语言的词法分析。-C language lexical analyzer source code used to implement the C language, lexical analysis.
c-minus语言词法分析器的设计
- c-minus语言词法分析器的设计程序源代码加实验报告 实验要求 1、该个词法分析器要求至少能够识别以下几类单词: a.关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b.标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c.常数:NUM = digit digit*(.digit digit* |ε)(e(+ | - |ε) digi
新建 Microsoft Word 文档
- 简单的词法分析,分析一段程序中的标识符,变量等(Simple lexical analysis, analysis of a program identifier, variables and so on)
词法分析器
- 使用工具实现C/C++语言词法分析器: 输入:C/C++源代码文件,即后缀为c/cpp的文件。 输出:后缀为tok的文本性文件。 实现功能:使用词法分析的自动生成工具Flex生成C/C++语言的词法分析器(The use of tools to implement the C/C++ language lexical analyzer: Input: C/C++ source code file, that is, a file with a suffix of c/cpp. Outp