资源列表

« 1 2 ... .20 .21 .22 .23 .24 925.26 .27 .28 .29 .30 ... 1384 »

[编译器/词法分析S语言词法分析

说明:这是一个simple语言词法分析程序,程序有点问题,就是token.txt和symble.txt两个文件不能写入数据.你能告诉我吗?qq:23318796-This is a simple language lexical analysis procedure is a problem, and is token.txt symble.txt two documents can not write data. Can you tell
<姚翊> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析psh

说明:程序功能:PL/0语言语法分析程序,检测pl/0源程序的语法是否正确-procedures functions : PL/0 language syntax analysis procedures, testing pl/0 source of correct grammar
<qqwr> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析LL(1)分析的实现

说明:编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminan
<原子> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析suqaretryango

说明:设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec Class CSymbo
<shifenai> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析cffx123

说明:词法分析,里面有一个bug,")"后面不能跟其他符号,但是这个更像是自己作的,程序很简单,我自己做了大修改,加了很多注释-lexical analysis, which has a bug, ")" not behind other symbols, But this is more like myself, is very simple procedure, I did a lot of changes with
<吊死鬼鬼> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析myclasses

说明:一个使用回填翻译控制流语句的JAVA演示例子,是本人从网上下载的,非常好,值得学习编译原理的朋友参考学习.-use backfill a translation control flow statements JAVA demo examples, I downloaded from the Internet. very good and worth learning compiler principles friends refere
<> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析unicodepro

说明:先从ASCII说起,ASCII是用来表示英文字符的一种编码规范。每个ASCII字符占用1个字节,因此,ASCII编码可以表示的最大字符数是255(00H—FFH)。其实,英文字符并没有那么多,一般只用前128个(00H—7FH,最高位为0),其中包括了控制字符、数字、大小写字母和其它一些符号。而最高位为1的另128个字符(80H—FFH)被称为“扩展ASCII”,一般用来存放英文的制表符、部分音标字符等等的一些其它符号。 -star
<leon> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析up51s003

说明:音乐演示-music demo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<> 在 2025-01-29 上传 | 大小:10kb | 下载:0

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

说明:一个C++对赋值语句的翻译,能输出四元式-a C on assignment for the translation, can output four yuan-
<林峰> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析jiandancifafenxi

说明:进行简单的词法分析,根据规定的词法匹配顺序进行匹配,很简单的功能,学习编译原理做的程序,内附测试文件.-simple lexical analysis, according to the lexical sequence matching match, a very simple function, Principle study compiler do the procedure, documents containing test.
<赵旋> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析NFA

说明:实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve
<> 在 2025-01-29 上传 | 大小:10kb | 下载:0

[编译器/词法分析pl0

说明:pl0的编译程序源码,是用C编写的,很经典-pl0 the compiler source code is written using C, it is a classic
<fb> 在 2025-01-29 上传 | 大小:10kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 925.26 .27 .28 .29 .30 ... 1384 »

源码中国 www.ymcn.org