搜索资源列表
编译原理(词法分析)
- 编译原理(词法分析)- Translation principle (lexical analysis)
编译原理词法分析实验报告
- 一个编译原理词法分析的实验报告-a compiler theory lexical analysis of experimental report
编译原理词法tc实现
- 在tc上实现的编译原理词法分析程序,直接在当前目录执行即可。-in achieving the compiler theory lexical analysis procedure directly in the current directory to be implemented.
编译原理词法分析
- 一个C语言编写词法分析程序
C++ 编译原理 词法分析
- C++ 编译原理 词法分析
编译原理实验报告+语法分析++语义分析++词法分析+详细的源程序
- 编译原理课程编译的词法、语法、语义三个过程,包括实验报告和源代码
cffxq
- 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
compile
- 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analysis program. To identify the la
3
- 编译原理 词法分析 编译原理 词法分析-Lexical Analysis of Compilation Principle Compilation Principle Lexical Analysis
ccfxq
- 这是我同学做得编译原理——词法分析器,有读源文件,和写目标文件-This is the principle of my classmates to do the compiler- lexical analyzer source file has read, and write the destination file
byyl
- 编译原理词法分析程序 可以直接使用 欢迎使用-Principles of lexical analysis program compilers can use the Use the Welcome
cifayufa
- 编译原理 词法分析 语法分析 c语言程序源代码-Principles of lexical analysis parser to compile c language source code
lexGrammer
- 用C语言实现的编译原理词法分析、语法分析联合程序-Implemented using C language compiler theory of lexical analysis, parsing the joint program
编译原理 词法分析
- 编译原理 词法分析 [实验项目] 完成以下正则文法所描述的C和Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱; ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱
test2
- 编译原理词法分析。设计、编制、调试一个识别一简单语言单词的词法分析程序。程序能够识别基本字、标识符、无符号整数、浮点数、运算符和界符)。(Compiler theory, lexical analysis.)
词法分析
- 编译原理设计一个简单的词法分析器,用C++实现(Lexical analysis of compiler principles)
词法分析程序
- 词法分析 输入:所给文法的源程序字符串。 输出:二元组(syn,token或sum)构成的序列。(lexical analysis Input: the source code string for the given grammar. Output: a sequence consisting of two tuples (syn, token, or sum).)
编译原理词法分析器
- 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符
编译原理词法分析器
- 编译原理词法分析器,实现正规式转NFA,NFA转DFA,DNA最小化,满足编译原理词法分析要求
编译原理词法分析
- 编译原理词法分析源码,可以直接使用的,很简单,方便改