资源列表

« 1 2 ... .42 .43 .44 .45 .46 447.48 .49 .50 .51 .52 ... 1384 »

[编译器/词法分析fada

说明:编译原理自动机,我们做的第二个作业,初学者一定要看很有帮助-Compilation Principle automata, we do the second operation, beginners will certainly be helpful to look at
<拾荒者> 在 2024-11-17 上传 | 大小:16kb | 下载:0

[编译器/词法分析linmin

说明:自动机实现,好东西来的。是编译原理的一个实现过程-Automata to achieve, good things come. The principle is to compile an implementation of the process
<pm> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[编译器/词法分析arm-2.95.3.tar

说明:gcc编译器 arm-2.95.3.tar.gz-gcc compiler arm-2.95.3.tar.gz
<John> 在 2024-11-17 上传 | 大小:9.78mb | 下载:0

[编译器/词法分析slr

说明:编译原理实验,slr方法进行语法分析,附带简单的示例语法。-Compiler Principle Experiment, slr parsing methods, with examples of simple grammar.
<王波> 在 2024-11-17 上传 | 大小:49kb | 下载:0

[编译器/词法分析zjdm

说明:逆波兰式定义: 将运算对象写在前面,而把运算符号写在后面。用这种表示法表示的表达式也称做后缀式。逆波兰式的特点在于运算对象顺序不变,运算符号位置反映运算顺序。采用逆波兰式可以很好的表示简单算术表达式,其优点在于易于计算机处理表达式。-Reverse Polish definition: The object EDITORIAL computing, and the operator symbols written on the back
<项阳> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[编译器/词法分析yffx

说明:语法分析是编译程序的核心部分,其主要任务是确定语法结构,检查 语法错误,报告错误的性质和位置,并进行适当的纠错工作.法分析的方法有多种多样,常用的方法有递归子程序方法、运算符优先数法、状态矩阵法、LL(K)方法和LR(K)方法。归纳起来,大体上可分为两大类,即自顶向下分析方法和自底向上分析方法. Syntax进行语法分析.对于语法分析,这里采用LR(1)分析法,判断程序是否满足规定的结构.构造LR(1)分析程序,利用它进行语法分析,判断
<项阳> 在 2024-11-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cffx

说明:词法分析是编制一个读单词的过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。程序语言的单词符号一般分为五种:关键字(保留字/基本字)if、while、begin…;标识符:常量名、变量名…;常数:34、56.78、true、‘a’、…;运算符:+、-、*、/、〈、and、or、….、;界限符:, ; ( ) { } /*…。-Lexica
<项阳> 在 2024-11-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析tinycc-cvs

说明:一个小型支持C99的编译器源代码,最新CVS版本-A small support C99 compiler source code, the latest CVS version
<chen> 在 2024-11-17 上传 | 大小:457kb | 下载:0

[编译器/词法分析fuzhiyujudejiandanfanyichengxu

说明:这是采用编译原理的方法来进行的赋值语句的翻译程序。-This is compiled using the principle of means to carry out the assignment of the translation process.
<xingyudong> 在 2024-11-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析LL1

说明:编译原理中间代码生成器的设计,输出四元表达式-The principle of intermediate code generation compiler design, the output quaternion expression
<项阳> 在 2024-11-17 上传 | 大小:8kb | 下载:0

[编译器/词法分析xiaoxingbianyiqi

说明:按照Pascal子集的语法,并参考Pascal语言的语义,设计并实现Pascal子集的编译程序,给出各阶段的设计资料和实现成果-In accordance with the Pascal subset of the syntax and semantics of the language reference to Pascal, was designed and implemented a subset of the Pascal co
<yinmg> 在 2024-11-17 上传 | 大小:65kb | 下载:0

[编译器/词法分析operator1st

说明:一个具有图形表示界面的算符优先的语法分析算法,根据<编译原理>的知识,加上自己的理解来实现的-A graphical representation of the operator interface priority syntax analysis algorithm, according to <Compilation Principle> of knowledge, coupled with his or h
<陈先生> 在 2024-11-17 上传 | 大小:49kb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 447.48 .49 .50 .51 .52 ... 1384 »

源码中国 www.ymcn.org