资源列表

« 1 2 ... 85 86 87 88 89 9091 92 93 94 95 ... 11387 »

[其它资源lexer

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

[其它资源PL0

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

[其它资源StarterFiles

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

[其它资源Parser

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

[其它资源0082657

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

[其它资源WindowsFormsApplication1

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

[其它资源wq

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

[其它资源test2

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

[其它资源LEX

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

[其它资源src(3)

说明:编译原理的词法分析器,简单的进行此法分析课程要求的实验-Compiler theory of lexical analyzer, a simple method for the experimental course requirements
<Jorden> 在 2025-02-07 上传 | 大小:3kb | 下载:0

[其它资源compiler

说明:《编译原理及实践》源码.rar 包括:词法分析,语法分析,目标代码生成-source code of compiler
<allanfan> 在 2025-02-07 上传 | 大小:98kb | 下载:0
« 1 2 ... 85 86 87 88 89 9091 92 93 94 95 ... 11387 »

源码中国 www.ymcn.org