资源列表

« 1 2 ... .54 .55 .56 .57 .58 559.60 .61 .62 .63 .64 ... 1384 »

[编译器/词法分析DFA

说明:输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing met
<liyingan> 在 2024-10-15 上传 | 大小:14336 | 下载:0

[编译器/词法分析LR1

说明:利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and othe
<liyingan> 在 2024-10-15 上传 | 大小:513024 | 下载:0

[编译器/词法分析Python-3.0rc3

说明:新版python引擎源码,python是著名的面向对象语言,最新的引擎有多出性能提升,是研究编译器的好原型-The new version of python source engine, python is a well-known object-oriented language, the latest number of the engine performance is good research prototype compi
<陈涛> 在 2024-10-15 上传 | 大小:9474048 | 下载:0

[编译器/词法分析cminus

说明:编译原理课程设计实验报告 cminus语言编译器-Principles of curriculum design experiments to compile the report cminus Language Compiler
<gengchen> 在 2024-10-15 上传 | 大小:26624 | 下载:0

[编译器/词法分析pr

说明:编译原理课程设计 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-Principles of curriculum design compiled to formulate a recursive descent parser to achieve lexical analysis program provided by the grammar checker word sequence and
<wangjun> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[编译器/词法分析TokenAnalysis

说明:编译原理 语义分析 c++ vc6.0 可用作本科课程设计、毕业设计等-Compilation Principle semantic analysis c++ Vc6.0 be used for undergraduate curriculum design, graduate design
<> 在 2024-10-15 上传 | 大小:93184 | 下载:0

[编译器/词法分析legicalanalyse

说明:完全用DFA实现,可以实现词法分析,并且可以对其进行简单的改错-DFA fully realized, lexical analysis can be achieved and can be a simple error
<yoyo> 在 2024-10-15 上传 | 大小:14336 | 下载:0

[编译器/词法分析CiFaFenXi

说明:编译原理课程设计,用VC++6.0实现的词法分析程序。能够识别关键字、长度大于等于1的符号、去注释等功能-Principles of curriculum design compiler with VC++ 6.0 to achieve lexical analysis program. Able to identify keywords, the length of symbols greater than or equal to 1
<谈新> 在 2024-10-15 上传 | 大小:70656 | 下载:0

[编译器/词法分析biyesheji

说明:一个计算机专业强人的毕业设计,关于编译原理的,如有兴趣,不妨-A computer professional strongman of the graduation project, on the principle of the compiler and, if interested, may wish to
<zzz> 在 2024-10-15 上传 | 大小:15409152 | 下载:0

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

说明:用于模拟编译系统,支持多种数据类型和结构,自己编写程序并调用编译器模拟编译,生成三代码语言。-Used to simulate the build system to support multiple data types and structures, their programming and call simulation compiler compiler to generate a three-code language.
<jiarunxiao> 在 2024-10-15 上传 | 大小:598016 | 下载:0

[编译器/词法分析lua-5.1.2

说明:著名的LUA脚本语言的解释器源码,该源码为5.1.2版本,详情参看其中的src-Well-known scr ipting language LUA interpreter source, the source code for the 5.1.2 version, the details of which see src
<lide> 在 2024-10-15 上传 | 大小:855040 | 下载:0

[编译器/词法分析LL1

说明:采用VC编程的LL(1)分析法示例,有助于加深理解编译原理中的LL(1)分析法-VC programming using LL (1) sample analysis, contribute to a better understanding of the principle of compiler LL (1) Analysis
<卓琳 瑞格> 在 2024-10-15 上传 | 大小:157696 | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 559.60 .61 .62 .63 .64 ... 1384 »

源码中国 www.ymcn.org