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

搜索资源列表

  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9896
    • 提供者:
  1. GaussNewton

    1下载:
  2. IIR实现自适应滤波,运用高斯-牛顿算法实现了真正的价值的数据。-IIR adaptive filters,Implements the Gauss-Newton algorithm for REAL valued data.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1601
    • 提供者:luochao
  1. nonlinear_equations_solve

    1下载:
  2. 包括各种非线性方程的MATLAB求解算法,如拟牛顿法,数值延拓法,高斯牛顿法-Include a variety of nonlinear equations MATLAB algorithm, such as the quasi-Newton method, numerical continuation method, Gauss-Newton method
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-01
    • 文件大小:11247
    • 提供者:付和平
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. jiefangchengzhu

    0下载:
  2. 非线性最小二乘问题的修正高斯牛顿法;求解5元以下(含5元)的非线性(或线性)方程组-solve equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3980
    • 提供者:sunguangbin
  1. math

    0下载:
  2. 高斯 牛顿 雅克比 三个人的方法解方程 源代码完整 可编译-Gauss-Newton Jacobian method to solve the equations of the three individuals complete source code can be compiled
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:634700
    • 提供者:kyo
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:14089
    • 提供者:liuming
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消去法是求解线性方程组的基础的重要方法,也是计算机上常用的解低阶稠密矩阵方程组的有效方法。,高斯消去法或称高斯-约当消去法,由高斯和约当得名(很多人将高斯消去作为完整的高斯-约当消去的前半部分),它是线性代数中的一个算法,用于决定线性方程组的解,决定矩阵的秩,以及决定可逆方矩阵的逆。当用于一个矩阵时,高斯消去产生“行消去梯形形式”。-Gaussian elimination is the basis for solving linear equations important way, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7617
    • 提供者:天云
  1. gaussseidel-jacboi

    0下载:
  2. 关于高斯塞德尔和雅可比矩阵以及牛顿拉佛逊法的详细例子,主要是采用matlb中的语言编写的-Sise and Bender on the high Jacobian matrix and the Newton Raphson method Laffer detailed examples, mainly used in languages matlb
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1721
    • 提供者:ben
  1. nonlinear-equation

    1下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. guassnewton

    0下载:
  2. 求解无约束问题最优化问题的基础方法之一:高斯牛顿法-Gauss-Newton methon
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:653
    • 提供者:hmy
  1. shuzhijifen

    1下载:
  2. 包含用辛普森系列公式求积分 用牛顿-科茨系列公式求积分 用高斯公式求积分 用高斯拉道公式求积分等等 -Formula contains the points with the Simpson family of Newton- Cotes quadrature formula of the Gaussian series of quadrature formulas of high Tesla Road, quadrature formulas, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:9710
    • 提供者:李倩
  1. Numerical-Analysis-5

    1下载:
  2. 这里面是数值分析作业的VB程序数值分析程序 线性方程 雅可比 高斯 迭代 二次及高次 线性微分方程 列主元及行主元高斯消元法 LU分解 插值法-This operation which is the numerical analysis numerical analysis program VB program Gaussian iterative linear Fangcheng Ya secondary and higher than linear differential column a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:56078
    • 提供者:耿伟
  1. data-process

    0下载:
  2. 高斯 牛顿 拟合算法 高斯 牛顿 拟合算法-gauss newton
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1552
    • 提供者:shenyang
  1. 002

    0下载:
  2. 对神经网络在故障诊断中的应用进行了探讨,针对潜油电泵机组故障的多态性 和多层次性,结合振动数据的轴向频域特征,建立了基于高斯-牛顿法的 BP 神经网络, 通过对其训练和学习,实现了三种常见故障的有效诊断。-The neural network fault diagnosis in the paper discusses the application, esp for fault the polymorphism of unit And more layered, combined
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1338455
    • 提供者:杨光乔
  1. ContentServer3

    0下载:
  2. 基于非线性最小二乘法的工程应用,运用高斯牛顿迭代法-Based on the nonlinear least squares method in engineering applications, by Gauss Newton iteration method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:315643
    • 提供者:john
  1. predict-USAs-popultion-in-2020

    1下载:
  2. 根据已知数据 运用三次样条插值法 有理数插值法 拉格朗日插值法 高斯牛顿法 拟合预测2020年美国人口 -According to the known data using cubic spline interpolation rational interpolation Lagrange interpolation Gauss-Newton fitting to predict the U.S. population in 2020
  3. 所属分类:Algorithm

    • 发布日期:2016-01-21
    • 文件大小:2048
    • 提供者:许双璐
  1. Nonlinear-adjustment

    0下载:
  2. 基于非线性平差模型的坐标转换公式,改进的高斯-牛顿法,包含一片论文-Nonlinear Adjustment Model-based coordinate conversion formula, improved Gauss- Newton method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:5728259
    • 提供者:wang
  1. 数值分析方法

    0下载:
  2. 数值分析程序,包括4阶龙格库塔,牛顿迭代法, 高斯赛德尔迭代法(Numerical analysis program, including 4 order Runge Kutta, Newton iterative method, Gauss Seidel iterative method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:Lethcobs
« 12 3 4 5 6 »
搜珍网 www.dssz.com