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

搜索资源列表

  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
    • 文件大小:9kb
    • 提供者:tonghua
  1. Element

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

    • 发布日期:2017-04-04
    • 文件大小:14.46kb
    • 提供者:周佳栋
  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
    • 文件大小:4.45kb
    • 提供者:朱查松
  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
    • 文件大小:1.5mb
    • 提供者:徐华江
  1. Suanfu_Gui

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

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

    0下载:
  2. 编写简易编译器,能发现分隔符匹配的错误如括号、注释符的匹配问题,都能检测出来-delimiter matching The simple algorithm uses a stack and is as follows: Make an empty stack. Read characters until end of file. If the character is an open anything, push it onto the stack. If it is a close
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:2.24kb
    • 提供者:aga
  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
    • 文件大小:1.63mb
    • 提供者:王忠存
  1. mppt

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

    • 发布日期:2014-04-17
    • 文件大小:2kb
    • 提供者:sc
  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
    • 文件大小:2.9kb
    • 提供者: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
    • 文件大小:3.23kb
    • 提供者:陈彦林
  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
    • 文件大小:5kb
    • 提供者:
  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
    • 文件大小:98.91kb
    • 提供者: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
    • 文件大小:1.67kb
    • 提供者:朱闻博
  1. Two-fork-tree-operation

    0下载:
  2.   熟练掌握二叉树的各种遍历算法,并能灵活运用遍历算法实现二叉树的其它操作;-Proficiency in a variety of binary tree traversal algorithm, and other operations of the binary tree traversal algorithms to achieve flexibility in the use of
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:16.11kb
    • 提供者:李雨
  1. daima

    0下载:
  2. 遗传-模拟退火算法解决组合优化问题,结合遗传算法与模拟退火算法各自的优点-Genetic- simulated annealing algorithm to solve combinatorial optimization problems, the respective advantages of the combination of genetic algorithms and simulated annealing algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:11.38kb
    • 提供者:张俊龙
  1. 216Convolutional-code-Vibet

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

    • 发布日期:2017-11-01
    • 文件大小:6.83kb
    • 提供者:mary
  1. kmeans-classification-algorithm

    0下载:
  2. kmeans分类算法准备的,借用网上找到的,但是,我调试时修改了一个参数才成功的-kmeans classification algorithm prepared to borrow to find online, but when I debug modify a parameter was successful
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:30.69kb
    • 提供者:吴小兰
  1. sift_match_feature

    0下载:
  2. 基于sift算法的图像匹配,能检测特征点和进行图像匹配-Image matching based on SIFT algorithm,Can detect feature points and image matching
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:8.97mb
    • 提供者:黎小威
  1. math_exp

    0下载:
  2. 数学表达式解析程序C++源码 支持 + - * / ^ () 等主要运算符 采样递归算法, 供学习参考,自由版权 samuel_ni@yahoo.com -math expression parser C++ source code support+- ^ () operators use of recursive algorithm,copyright free
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3kb
    • 提供者:samuelni
  1. Disk-scheduling-algorithm

    0下载:
  2. FCFS磁盘调度算法设计,内含有详细的代码注释和实验结果-FCFS disk scheduling algorithm design, which contains detailed code comments and experimental results
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-05
    • 文件大小:73.63kb
    • 提供者:tuantaun1234
« 12 3 »
搜珍网 www.dssz.com