资源列表

« 1 2 ... .14 .15 .16 .17 .18 319.20 .21 .22 .23 .24 ... 1384 »

[编译器/词法分析ll(1)YUFAPANDUAN

说明:学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法
<liangye> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析Matlabmcc

说明:mcc的简单用法 关于matlab和vc的交互编程-MCC simple usage of vc on matlab and interactive programming
<xbliu> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析highlight

说明:一段进行语法分析、语法加亮的程序。目前仅进行了语法分析,可以很easy 的稍加修改实现html语法加亮-Carried out in a section syntax analysis, syntax highlighting procedures. At present, only a grammatical analysis, it is easy to achieve the slightly modified syntax hi
<temp> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析13898405YFFXQ

说明:超好用的语法语义分析器,希望对诸位有用,简单实用!-The syntax of the semantic analyzer超好用hope you useful, simple and practical!
<王聪> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析yufafenxi

说明:用于编译原理的语法分析实验,挺好的一个程序,代码也比较简单易懂,代码后面有具体的说明,初学者不妨进来-Compiler Construction Principles for syntax analysis of experiments, a very good program, code and more easy-to-read, code behind the specific details of beginners may w
<刘雷> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析huff

说明:哈弗曼代码,一小程序,呵呵 呵呵呵额-哈弗曼code, a small procedure, the amount of呵呵呵呵呵呵呵
<王钦> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析cifafenxi

说明:指针、数组、字符串编程实例 ——词法分析程序-Pointer, array, string programming examples- lexical analysis program
<liangsongxi> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析1111

说明:的语法非常容易使用EBNF进行重写,所以很适合使用递归下降的方法来分析-The syntax is very easy to use EBNF to rewrite, so it is suitable for the decline in the use of recursive methods to analyze
<nihao> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析JiSuanQi

说明: 希望大家提出宝贵意见 让我们一起进步-Hope that we put forward valuable suggestions so that we progress together
<hxxycn6> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析C++

说明:词法分析是编译程序的第一个处理阶段,可以通过两种途径来构造词法分析程序。其一是根据对语言中各类单词的某种描述或定义(如BNF),用手工的方式构造词法分析程序。例如,可根据文法或状态转换图构造相应的状态矩阵,该状态矩阵同控制程序便组成了编译程序的词法分析程序;-Lexical analysis is a compiler of the first processing stage, can be two ways to construct
<litiehui> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析pl_0_word

说明:PL/0 语言的编译程序的一个部件,词法分析器。读入由PL/0语言编写的源代码,识别其中的关键字、标志符、数字,转换成程序可识别的中间符号并输出,包含词法错误检测-PL/0 compiler language of a component, lexical analyzer. Read entry from the PL/0 language source code, to identify one of the keywords, i
<吴潇> 在 2024-11-14 上传 | 大小:4kb | 下载:0

[编译器/词法分析list

说明:list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
<Asli Imre> 在 2024-11-14 上传 | 大小:4kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 319.20 .21 .22 .23 .24 ... 1384 »

源码中国 www.ymcn.org