CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - 算法

搜索资源列表

  1. C0Compiler

    1下载:
  2. 用c写的c0文法的编译器,基本块内部的公共子表达式删除(DAG图);全局寄存器分配(引用计数或着色算法);数据流分析(通过活跃变量分析,或利用定义-使用链建网等方法建立冲突图)代码生成时合理利用临时寄存器(临时寄存器池),并能生成较高质量的目标代码;生成X86汇编 -C0 written grammar with c compiler
  3. 所属分类:Compiler program

    • 发布日期:2014-11-19
    • 文件大小:247200
    • 提供者:wangjiannan
  1. LR1

    0下载:
  2. 大学课程编译原理实验程序,LR1算法实现语法分析-Experimental procedures compiler theory university courses, LR1 parsing algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2197
    • 提供者:hehualong
  1. yuyifenxi

    1下载:
  2. 采用递归下降语法制导翻译法,对算法表达式、赋值语句进行语义分析且生成四元式序列-Decline in the use of recursive grammar-translation method guided the algorithm expression, assignment and semantic analysis to generate quaternary sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:9215
    • 提供者:tonghua
  1. Element

    0下载:
  2. 标记语言的简单解释器算法实现,实现一些简单的二叉树-A simple markup language interpreter algorithm, to achieve some simple binary tree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:14812
    • 提供者:周佳栋
  1. BOCH

    0下载:
  2. 一个用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,
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:4561
    • 提供者:朱查松
  1. NFA

    0下载:
  2. 用C#编写的不确定有穷自动机NFA=>确定有穷自动机DFA的转换算法,-Uncertainty with C#, finite automata NFA => OK finite automaton DFA conversion algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1570610
    • 提供者:徐华江
  1. Suanfu_Gui

    2下载:
  2. 编译课程设计:算符优先算法分析,firstVT,lastVT,符号串分析-Operator First Algorithm
  3. 所属分类:Compiler program

    • 发布日期:2015-09-20
    • 文件大小:5120
    • 提供者:ssh
  1. chartParsing

    0下载:
  2. 该段代码实现了chartparsing算法, 这是机器翻译中极其经典的一个算法-This code implements chartparsing algorithm, which is machine translation algorithm for a very classical
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1704273
    • 提供者:王忠存
  1. lexyacc

    0下载:
  2. 用C++实现的lex和yacc,里面包含大量的编译原理中的算法-lex and yacc
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:777875
    • 提供者:deane
  1. mppt

    3下载:
  2. 光伏电池最大功率跟踪(MPPT)算法,采用CVT启动+INC控制-Photovoltaic Maximum Power Point Tracking (MPPT) algorithm, using CVTstart+ INC control
  3. 所属分类:Compiler program

    • 发布日期:2014-04-17
    • 文件大小:2048
    • 提供者:sc
  1. Compiler

    1下载:
  2. 使用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
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:68607
    • 提供者:童华兵
  1. wenfa

    0下载:
  2. 北邮编译原理文法分析作业,便于大家学习文法分析的算法-Beijing University of Posts and Telecommunications compiler theory, grammatical analysis of the job, easy to learn grammar analysis algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2968
    • 提供者:ycc
  1. e

    0下载:
  2. 本站以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
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-13
    • 文件大小:3307
    • 提供者:陈彦林
  1. ALYQ18

    0下载:
  2. 用AES算法对一段视频进行加密 用软件分别提取加密前视频和加密后视频的PSI信息.-AES algorithm to encrypt a video PSI information were extracted from the video after the pre-encrypted video and encryption software.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-11-16
    • 文件大小:29210
    • 提供者:nieyanlong
  1. analysis

    1下载:
  2. 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法产生: 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
  3. 所属分类:Compiler program

    • 发布日期:2015-07-01
    • 文件大小:5120
    • 提供者:
  1. freescale-mppt--Project1

    0下载:
  2. 基于飞思卡尔MPPT程序,改程序运用飞思卡尔单片机详细的说明MPPT算法,。-Based on the freescale MPPT program, the program using the freescale microcontroller detailed instructions MPPT algorithm.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:101288
    • 提供者:caiyc
  1. mpi_summa

    0下载:
  2. summa算法,可在曙光4000A并行机上编译运行,矩阵维数无要求-summa algorithm, can be compiled to run on the Dawning 4000A parallel computer, the matrix dimension did not ask
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:1705
    • 提供者:朱闻博
  1. 光度立体视觉算法.src

    2下载:
  2. A stereo vision algorithm that rectifies the photographed round objects, restoring and repairing the images in the dark.
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:441344
    • 提供者:wangzhonglin
  1. 算符优先算法

    0下载:
  2. 是一个编译原理的算符优先算法。能够通过算符优先分析方法的实现,加深对自下而上语法分析方法的理解。(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
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-18
    • 文件大小:3072
    • 提供者:孟孟孟孟
  1. pso_Trelea_vectorized

    2下载:
  2. 粒子群算法MATLAB程序,求解优化问题。(Particle swarm optimization (PSO) MATLAB program)
  3. 所属分类:编译器/解释器

    • 发布日期:2021-02-03
    • 文件大小:6144
    • 提供者:哈密瓜12138
« 12 3 4 5 »
搜珍网 www.dssz.com