资源列表

« 1 2 ... .48 .49 .50 .51 .52 1153.54 .55 .56 .57 .58 ... 1384 »

[编译器/词法分析1

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

[编译器/词法分析cifa

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

[编译器/词法分析Compiler

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

[编译器/词法分析BIANYIYUANLI

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

[编译器/词法分析CiFaFenXi

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

[编译器/词法分析97288391tyf

说明:语义分析器-Semantic Analyzer
<李焱> 在 2024-11-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
<李国东> 在 2024-11-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 ente
<jilangzhe> 在 2024-11-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析LR(0)

说明:构造LR(0)分析表。对给定的文法,输入字符串,给出其正确与否的判断。-Construction LR (0) analysis table. Of a given grammar and input string, or not given the correct judgments.
<赵强> 在 2024-11-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析33344

说明:最简单的词法分析,应付考试的.比较好使,自己编的不算很高级-The most simple lexical analysis, with their examinations. Comparative so that he made the not very high-level
<microsko> 在 2024-11-17 上传 | 大小:2kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 1153.54 .55 .56 .57 .58 ... 1384 »

源码中国 www.ymcn.org