资源列表

« 1 2 ... .75 .76 .77 .78 .79 480.81 .82 .83 .84 .85 ... 1384 »

[编译器/词法分析YuFaFenXi

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

[编译器/词法分析6

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

[编译器/词法分析global

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

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

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

[编译器/词法分析slrSemanticAnalyzer

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

[编译器/词法分析cifafenxi

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

[编译器/词法分析PL0Backup

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

[编译器/词法分析makefile

说明:Makefile编成好书,敢兴趣的同志们,赶快下载吧。-Makefile into a good book, the courage to interested comrades, as soon as possible to download it.
<zhoaliang> 在 2024-11-17 上传 | 大小: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 L
<figure_hit> 在 2024-11-17 上传 | 大小:25kb | 下载:0

[编译器/词法分析yffxq

说明:学习编译原理时做的一个语法分析程序,VC++编写,实现了基本的预测语法分析。-Principles of learning when the compiler to do a grammar analysis program, VC++ Prepared realize the basic grammar prediction analysis.
<波导终结者> 在 2024-11-17 上传 | 大小:169kb | 下载:0

[编译器/词法分析Sematic

说明:简单绘图语言,经过词法,语法,语义分析,感觉还可以-Simple graphics language, through lexical, syntax, semantic analysis, the feeling can also be
<艾芳> 在 2024-11-17 上传 | 大小:4.57mb | 下载:0

[编译器/词法分析yu`fa

说明:算符优先语法编译器,VC6.0下运行.希望对大家有用.-Operator priority grammar compiler, VC6.0 run. Hope useful for everyone.
<pengchuang> 在 2024-11-17 上传 | 大小:291kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 480.81 .82 .83 .84 .85 ... 1384 »

源码中国 www.ymcn.org