资源列表

« 1 2 ... .63 .64 .65 .66 .67 468.69 .70 .71 .72 .73 ... 1384 »

[编译器/词法分析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

[编译器/词法分析pda

说明:实现下推自动机功能 实际上此程序为半自动机,可以手动选择入栈的字符。思路也很清晰-Pushdown automata function to achieve in practice this procedure for the semi-automatic machine, you can manually select入栈characters. Also very clear ideas
<丁诚> 在 2024-11-17 上传 | 大小:132kb | 下载:0

[编译器/词法分析lexSimulator-0.1.1

说明:一个模拟flex的应用程序 主要实现词法分析 语义分析-A simulated application flex lexical analysis of the main semantic analysis
<滔滔> 在 2024-11-17 上传 | 大小:75kb | 下载:0

[编译器/词法分析JavaAnalyser

说明:实现算法与界面设计的完全分离。很好的封装自己的词法分析程序-Algorithms and interface design to achieve complete separation. Very good package their lexical analysis program
<黄易> 在 2024-11-17 上传 | 大小:197kb | 下载:0
« 1 2 ... .63 .64 .65 .66 .67 468.69 .70 .71 .72 .73 ... 1384 »

源码中国 www.ymcn.org