资源列表

« 1 2 ... .99 .00 .01 .02 .03 604.05 .06 .07 .08 .09 ... 1384 »

[编译器/词法分析C-yuyanshilijincui

说明: 1.【Code】目录,包括实例1~190的所有源代码和可执行程序。 2.【Tools】目录,包括TC2.0编译器。-1. 【Code】 directory, including the examples 1 ~ 190 of all source code and executable programs. 2.】 【Tools directory, including TC2.0 compiler.
<乖乖> 在 2024-11-19 上传 | 大小:4.36mb | 下载:0

[编译器/词法分析compile

说明:编译原理 课程设计 赋值语句的递归下降翻译程序设计-source code for programmers , it s very useful and helpful for compile design
<星飞感受> 在 2024-11-19 上传 | 大小:203kb | 下载:0

[编译器/词法分析Regular2DFA

说明:课程设计用到的正则表达式到最小DFA的转化-r->NFA->DFA->min DFA
<星飞感受> 在 2024-11-19 上传 | 大小:5kb | 下载:0

[编译器/词法分析ansi_c_grammar

说明:C语言上下文无关文法的词法及语法描述文件,通过使用yacc、lex工具可以生成相关C语言的词法、语法分析的C语言代码-C language context-free grammar to describe the morphology and syntax files, through the use of yacc, lex tool generates C language related to the morphology, sy
<qiushouqian> 在 2024-11-19 上传 | 大小:4kb | 下载:0

[编译器/词法分析fodigui

说明:编译原理for递归下降法(c++程序)可以进行词法分析和语法分析-Compiler Construction Principles for recursive descent method (c++ program) can be lexical analysis and syntax analysis
<jq> 在 2024-11-19 上传 | 大小:247kb | 下载:0

[编译器/词法分析LuaCoco-1.1.5

说明:Lua语言,网站上的测试,主站为:luajit.org-Lua language, the test site, the main station: luajit.org
<shenghaiqing> 在 2024-11-19 上传 | 大小:27kb | 下载:0

[编译器/词法分析cifa

说明:词法分析程序。读入一段程序代码,通过词法分析程序将其转化为token串。是编译原理的重要一步。-Lexical analysis program. Read a section of program code, through lexical analysis procedure to string into a token. The principle is an important step in the compiler.
<周周> 在 2024-11-19 上传 | 大小:3kb | 下载:0

[编译器/词法分析cifa

说明:词法分析程序 词法分析程序 -Lexical analysis program analysis program lexical lexical analysis program
<张闽> 在 2024-11-19 上传 | 大小:4kb | 下载:0

[编译器/词法分析compiler

说明:一个基于C0文法的编译器,转换为P-code并解释执行-C0 grammar-based compiler, output is P-code
<Matrox> 在 2024-11-19 上传 | 大小:924kb | 下载:0

[编译器/词法分析Compiler

说明:DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)-DO-WHILE loop of the translation process design (a simple priority method, the output address of said three)
<张朝辉> 在 2024-11-19 上传 | 大小:4kb | 下载:0

[编译器/词法分析dowhilee

说明:1.1写出符合给定的语法do-while语句, 此语句符合LL(1)的文法,分析方法 的文法及属性文法。 1.2完成do-while语句的中间代码三地址表示的描述。 1.3写出do-while语句语法分析方法的思想,完成语法分析和语义分析程序设计。 1.4编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-1.1 write in line with the syntax of a giv
<李伟霞> 在 2024-11-19 上传 | 大小:142kb | 下载:0

[编译器/词法分析ifelse

说明:此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的
<李伟霞> 在 2024-11-19 上传 | 大小:73kb | 下载:0
« 1 2 ... .99 .00 .01 .02 .03 604.05 .06 .07 .08 .09 ... 1384 »

源码中国 www.ymcn.org