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

搜索资源列表

  1. RLS

    0下载:
  2. 系统辨识,最小二乘递推算法,可以在线辨识,实时进行参数辨识-System Identification,Recursive Least Squares Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1215
    • 提供者:赤城小子
  1. yufafenxi

    0下载:
  2. 利用递归下降分析程序实现对语法的分析,并输出语法树-Recursive descent parser used to achieve the analysis of grammar and syntax tree output
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1585
    • 提供者:xuchang
  1. Recurrent-T-S-FNN

    0下载:
  2. 递归T-S模糊神经网络学习算法,用遗传算法优化参数-Recursive TS fuzzy neural network learning algorithm, using genetic algorithm parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2294
    • 提供者:
  1. 递归下降分析(大作业)

    0下载:
  2. 递归下降词法分析,很不错的一个词法分析器-recursive drop lexical analysis, a very good lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:47720
    • 提供者:an
  1. totalarrange-recursion-backtracking

    0下载:
  2. 在排列树上递归回溯搜索全排列问题的全部解-Recursive backtracking search tree in the arrangement of the whole array of all solutions of the problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:178394
    • 提供者:jory
  1. 20064350132

    1下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:488522
    • 提供者:aden
  1. Taylor_Algorithm

    2下载:
  2. 泰勒级数展开算法是需要初始估计位置的递归算法,在每一次的递归中通过求解TDOA测量误差的局部最小二乘来改进估计的位置。 本程序基于MATLAB,对泰勒级数展开算法进行了仿真。初始位置的选取很重要,建议和其他简单的算法进行协同,对信号源位置进行定位。 希望对研究信号源定位的同志有所帮助。-Taylor series expansion algorithm is the need to estimate the location of the initial recursive algorithm,
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5387
    • 提供者:张威
  1. Department

    0下载:
  2. WPf 数据集合绑定实例和Treeview递归算法建树的实例-WPf collection of data binding examples and examples of achievements Treeview Recursive Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3647249
    • 提供者:杨文锋
  1. 2010quicksort

    0下载:
  2. c++用栈代替递归实现的快速排序,快速排序是一种比较节约时间的排序,一般用递归的方法实现,用栈虽然占用空间比递归大,但不要像递归一样把大多的时间浪费在递归的过程中,特别是对数字比较多的排序更有效-Recursive stack instead of using quick sort, quick sort is a kind of sorting to save time, usually with a recursive method to achieve, although the use
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:30374
    • 提供者:郑湾州
  1. datastructure

    1下载:
  2. 数据结构二叉树实验报告,包括 (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure, experimental report, including (1) Create a binary tree (2) recursive algorithm for preorder trav
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:24564
    • 提供者:lqs010203
  1. bcbxml

    0下载:
  2. bcb中通过递归方式将xml导入到树形列表(Treeview)中-bcb way through recursive xml tree into a list (Treeview) Medium
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:427757
    • 提供者:傅小春
  1. 20054674552

    0下载:
  2. 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:29038
    • 提供者:xieli123
  1. guangyibiaofanxu

    3下载:
  2. 广义表的反序 逆置广义表的递归模型如下: F(LS) = null              若 LS 为空 F(LS) = LS              若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) )  若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) )  若 LS->tag=1
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:221538
    • 提供者:martinwok
  1. fft

    0下载:
  2. fft蝶形算法,用c++编写,采用递归的方法,倒位序的排序采用的是后排序-fft butterfly algorithm, using c++ prepared using recursive method, inversion of the sort sequence is used after sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6616
    • 提供者:xin
  1. tsp

    0下载:
  2. 用递归法解决最短周游路径问题的java实现-Travel by the shortest path of the recursive method to solve the problem of the java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:201220
    • 提供者:luoyu
  1. recursion

    0下载:
  2. delphi中如何用递归调用方式生成树形结构,树的级别不定;生成方法:首先声明树的结点,自定义树的结点内容,写一个递归函数,在窗体的显示事件里调用递归函数,实现树形结构的生成。-how in delphi to use the recursion transfer way production tree structure, tree s rank not to decide Production method: First stated that tree s point, from the
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:1628
    • 提供者:baige
  1. 遍历二叉树的3个递归算法

    1下载:
  2. 此程序给出了遍历二叉树的三个递归算法,并且利用了先序扩展序列建立二叉树,对于数据结构学习者有很大帮助-this procedure is a traversal of a binary tree three recursive algorithm, and use the first sequence extended sequence to establish a binary tree, the data structure for a great help learners
  3. 所属分类:界面编程

    • 发布日期:2012-12-24
    • 文件大小:16571
    • 提供者:赵麟
  1. tree

    0下载:
  2. c++下一个简单的多叉树实现: 利用迭代器方便地构建树, 可以递归输出,前序,后序。 利用栈实现输出。 销毁树只能后序遍历-c++ under a simple multi-tree implementation: the use of easy to build a tree iterator can be recursive output, pre-order after order. Use the stack to achieve the output. Only aft
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:761689
    • 提供者:张彭
  1. levinsonf

    0下载:
  2. 信号为两个正弦信号加高斯白噪声,用levinson递推法进行功率谱估计。-Signal for two sinusoidal signal plus Gaussian white noise, with levinson recursive power spectrum estimation method.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:892
    • 提供者:王健
  1. wavelet

    1下载:
  2. 利用递归迭代法构造多小波基的matlab源码及实现多小波分解2-D图像-Recursive iterative method to construct multi-wavelet basis matlab source code and to achieve more than 2-D image wavelet decomposition
  3. 所属分类:Wavelet

    • 发布日期:2017-03-26
    • 文件大小:1324
    • 提供者:zhang
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com