CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - recursive

搜索资源列表

  1. yufafenxi.rar

    0下载:
  2. 程序名称: 递归下降语法分析器 程序用途: 编译原理实验 实验题目: 识别下列表达式 E->E+T|T T->T*F|F F->(E)|i ,Name: recursive descent parser program purposes: to compile the experimental subject of experiment: Identify the following expression of E-> E+ T | T T-> T* F |
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:853
    • 提供者:zdh
  1. quicksort

    0下载:
  2. 快速排序[非递归]算法 by buptwugh-Quick sort [non-recursive] algorithm made by buptwugh
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:2161
    • 提供者:吴国华
  1. chapter6_1

    0下载:
  2. 用自相关法求使信号s均方预测误差为最小的预测系数 算法为Levinson-Durbin快速递推算法 -Method using the signal from the associated mean square prediction error s for the smallest prediction coefficient algorithm Levinson-Durbin recursive algorithm for fast
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-08
    • 文件大小:1136
    • 提供者:小心
  1. migongqiujie

    0下载:
  2. 可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出-You can enter a maze of any size data obtained with a non-recursive way out of the labyrinth path and output path
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:73947
    • 提供者:罗峰
  1. turbo_sys_demo

    0下载:
  2. This scr ipt simulates the classical turbo encoding-decoding system. It simulates parallel concatenated convolutional codes. Two component rate 1/2 RSC (Recursive Systematic Convolutional) component encoders are assumed. First encoder is t
  3. 所属分类:3G develop

    • 发布日期:2017-03-26
    • 文件大小:2414
    • 提供者:yk
  1. ReBEL-0.2.7

    1下载:
  2. ReBEL is a Matlab® toolkit of functions and scr ipts, designed to facilitate sequential Bayesian inference (estimation) in general state space models. This software consolidates research on new methods for recursive Bayesian estimation and Kalman
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1703523
    • 提供者:hoanglaota
  1. suanfashiyanbaogao

    0下载:
  2. 算法设计实验报告 递归与分治 和贪心算法-Recursive algorithm design lab report and the greedy algorithm with sub-rule
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:40835
    • 提供者: 周悟
  1. tree

    0下载:
  2. 递归方法从数据库读取分类数据生成树型目录的类-Recursive method to generate disaggregated data read from the database directory tree of the class
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:833
    • 提供者:apoo
  1. majority

    0下载:
  2. 从给定的一组数组中,寻找当前数组中的多数元素,其中多数元素的定义为其在数组中的个数大于其数组元素个数的一半,该算法采用递归的方式,求得其多数元素的候选值,然后进行验证,最终求得结果-A group from a given array to find the majority of the current array element for most of the elements in the array defines the number of greater than half the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:4598
    • 提供者:feng
  1. hanio

    0下载:
  2. 用递归写的控制台的汉诺塔程序,可以通过输入盘子数来观看移动过程!-Written in the console with the Tower of Hanoi recursive procedure, you can enter the plate number to see the move!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:37843
    • 提供者:LfnhVjs
  1. playMax

    0下载:
  2. 用回溯法和递归调用的思想实现了多边形游戏算法,用codeblocks开发。输入多边形的N个定点的数值和N条边的运算符,可计算任意断开一条边后计算所得的最大值。-Backtracking and recursive calls with the idea to achieve a polygon game algorithm, using codeblocks development. Input polygon fixed values ​ ​ of N and N edge
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7757
    • 提供者:pu
  1. BiTree

    0下载:
  2. 1.构建二叉树 2.编写递归算法,交换二叉树的左右子树; 3.输出按先序遍历得到的新二叉树结果。 -1 build a binary tree 2 write a recursive algorithm, exchange the left and right binary subtree 3 preorder traversal of the output obtained by a new binary tree results.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:419834
    • 提供者:修菁敏
  1. algorithm-code

    0下载:
  2. 算法经典问题数字三角,删数问题等用vc++实现,自己写的。-Classic problem of digital algorithms triangle using vc++ recursive, write by myself.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:168537
    • 提供者:王乐
  1. mc-problem

    0下载:
  2. N个传教士和野人的渡河问题,采用递归算法-Missionaries and the savages of N crossing problem, using a recursive algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1133
    • 提供者:王彦浩
  1. grammarAnalysis

    0下载:
  2. 编译原理,C语言,利用递归下降法进行表达式分析。实现了普通加减乘除表达式的分析。-Compiling principle, the C language, using a recursive descent method for expression analysis. Realize the common add, subtract, multiply and divide expression analysis.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1311
    • 提供者:SAM
  1. 语义分析程序

    0下载:
  2. 题目:语义分析程序 要求:采用递归下降语法制导翻译法,对算术表达式,赋值语句进行语义分析并生成四元式序列. ,Title: Semantic Analysis of procedural requirements: the use of recursive descent grammar-translation method guidance for arithmetic expressions, assignment statements and generate semantic ana
  3. 所属分类:报告论文

    • 发布日期:2017-03-22
    • 文件大小:148941
    • 提供者:xieli123
  1. sangehuibian.rar

    1下载:
  2. C_minus语言词法分析器的设计 递归下降分析器的设计 算符优先分析法分析器的设计 三个实验包括实验报告,C_minus language lexical analyzer design recursive descent parser design analysis operator priority analyzer design three experiments including the experiment report
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-09
    • 文件大小:380384
    • 提供者:秋恬颂
  1. compile2.rar

    0下载:
  2. 编译原理 语法分析程序设计 [实验目的]: 1.了解语法分析的主要任务。 2.熟悉编译程序的编制。 [实验内容]:根据某文法,构造一基本递归下降语法分析程序。给出分析过程中所用的产生式序列。 全部源码,Compilation Principle parsing program design [experimental purposes]: 1. To understand the main task of parsing. 2. Familiar with the procedure
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:38276
    • 提供者:稻草人
  1. rls.rar

    0下载:
  2. 自适应递推最小二乘RLS算法,用matlab的m文件,Adaptive recursive least squares RLS algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:637
    • 提供者:wing
  1. RLS.rar

    7下载:
  2. 递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用,Recursive least squares method c language program, we can try, in very useful in the automatic control
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1376
    • 提供者:liuxin
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com