资源列表

« 1 2 ... .45 .46 .47 .48 .49 450.51 .52 .53 .54 .55 ... 1384 »

[编译器/词法分析suqaretryango

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

[编译器/词法分析unicodepro

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

[编译器/词法分析up51s003

说明:音乐演示-music demo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<> 在 2024-10-13 上传 | 大小:10240 | 下载:0

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

说明:一个C++对赋值语句的翻译,能输出四元式-a C on assignment for the translation, can output four yuan-
<林峰> 在 2024-10-13 上传 | 大小:10240 | 下载: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.
<赵旋> 在 2024-10-13 上传 | 大小:10240 | 下载: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
<> 在 2024-10-13 上传 | 大小:10240 | 下载:0

[编译器/词法分析pl0

说明:pl0的编译程序源码,是用C编写的,很经典-pl0 the compiler source code is written using C, it is a classic
<fb> 在 2024-10-13 上传 | 大小:10240 | 下载:0

[编译器/词法分析Yacc

说明:实现YACC基本功能,能够正常运行的程序-YACC realize the basic functions, to the normal operation of the procedures
<程伟> 在 2024-10-13 上传 | 大小:10240 | 下载:0

[编译器/词法分析scg

说明:07497编译设计与开发技术-斯传根(原代码)-07497 compiler design and development technology- Adams Biography root (source code)
<heguo1981> 在 2024-10-13 上传 | 大小:10240 | 下载:0

[编译器/词法分析B

说明:编写为某一任意上下文无关文法构造的LL(1)语法分析程序,并对任给的一个输入串进行语法分析检查。 程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析-To prepare for a arbitrarily constructed context-free grammar LL (1) syntax analysis program, and to a term of office for parsing inp
<傅波> 在 2024-10-13 上传 | 大小:10240 | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 450.51 .52 .53 .54 .55 ... 1384 »

源码中国 www.ymcn.org