搜索资源列表
C0Compiler
- 用c写的c0文法的编译器,基本块内部的公共子表达式删除(DAG图);全局寄存器分配(引用计数或着色算法);数据流分析(通过活跃变量分析,或利用定义-使用链建网等方法建立冲突图)代码生成时合理利用临时寄存器(临时寄存器池),并能生成较高质量的目标代码;生成X86汇编 -C0 written grammar with c compiler
LR1
- 大学课程编译原理实验程序,LR1算法实现语法分析-Experimental procedures compiler theory university courses, LR1 parsing algorithm
yuyifenxi
- 采用递归下降语法制导翻译法,对算法表达式、赋值语句进行语义分析且生成四元式序列-Decline in the use of recursive grammar-translation method guided the algorithm expression, assignment and semantic analysis to generate quaternary sequence
Element
- 标记语言的简单解释器算法实现,实现一些简单的二叉树-A simple markup language interpreter algorithm, to achieve some simple binary tree
BOCH
- 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient,
NFA
- 用C#编写的不确定有穷自动机NFA=>确定有穷自动机DFA的转换算法,-Uncertainty with C#, finite automata NFA => OK finite automaton DFA conversion algorithm
Suanfu_Gui
- 编译课程设计:算符优先算法分析,firstVT,lastVT,符号串分析-Operator First Algorithm
chartParsing
- 该段代码实现了chartparsing算法, 这是机器翻译中极其经典的一个算法-This code implements chartparsing algorithm, which is machine translation algorithm for a very classical
lexyacc
- 用C++实现的lex和yacc,里面包含大量的编译原理中的算法-lex and yacc
mppt
- 光伏电池最大功率跟踪(MPPT)算法,采用CVT启动+INC控制-Photovoltaic Maximum Power Point Tracking (MPPT) algorithm, using CVTstart+ INC control
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
wenfa
- 北邮编译原理文法分析作业,便于大家学习文法分析的算法-Beijing University of Posts and Telecommunications compiler theory, grammatical analysis of the job, easy to learn grammar analysis algorithm
e
- 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, ma
ALYQ18
- 用AES算法对一段视频进行加密 用软件分别提取加密前视频和加密后视频的PSI信息.-AES algorithm to encrypt a video PSI information were extracted from the video after the pre-encrypted video and encryption software.
analysis
- 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法产生: E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 编程实现算法4.2,为给定文法自动构造预测分析表。 编程实现算法4.1,构造LL(1)预测分析程序。-Write a parser, parsing arithmetic expressions. Requirem
freescale-mppt--Project1
- 基于飞思卡尔MPPT程序,改程序运用飞思卡尔单片机详细的说明MPPT算法,。-Based on the freescale MPPT program, the program using the freescale microcontroller detailed instructions MPPT algorithm.
mpi_summa
- summa算法,可在曙光4000A并行机上编译运行,矩阵维数无要求-summa algorithm, can be compiled to run on the Dawning 4000A parallel computer, the matrix dimension did not ask
光度立体视觉算法.src
- A stereo vision algorithm that rectifies the photographed round objects, restoring and repairing the images in the dark.
算符优先算法
- 是一个编译原理的算符优先算法。能够通过算符优先分析方法的实现,加深对自下而上语法分析方法的理解。(It is an operator precedence algorithm for a compiler principle. Through the realization of the operator priority analysis method, we can deepen the understanding of the bottom-up grammar analysis meth
pso_Trelea_vectorized
- 粒子群算法MATLAB程序,求解优化问题。(Particle swarm optimization (PSO) MATLAB program)