资源列表

« 1 2 ... .59 .60 .61 .62 .63 1264.65 .66 .67 .68 .69 ... 1383 »

[编译器/词法分析CRC32_D8

说明:crc32编码的代码-CRC32 coding code
<zsh> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[编译器/词法分析1

说明:语法分析的源程序!!!编译原理 试验用的到的程序C语言的!-Analysis of the source grammar! ! ! Compilation Principle test procedures used in the C language!
<hulingni> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[编译器/词法分析6

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

[编译器/词法分析global

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

[编译器/词法分析cifafenxi

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

[编译器/词法分析PredictiveParsing

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

[编译器/词法分析nibolanshi

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

[编译器/词法分析1

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

[编译器/词法分析DFA

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

[编译器/词法分析fskdigital

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

[编译器/词法分析cifa

说明:词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。 识别保留字:if、int、for、while、do、return、break、continue; 单词种别码为1。 其他的都识别为标识符;单词种别码为2。 常数为无符号整形数;单词种别码为3。 运算符包括:+、-、*、/、=、>、<、>=、<=、!= ; 单词种别码为4。 分隔符包括:,、 、{、}、(、)、【、】; 单词
<xzy> 在 2025-06-17 上传 | 大小:1kb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 1264.65 .66 .67 .68 .69 ... 1383 »

源码中国 www.ymcn.org