资源列表

« 1 2 ... .61 .62 .63 .64 .65 566.67 .68 .69 .70 .71 ... 1384 »

[编译器/词法分析yuyi

说明:一个简单的语法分析器,赋值语句 词法分析 语法分析 语义分析 等号右侧可以是算数表达式 可以含数字和字符 变量以字母打头 -A simple parser, lexical analysis assignment parsing semantic analysis to equate the right side of expression can be arithmetic with numbers and chara
<benny> 在 2024-11-19 上传 | 大小:11kb | 下载:0

[编译器/词法分析C++

说明:词法分析是编译程序的第一个处理阶段,可以通过两种途径来构造词法分析程序。其一是根据对语言中各类单词的某种描述或定义(如BNF),用手工的方式构造词法分析程序。例如,可根据文法或状态转换图构造相应的状态矩阵,该状态矩阵同控制程序便组成了编译程序的词法分析程序;-Lexical analysis is a compiler of the first processing stage, can be two ways to construct
<litiehui> 在 2024-11-19 上传 | 大小:4kb | 下载:0

[编译器/词法分析pl0

说明: 1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,―― 其中FOR,TO,DOWNTO,RETURN属于选做内容。 (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (4)增加单词:保留字 ELSE,FOR,TO,DOWNTO,REPEAT, DOWHILE, UNTIL。 (5)增加运算:++ 和 --。(已做,前
<caidongyun> 在 2024-11-19 上传 | 大小:358kb | 下载:0

[编译器/词法分析bianyiyuanlikechengsheji

说明:这次做的编译原理课程设计报告书 关于词法语法 分析器-The compiler of this principle of curriculum design report on the lexical parser
<SANMIL> 在 2024-11-19 上传 | 大小:116kb | 下载:0

[编译器/词法分析PL0

说明:PL0 Compiler Source Code
<织诗_恒> 在 2024-11-19 上传 | 大小:364kb | 下载:0

[编译器/词法分析14160_1230085425thYk

说明:搜狗词库备份_2008_09_28 -Sogou backup _2008_09_28 thesaurus
<asdfa> 在 2024-11-19 上传 | 大小:1.93mb | 下载:0

[编译器/词法分析antlr

说明:ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysi
<jason> 在 2024-11-19 上传 | 大小:457kb | 下载:0

[编译器/词法分析CodeDomAssistant_src

说明:根据cs源码解析为codedom,功能比较强大,-According to cs-source analysis for codedom, more powerful features,
<zdming> 在 2024-11-19 上传 | 大小:887kb | 下载:0

[编译器/词法分析jflex-1.4.2

说明:java语法解释器生成器,有源码和相关文档-java syntax parser generator, a source code and related documentation
<冯超> 在 2024-11-19 上传 | 大小:1.21mb | 下载:0

[编译器/词法分析compile

说明:编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analys
<稻草人> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[编译器/词法分析compile2

说明:编译原理 语法分析程序设计 [实验目的]: 1.了解语法分析的主要任务。 2.熟悉编译程序的编制。 [实验内容]:根据某文法,构造一基本递归下降语法分析程序。给出分析过程中所用的产生式序列。 全部源码-Compilation Principle parsing program design [experimental purposes]: 1. To understand the main task of par
<稻草人> 在 2024-11-19 上传 | 大小:37kb | 下载:0

[编译器/词法分析Tiny-C

说明:这是一个小型语言tiny的编译器,包括词法分析、语法分析、语义分析、代码生成等功能-This is a tiny mini-language compiler, including lexical analysis, syntax analysis, semantic analysis, code generation and other functions
<陈星> 在 2024-11-19 上传 | 大小:278kb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 566.67 .68 .69 .70 .71 ... 1384 »

源码中国 www.ymcn.org