资源列表

« 1 2 ... .05 .06 .07 .08 .09 11310.11 .12 .13 .14 .15 ... 11386 »

[其它资源LL

说明:使用非递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握词法分析程序的设计原则,掌握手工编写语法分析程序的方法-e :exp T :term t :term F :factor*/ char input[15]
<lan> 在 2025-06-04 上传 | 大小:1kb | 下载:0

[其它资源LL1

说明:使用非递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握词法分析程序的设计原则,掌握手工编写语法分析程序的方法。-#include <tchar.h> #include <string.h> #include <stdlib.h>
<lan> 在 2025-06-04 上传 | 大小:1kb | 下载:0

[其它资源lexer

说明:c语言的词法分析器-c lexer
<wesley> 在 2025-06-04 上传 | 大小:4kb | 下载:0

[其它资源PL0

说明:PL0词法分析,有源代码和word说明。源代码较为详细,注释较多!-PL0 lexical analysis, source code and the word descr iption. More detailed source code, comments, more!
<张璐> 在 2025-06-04 上传 | 大小:31kb | 下载:0

[其它资源StarterFiles

说明:基于lex和yacc实现的编译原理词法分析、语法分析。-Implemented based on lex and yacc compiler theory of lexical analysis, syntax analysis.
<Eastsun> 在 2025-06-04 上传 | 大小:442kb | 下载:0

[其它资源Parser

说明:编译原理课程设计,简单的词法分析器。用于词法分析。-Compiler theory course design, a simple lexical analyzer. Used for lexical analysis.
<Jaron> 在 2025-06-04 上传 | 大小:2kb | 下载:0

[其它资源TINY

说明:基本的词法分析器,用于Tiny语言的。实现了最基本的多个TOKEN,满足了上课和实验的要求。-Basic lexical analyzer for Tiny language. To achieve the most basic multiple TOKEN, to meet the classes and experiments.
<张沛江> 在 2025-06-04 上传 | 大小:303kb | 下载:0

[其它资源0082657

说明:词法分析,编译原理课上的实验。比较容易懂得-Lexical analysis, compiler theory class experiment. Easier to understand
<刘方方> 在 2025-06-04 上传 | 大小:1.19mb | 下载:0

[其它资源WindowsFormsApplication1

说明:计算机科学与技术编译原理实验之词法分析器的设计与实现-Principles of Computer Science and Technology compiled experimental design and implementation of lexical analyzer
<li> 在 2025-06-04 上传 | 大小:1.32mb | 下载:0

[其它资源wq

说明:编译原理语言里实现一个词法分析功能的小程序-Compiler theory language lexical analysis to achieve a small program
<月上柳梢> 在 2025-06-04 上传 | 大小:1kb | 下载:0

[其它资源test2

说明:编译原理的实验,是一个词法分析工具,采用下降递归法实现的-Compiler theory of the experiment, a lexical analysis tool, implemented using recursion down
<HaoZhi> 在 2025-06-04 上传 | 大小:145kb | 下载:0

[其它资源LEX

说明:词法分析时,常常会用到超前搜索方法。如当前待分析字符串为“a +”,当前字符为’ ’,此时,分析器倒底是将其分析为大于关系运算符还是大于等于关 系运算符呢?显然,只有知道下一个字符是什么才能下结论。于是分析器读入下一个字符’+’,这时可知应将’ ’解释为大于运算符。但此时,超前读了一个字符’+’,所以要回退一个字符,词法分析器才能正常运行。在分析标识符,无符号整数等时也有类似情况。-Lexical analysis, often use advanced search method. If th
<元宝> 在 2025-06-04 上传 | 大小:1.07mb | 下载:0
« 1 2 ... .05 .06 .07 .08 .09 11310.11 .12 .13 .14 .15 ... 11386 »

源码中国 www.ymcn.org