资源列表

« 1 2 ... .41 .42 .43 .44 .45 546.47 .48 .49 .50 .51 ... 1384 »

[编译器/词法分析define

说明:define 编译原理词法分析器 八、 实验一:设计SAMPLE语言的词法分析器 检查要求: a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边
<03> 在 2024-11-19 上传 | 大小:2kb | 下载:1

[编译器/词法分析matlab

说明:本程序的功能是用牛顿-拉夫逊法进行潮流计算-This procedure is the function of Newton- Raphson power flow calculation method
<ly> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[编译器/词法分析Example-Plugin-Source

说明:编写交互式反编译工具IDE-pro插件模板和例子-The preparation of interactive tools decompile IDE-pro plug-in templates and examples
<xfeng> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[编译器/词法分析PL0

说明:编译原理课程设计 PL0 (报告实验和课程设计报告,已经设计方法,步骤) 1. 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的<语句序列> 2. 选做内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类
<caicai> 在 2024-11-19 上传 | 大小:1.38mb | 下载:0

[编译器/词法分析tarball

说明:外国人写的c#语法解析器,效果相当不错。研究编译器的朋友可以看一下-Written by foreigners c# Syntax parser, the effect has been quite good. Research compiler friends can look at
<zzuwarning> 在 2024-11-19 上传 | 大小:311kb | 下载:0

[编译器/词法分析ci

说明:理解编译程序的构造原理,掌握编译程序的构造方法与技术。通过实习,使学生既加深对编译原理基础理论的理解,又提高动手能力,特别是提高软件设计能力。-Understanding the structure of compiler theory, master compiler of the construction method and technology. Through internships, students deepen thei
<lisn > 在 2024-11-19 上传 | 大小:6kb | 下载:0

[编译器/词法分析CSharpCompiler0.5_src

说明:C#编写的c#编译器,基于antlr,研究antlr的朋友不要错过-C# Prepared c# Compiler, based on antlr, research antlr friends should not miss
<zzuwarning> 在 2024-11-19 上传 | 大小:621kb | 下载:0

[编译器/词法分析OperandAnalyzer

说明:一个用VC++写的算符优先分析程序,编译原理必须掌握的基本理论之一。-A used VC++ Priority operator written analysis program, the compiler must master the basic tenets of theories.
<meteor> 在 2024-11-19 上传 | 大小:3.66mb | 下载:0

[编译器/词法分析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
« 1 2 ... .41 .42 .43 .44 .45 546.47 .48 .49 .50 .51 ... 1384 »

源码中国 www.ymcn.org