资源列表

« 1 2 ... .47 .48 .49 .50 .51 1152.53 .54 .55 .56 .57 ... 1383 »

[编译器/词法分析3

说明:编译原理课程设计(LL(1)分析),功能强大,使用,希望大家多多下载,多指出不足的地方-Principles of curriculum design compiler (LL (1) analysis), powerful, use, download a lot of hope that everyone, multi-pointed out that the shortage of places
<曾林> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析my-nfa

说明:这是我自己写的将正则表达式的parser,通过将正则表达式先编译成NFA格式,大大加快搜索速度.-This is what I wrote it myself will be the regular expression parser, by first compiling regular expressions into NFA format, greatly accelerate the search speed.
<binch> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析1

说明:编译原理课程设计,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。-Compilation Principle curriculum design, the use of operator priority analysis algorithms, the G [S] defined by assignment statements for grammar analysis and parsing process entered f
<寿帆> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifa

说明:词法分析程序,用C++语言编写,包括源代码-Lexical analysis program, using C languages, including source code
<liweiie> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析Compiler

说明:(1) 将此番分析程序设计成独立一遍扫描源程序的结构。词法分析的输出结果采用如下的二元组表示: (单词种别,单词自身的值) 对表识符,采用下列的二元组表示: (表识符,指向标识符表项的指针) 单词种别建议采用一个关键字一个整数值、一个算符一个整数值等形式,每个整数值是不重复的,设计中应考虑好编码的方案(要跟语法分析连贯)。 (2) 测试用例: 应该建立至少两个测试用例:一个词法上正确的PL/0源程序和词法上部正确的源程序。 -(1) This analysis pro
<dong> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析BIANYIYUANLI

说明:编译原理词法分析器源码,已通过编译,对初学者有用-The principle source compiler lexical analyzer has passed through the compiler, useful for beginners
<李子> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifa

说明:词法分析的目的是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。-Lexical analysis is the input source to be divided, given the basic symbol (token) sequence, and passing notes and spaces, such as separator. Basic symbols of the language cl
<chenli> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析simple

说明:基于simple语言的简单词法分析器源代码,要的自己看,个人感觉马马虎虎。-Simple language based on a simple lexical analyzer source code, it is necessary to look at their own, personal feeling so-so.
<dk liu> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析CiFaFenXi

说明:一个简单的java词法分析器,有图形界面 欢迎大家下载-A simple java lexical analyzer, a graphical interface are welcome to download
<独孤依旧> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析97288391tyf

说明:语义分析器-Semantic Analyzer
<李焱> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析13224759569

说明:可以进行词法分析的程序,用C语言编写,内容有些是从网上找到的,比较新-Lexical analysis can be carried out the procedure, using C language, content and some are found from the Internet, a relatively new
<李国东> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析upanddown

说明:粗略地说它的实现思想是对输入符号串自左向右进行扫描,并将输入符逐个移入一个后进先出栈中,边移入边分析,一旦栈顶符号串形成某个句型的句柄时,(该句柄对应某产生式的右部),就用该产生式的左部非终结符代替相应右部的文法符号串。-Rough idea is that it s the realization of the input symbol string to be scanned from left to right, and enter the site one by one into a L
<jilangzhe> 在 2025-06-17 上传 | 大小:2kb | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 1152.53 .54 .55 .56 .57 ... 1383 »

源码中国 www.ymcn.org