资源列表

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

[编译器/词法分析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 NFA Number algorithm to deter
<> 在 2025-06-13 上传 | 大小:10kb | 下载:0

[编译器/词法分析pl0

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

[编译器/词法分析Yacc

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

[编译器/词法分析scg

说明:07497编译设计与开发技术-斯传根(原代码)-07497 compiler design and development technology- Adams Biography root (source code)
<heguo1981> 在 2025-06-13 上传 | 大小:10kb | 下载: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 input strings to check. Procedura
<傅波> 在 2025-06-13 上传 | 大小:10kb | 下载:0

[编译器/词法分析c_base

说明:编译技术中的词法分析器,用C语言实现。根据pl/0的描述编写。-Compiler technology in the lexical analyzer, using C language. According to pl/0 descr iption of the preparation.
<李英> 在 2025-06-13 上传 | 大小:10kb | 下载:0

[编译器/词法分析bianyi

说明:语法分析程序 必须先编写一个program的文本文件 再对该文本文件的程序进行语法分析-Parser program must first prepare a text file and then the text file parsing procedures
<mzs> 在 2025-06-13 上传 | 大小:10kb | 下载:0

[编译器/词法分析convert_Fortran_Code

说明:这个C++程序,可以转换如Fortran 77程序到C++可用程序,当然,还有一些例外,如Fortan中的FORMAT语句,以及goto语句可能使得你的代码很长。你可以通过配置,让转换程序进行批量的语言转换。-The C++ Procedures, can be converted, such as Fortran 77 program to the C++ Available procedures and, of course, some exceptions, such as Fortan
<严锐> 在 2025-06-13 上传 | 大小:10kb | 下载:0

[编译器/词法分析lex

说明:包含两个简单的词法分析器代码,一个是用c写的,另一个是用java写的。有一个说明文档。-Contains two simple lexical analyzer code, one is written with c, and the other is written in java. Document has a note.
<杨敏> 在 2025-06-13 上传 | 大小:10kb | 下载:0

[编译器/词法分析c

说明:编译原理 :预测分析,算法分析,DN转换c是实现-Compilation Principle: Forecast and Analysis, Algorithm Analysis, DN conversion c is to achieve
<朱清和 > 在 2025-06-13 上传 | 大小:10kb | 下载:0

[编译器/词法分析c_base

说明:词法分析,通过C++进行编程,汇编原理课程设计,有需要的快快下-Lexical Analysis, through the C++ Program, compile the principle of curriculum design, are in need as soon as possible under the
<于富强> 在 2025-06-13 上传 | 大小:10kb | 下载:0

[编译器/词法分析hh

说明:pyramid of prime that order by the long of the prime number
<iman> 在 2025-06-13 上传 | 大小:10kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 925.26 .27 .28 .29 .30 ... 1383 »

源码中国 www.ymcn.org