资源列表

« 1 2 ... .54 .55 .56 .57 .58 459.60 .61 .62 .63 .64 ... 1384 »

[编译器/词法分析Soft20060210110014805

说明:一个较简单的词法分析程序,欢迎大伙儿下载评注-A simple lexical analysis procedures, welcome everybody to download Commentary
<> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[编译器/词法分析Calculator

说明:该课程设计通过使用flex和bison编写了一个科学计算器的程序,运行时,出现dos界面,在其中输入您想要进行计算的数学表达式,并设定显示方式,就可以按照您的要求显示出计算结果。-The curriculum design through the use of flex and bison to prepare a scientific calculator program, run-time, there dos interface,
<zhangkun> 在 2024-10-13 上传 | 大小:22528 | 下载:0

[编译器/词法分析C_MINUS

说明:C_MINUS 编译器 源代码 《便宜原理及实践》附录B-C_MINUS compiler source code
<唐文龙> 在 2024-10-13 上传 | 大小:275456 | 下载:0

[编译器/词法分析CMM

说明:CMM语言解释器的词法分析(C++编写)-CMM Language Interpreter lexical analysis (C++ Prepared)
<zxy> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[编译器/词法分析ll1

说明:语法分析器,实现语法分析,只是源代码,保证可以运行。-Grammar parser, grammar realize analysis, only the source code to ensure that you can run.
<丽丽> 在 2024-10-13 上传 | 大小:248832 | 下载:0

[编译器/词法分析token

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

[编译器/词法分析wordanalysis

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

[编译器/词法分析YuFaFenXi

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

[编译器/词法分析6

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

[编译器/词法分析global

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

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

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

[编译器/词法分析slrSemanticAnalyzer

说明:slr语法分析器,手动构造slr分析表。-SLR parser, manual SLR structural analysis table.
<阿冬> 在 2024-10-13 上传 | 大小:211968 | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 459.60 .61 .62 .63 .64 ... 1384 »

源码中国 www.ymcn.org