资源列表

« 1 2 ... .38 .39 .40 .41 .42 443.44 .45 .46 .47 .48 ... 1383 »

[编译器/词法分析token

说明:编译器中的词法分析部分,实现了简单的token串的翻译-Compiler of the lexical analysis part of the realization of a simple token string translation
<qq11420> 在 2025-06-23 上传 | 大小:783kb | 下载:0

[编译器/词法分析wordanalysis

说明:、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|
<dujuan> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[编译器/词法分析YuFaFenXi

说明:本程序可以对一个完整的类pascal程序进行语法分析并将分析的结果输出显示。 程序要求输入的字符串必须有完整的程序体说明以及程序开始的标志,否则,该语法分析器给出错误信息。 当进行完上述判断后,则进行各个语句串的分析,其中包括赋值语句,分支语句与循环语句(可嵌套判断),并将判断结果显示,若有错误,则输出错误类型以及行号。 输出结果的形式:该语法分析器在结束一种句型分析时给出一个类型信息例如:if 1 then j:=j+1 的判断信息为:“赋值语句” 和“if then 分支语句”
<wangyangyang> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[编译器/词法分析6

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

[编译器/词法分析global

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

[编译器/词法分析c-bianyiqi

说明:c的简化编译器,还是很不错的,可以下来分析学习探讨一下-simplified c compiler, still very good, you can explore down the analysis of learning
<刘凯> 在 2025-06-23 上传 | 大小:218kb | 下载:0

[编译器/词法分析slrSemanticAnalyzer

说明:slr语法分析器,手动构造slr分析表。-SLR parser, manual SLR structural analysis table.
<阿冬> 在 2025-06-23 上传 | 大小:207kb | 下载:0

[编译器/词法分析cifafenxi

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

[编译器/词法分析PL0Backup

说明:是编译原理上PL0语言的源码,欢迎大家来看-The principle is to compile the source language PL0 are welcome to look at U.S.
<和艾维> 在 2025-06-23 上传 | 大小:375kb | 下载:0

[编译器/词法分析makefile

说明:Makefile编成好书,敢兴趣的同志们,赶快下载吧。-Makefile into a good book, the courage to interested comrades, as soon as possible to download it.
<zhoaliang> 在 2025-06-23 上传 | 大小:37kb | 下载:0

[编译器/词法分析parse

说明:编译原理LL1语法分析的实验程序,根据文法生成分析程序。大部分代码用来实现LL1的算法。生成parse函数。-Compilation Principle LL1 grammar analysis of the experimental procedures, analytical procedures to generate the basis of grammar. Most of the code used to realize LL1 algorithms. Generated parse
<figure_hit> 在 2025-06-23 上传 | 大小:25kb | 下载:0

[编译器/词法分析yffxq

说明:学习编译原理时做的一个语法分析程序,VC++编写,实现了基本的预测语法分析。-Principles of learning when the compiler to do a grammar analysis program, VC++ Prepared realize the basic grammar prediction analysis.
<波导终结者> 在 2025-06-23 上传 | 大小:169kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 443.44 .45 .46 .47 .48 ... 1383 »

源码中国 www.ymcn.org