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

搜索资源列表

  1. RELS

    0下载:
  2. 基于matlab的RELSK增广最小二乘算法辨识程序-Matlab-based algorithm for identification RELSK extended least squares program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:926
    • 提供者:杨波
  1. pianchabuchang

    0下载:
  2. 基于matlab 偏差补偿最小二乘的递推算法-Matlab error compensation based on the recursive least squares algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1018
    • 提供者:yangbo
  1. Robon

    0下载:
  2. 鲁棒最小二乘选矿流程数据校正方法Robust least squares mineral processing data reconciliation-Robust least squares mineral processing data reconciliation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:312475
    • 提供者:cat
  1. fubian

    0下载:
  2. 这一程序主要分析了辅助变量最小二乘法,运用地推算法。-This program analyzes the least squares method of auxiliary variables, the use of ground projection method.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:873
    • 提供者:侯宁
  1. duoji

    0下载:
  2. 此程序是基于多级最小二乘法,运用递推算法。-This procedure is based on the multi-stage least squares method, the use of recursive algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:956
    • 提供者:侯宁
  1. xiamding

    0下载:
  2. 此程序是基于自适应限定记忆最小二乘法,运用递推算法。-This program is limited to memory based on adaptive least squares method, the use of recursive algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:892
    • 提供者:侯宁
  1. Knight

    0下载:
  2. 1.实验目的:通过实验理解算法的概念、算法的表示、算法的时间复杂度和空间复杂度分析;运用熟悉的编程工具对骑士周游列国问题进行求解,初步学会分析算法的时间复杂度和空间复杂度; 2.在一张国际象棋棋盘上(8*8方格),骑士(knight,马)位于任意一个位置。问如何才能让骑士不重不漏的经过棋盘上的每个格?本问题中已知骑士位置(m,n),其中0=<m,n<=8,要求给出骑士行走路径,路径可用8*8矩阵输出,其中值表示骑士到达此位置行走的步数(初始为1) -1. Experimen
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:717
    • 提供者:fangjuan
  1. circuit

    0下载:
  2. 基于最小二乘曲线拟合的信号调理电路误差补偿方法-Curve fitting based on least squares error compensation signal conditioning circuit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:665762
    • 提供者:jing200
  1. LeastSquare

    0下载:
  2. 最小二乘法的简单应用,以及算法实现,作为参考。-Simple application of least squares, and the algorithm, as a reference.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:641
    • 提供者:伟人
  1. LeastSquare

    0下载:
  2. 一次完成最小二乘算法小程序,在单输入单输出线性系统辨识中的应用。-Least squares algorithm applet one time, in the single-input single-output linear system identification applications.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1091
    • 提供者:伟人
  1. Numerical-analysis

    0下载:
  2. 数值的分析的各种算法 包括最小二乘 追赶法等 程序内有详细注释 并且已经通过测试-Numerical analysis of the various algorithms including the least squares procedure law catching up with detailed notes and have been tested
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:40218
    • 提供者:李楠
  1. Least-squares-applications

    0下载:
  2. 物理实验时最小二乘法处理数据及A类误差计算用小程序-Treatment of physical experiment data and least square error calculation Class A program with a small
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:907112
    • 提供者:zhaoxin
  1. zuixiaoercheng

    0下载:
  2. 利用最小二乘原理建立了趋势项的一般模型,并利用MATLAB软件强大的矩阵计算功能,对一个含有非线性趋势项的周期信号进行了趋势项消除,并得到了预期效果。-Using the least squares principle to establish a trend term, the general model and the use of MATLAB software is powerful matrix calculation function, for a linear trend term
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:212361
    • 提供者:杨攀
  1. NewK-means-clustering-algorithm

    0下载:
  2. 珍藏版,可实现,新K均值聚类算法,分为如下几个步骤: 一、初始化聚类中心 1、根据具体问题,凭经验从样本集中选出C个比较合适的样本作为初始聚类中心。 2、用前C个样本作为初始聚类中心。 3、将全部样本随机地分成C类,计算每类的样本均值,将样本均值作为初始聚类中心。 二、初始聚类 1、按就近原则将样本归入各聚类中心所代表的类中。 2、取一样本,将其归入与其最近的聚类中心的那一类中,重新计算样本均值,更新聚类中心。然后取下一样本,
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:753
    • 提供者:姜亮
  1. heliostat-calibration

    0下载:
  2. 在塔式太阳能发电系统中,实现了定日镜的最小二乘法校正功能。-Solar power system in the tower to achieve a least-squares method heliostat correction.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6903
    • 提供者:张半
  1. Osto

    0下载:
  2. 最大类间方差法又称otus方法,是日本学者大津展之在最小二乘法原理基础上提出来的,其本质是一种阐值分割方法。 -Otsu method, also known as otus method, Otsu, Japan scholars in the development of the least squares method based on the principle put forward by its very nature is a kind of illustrates the v
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1244
    • 提供者:郭勇
  1. ls-svm1

    0下载:
  2. 用于matlab7.1中神经网络工具箱的最小二乘支持向量机程序。-Neural network toolbox for matlab7.1 least squares support vector machine procedure.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:13331
    • 提供者:李莫言
  1. MinLM1

    0下载:
  2. 非线性最小二乘优化问题 非线性最小二乘优化问题的程序,欢迎各位下载-Nonlinear least squares optimization problem of nonlinear least square optimization procedure, to welcome you to download
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1274
    • 提供者:zdx
  1. 9

    0下载:
  2. 《精通MTLAB最优化计算》第9章 非线性最小二乘优化问题 源码-" The most proficient MTLAB Optimization" Chapter 9 source nonlinear least squares optimization problem
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1315
    • 提供者:MYB
  1. my_LS

    0下载:
  2. 最小二乘辨识系统模型参数的算法,可以用于辨识离散模型的参数-Least squares algorithm for model parameter identification system can be used to identify the parameters of the discrete model
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:659
    • 提供者:金鑫
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 50 »
搜珍网 www.dssz.com