CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - recursion

搜索资源列表

  1. RSNA

    0下载:
  2. 待辨识对象参数a=[1 -1.5 0.7] b=[1 0.5] 输入采用长度L=400的白噪声序列,输出 ,输入和输出数据均含不相关随机噪声,ρ(k)=1/k。利用上述递推公式,辨识系统参数。-To identify the object parameters a = [1-1.5 0.7] B = [1 0.5] Input the length L = 400 white noise sequence, the output, the input and output data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:858
    • 提供者:张鹏
  1. RELS

    1下载:
  2. 增广最小二乘的递推算法对应的噪声模型为滑动平均噪声,扩充了参数向量和数据向量H(k)的维数,把噪声模型的辨识同时考虑进去。最小二乘法只能获得过程模型的参数估计,而增广最小二乘法同时又能获得噪声模型的参数估计,若噪声模型为平均滑动模型,,则只能用RELS算法才能获得无偏估计。当数据长度较大时,辨识精度低于极大似然法。-Augmented least squares of recursion algorithm corresponding noise model for moving average
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:832
    • 提供者:张鹏
  1. RFF

    0下载:
  2. 辨识模型与遗忘因子法所用模型相同,其中, 0 ≤μ≤1为遗忘因子, 此处取0.98。 数据长度L=402。一次算法和递推算法结果基本一致,但递推算法可以实现在线实时辨识,而且可以减少计算量和存储量。-Identification model and forgetting factor method used the same model, among them, 0 or less or less 1 μ for forgetting factor, here take 0.98. Data l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:829
    • 提供者:张鹏
  1. Determinant-calculation

    0下载:
  2. 关于行列式计算的C源代码,用的是行列式展开法,用到了递归,很完善,值得参考-Determinant calculation of C source code, with determinant expansion method, use recursion, it is perfect, it is worth Reference
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:701
    • 提供者:章台
  1. FagInterfaz

    0下载:
  2. Full Avaiabiliti Group Network Kaufmann Roberts Recursion calculator
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:10520913
    • 提供者:sol
  1. Linear-Prediction

    0下载:
  2. Linear Prediction using Levinson Durbin Recursion and Lattice Filters
  3. 所属分类:matlab例程

    • 发布日期:2014-03-07
    • 文件大小:3620
    • 提供者:charon25
  1. maze

    0下载:
  2. 建立一个迷宫,并用递归算法找出一条走出迷宫的路线。-Build a maze and find a way out with recursion method.
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:14676
    • 提供者:王伟峰
  1. Fibonacci-series

    0下载:
  2. 斐波那契数列 递归调用,主要用于了解递归用法-The Fibonacci series recursive calls, mainly used to understand recursion usage
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:748
    • 提供者:august
  1. Nqueen

    0下载:
  2. 给出了用三种方法实现的N皇后,包括循环、递归、位运算等,方便初学者进行研究学习。-Three ways to achieve the N-Queens, including loops, recursion, bit operation, easy for beginners to study learning.
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:241766
    • 提供者:子木
  1. kuai_suan_24

    0下载:
  2. 小时候玩过的加减乘除快算24游戏。这里的算法不是用的正统的递归或穷尽。 -The child played the addition and subtraction multiplication and division as fast as count 24 games. Here algorithm is not used in orthodox recursion or exhaustive.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:56243
    • 提供者:aynes
  1. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to so
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:3720
    • 提供者:
  1. introduction-of-adp

    0下载:
  2. 自适应动态规划介绍。一种求解动态规划方法HJB方程的自学习控制算法,称其为自适应动态规划算法。所提的算法可以用来解决未知离散时间非线性系统的最优控制问题,同时给出了该控制算法的收敛性证明。算法的实现用到了三个神经网络,在递推的每一步分别用来近似性能指标函数、最优控制律和未知非线性系统。-Adaptive Dynamic Programming introduction. Dynamic programming method for solving the HJB equation self-le
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:973239
    • 提供者:chenyi
  1. calcu

    0下载:
  2. 一个使用递归算法和堆栈结构实现的计算器。将中缀表达式转化为后缀表达式后再使用递归和堆栈实现。-A stack structure using a recursive algorithm and implementation of the calculator. The infix expression into postfix expression before using recursion and stack implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:张旭
  1. maxfieldsum

    0下载:
  2. 用分治法解决最大子段和问题,利用了递归和合并,使问题能够简易求解-Solve the problem with the largest sub-segment and divide and conquer method, the use of recursion and merge so that the problem can be solved simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:148130
    • 提供者:wen
  1. algorithm

    0下载:
  2. 关于常用的几种算法介绍1、单源最短路径;2、递归与分治;3、贪心算法;4、动态规划;5、回溯法;6、分支限界法-On several commonly used algorithm introduced a single-source shortest path 2, recursion and divide and conquer 3, the greedy algorithm 4, dynamic programming 5, backtracking 6, branch and
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11165880
    • 提供者:jiang
  1. Maze

    0下载:
  2. 使用递归方法与非递归方法求解迷宫问题。内容涉及递归的消去、属于数据与算法课程。-Use recursive and non-recursive method for solving approach maze. Covering recursion elimination, part of the data and algorithms course.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4981
    • 提供者:xuebao1942
  1. chapter-2

    0下载:
  2. 算法设计与分析的 第2章 递归与分治策略.pdf-Design and Analysis of Algorithms Chapter 2 Recursion and divide and conquer strategy. Pdf
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:495910
    • 提供者:kalley
  1. Tower-of-Hanoi

    0下载:
  2. 该文件包括了非递归、换位递归、汉诺塔、汉诺塔2、汉诺塔画图版、四塔、四塔2这7个c源文件-The document includes a non-recursive, transposition recursion, Tower of Hanoi, Hanoi Tower 2, Tower of Hanoi drawing version, four towers, four towers 2 7 c source files
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4176
    • 提供者:黄志军
  1. Recursive

    0下载:
  2. 数据结构中各种递归利用的小例子,方便我们理解递归。-Data structure of recursive use small example, convenient we understand recursion.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:265128
    • 提供者:liqian
  1. diguishixianzhuanzhi

    0下载:
  2. 通过递归实现数组的转置操作。纯手工代码适合vs2013-Transpose operation achieved through an array of recursion. Handmade code for vs2013
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:655067
    • 提供者:金赛
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com