搜索资源列表
mml.doc
- 编译原理 课程设计报告: 预测分析表的构造- The translation principle curriculum designs reported that, Forecasts the analytical table the structure
lr
- 给出该文法的属性文法,用LR分析法实现对赋值语句的翻译,给出翻译的逆波兰式结果。-Given the grammar attribute grammar, with the realization of LR analysis of the translation of assignment statements are given against the Polish translation of the results.
fuzhiyuju
- 赋值语句的翻译程序,采用递归下降法对输入的表达式进行翻译。-Assignment of the translation process, using recursive descent translation of the input expression.
yuyifenxi
- 采用递归下降语法制导翻译法,对算法表达式、赋值语句进行语义分析且生成四元式序列-Decline in the use of recursive grammar-translation method guided the algorithm expression, assignment and semantic analysis to generate quaternary sequence
chartParsing
- 该段代码实现了chartparsing算法, 这是机器翻译中极其经典的一个算法-This code implements chartparsing algorithm, which is machine translation algorithm for a very classical
WHILE
- WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)1 系统描述(问题域描述); 2 文法及属性文法的描述; -WHILE loop translation of program design (LL (1) method, the output quaternion type) a system descr iption (problem domain descr iption) two grammar and attribute grammar descr iption
sata
- SATA协议的中文概括。英文的好几百页,看英文头疼的可以先看看中文的,注意不是协议的完整翻译-The SATA protocol of Chinese generally. Hundreds of pages of the English, watching English headaches can take a look at Chinese, attention is not a complete translation of the agreement
Edic
- 用VB编的中英文翻译软件,单机,简单实用。-A translation software maked buy VB、Access.
130107
- IF-ELSE条件语句的翻译程序设计(LR方法、输出三地址表示)-IF-ELSE conditional statement translation program design (LR methods output address)
ll1
- WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-The translation program design of the WHILE loop (LL (1) method, output three address said)
recursive-descent-Act
- FOR循环语句的翻译程序设计(递归下降法、输出四元式)-FOR the cycle statement translation program designed (recursive descent Act, the output quaternion)
WHILE-loop-simple-priority
- WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-The WHILE loop translation program design (simple priority output four yuan)
minijava1.0.2
- 翻译minijava代码到spiglet代码-Translation minijava code to spiglet code
216Convolutional-code-Vibet
- 实现(2,1,6)卷积码的维比特译码源程序,采用了最大似然算法 介绍了软判决维特比译码算法过程的三个步骤:初始化,度量更新和回溯译码 -Achieve (2,1,6) convolutional code Viterbi decoder source code, using the maximum likelihood algorithm for soft decision Viterbi decoding algorithm process three steps: initiali
exptras
- 编译原理,算术表达式属性翻译vc版。本程序将简单中缀算术表达式翻译成四元式,表达式中只有+和*运算符-Attribute translation vc compiler theory, arithmetic expressions
Zernik
- Zernike moments are insensitive to translation, rotation and scaling which preserves the information contained in the images. They also reduce noise and redundancy in feature vectors.
intermediate-code-generation
- 实现语法制导翻译功能,输出翻译后所得四元式序列-Syntax-translation output translation from quaternion type sequence
Scindeurexe
- ength Of Struc: 0284h Length Of Value: 0034h Type Of Struc: 0000h Info: VS_VERSION_INFO Signature: FEEF04BDh Struc Version: 1.0 File Version: 0.0.2.0 Product Version: 0.0.2.0 File Flags Mask: 0.63 File Flags: File OS: WINDOWS32
fz
- 赋值语句的翻译,递归下降法是语法分析中最易懂的一种方法。它的主要原理是,对每个非终极符按其产生式结构构造相应语法分析子程序,其中终极符产生匹配命令,而非终极符则产生过程调用命令。-Translation of assignment statements, recursive descent parser is the most straightforward method. Its main principle is that their production structures constr
SyntaxAnalysis
- 对如下文法E -> E+T | E-T | T T -> T*F | T/F | F F -> id | (E) | num 用自底向上的语法制导翻译技术实现分析和翻译 -For the following grammar E-> E+T | ET | TT-> T* F | T/F | FF-> id | (E) | num implementation analysis and translation with the bottom-up