资源列表

« 1 2 ... .60 .61 .62 .63 .64 1265.66 .67 .68 .69 .70 ... 1384 »

[编译器/词法分析6

说明:构造一个简单程序设计语言的词法分析器,要求: 1) 含有保留字program, begin, end, var, integer, if, then, else, do, while. 2) 标识符和无符号的整常数,其中保留字和标识符不区分大小写. 3) 含有界符和运算符如下:+,-, (, ), =, >, <, , :, :=.,,。 4) 输出二元组。 -Construct a simple pro
<wangyangyang> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析global

说明:编译原理实验,词法分析器,实验词法分析。利用栈来实现。-Compilation Principle experiment, lexical analyzer, experimental lexical analysis. To realize the use of stack.
<杜磊> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析cifafenxi

说明:词法分析器程序,用于进行编译原理实验的词法分析功能-Lexical analyzer procedures used to compile the principle of the lexical analysis function experiments
<jiang tao> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析PredictiveParsing

说明:预测分析算法 《编译原理 技术与工具》123页算法-Prediction analysis algorithm,
<张辉> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析nibolanshi

说明:掌握词法分析的基本思想,并用高级语言编写逆波兰式生成程序.-Grasp the basic idea of lexical analysis, and preparation of high-level language program to generate reverse Polish.
<卢雪> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析1

说明:编译原理练习源代码:语法分析 开发环境VC-Compiler Construction Principles to practice source code: analysis of grammar development environment for VC
<Saterday> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析DFA

说明:DFA的一个例子,有点意思,希望对大家有所帮助,-An example of DFA, a bit mean, and they hope to be helpful to everyone,
<pp> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析judge

说明:文法类型的判断 编译原理实验 C语言模拟实现 判断正规文法、上下文无关文法、上下文有关文法-Grammar to determine the type of C language compilers simulation experiment to determine the realization of formal grammar, context-free grammar, context-relevant gramm
<单宇> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析fskdigital

说明:用matlab实现fsk的调制,已经调出波形-Using matlab modulation fsk realize, has been transferred out waveform
<伍晨君> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析cifa

说明:词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。 识别保留字:if、int、for、while、do、return、break、continue; 单词种别码为1。 其他的都识别为标识符;单词种别码为2。 常数为无符号整形数;单词种别码为3。 运算符包括:+、-、*、/、=、>、<、>=、<=、!= ; 单词种别码为
<xzy> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析diguixiajiang

说明:可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i-String can be identified with the following grammar: (1) E-
<xzy> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析suanfuyouxianfenxichengxu

说明:根据算符优先分析法,给定某文法和符号串。构造算符优先关系表,若算符优先关系表满足算符优先文法,则对给定的输入符号串进行归约分析,可以判定该符号串是否是给文法的句子。 -According to operator priority analysis, given a string of grammar and symbols. Tectonic relationship between the operator priority ta
<李汉> 在 2025-01-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 1265.66 .67 .68 .69 .70 ... 1384 »

源码中国 www.ymcn.org