CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Gauss-Newton

搜索资源列表

  1. Gauss-Newton-Orientation-Estimation

    0下载:
  2. HUMAN BODY TRACKING 的Lisp 程式碼檔案 -the Lisp code files
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5430
    • 提供者:賴育彬
  1. Gauss-Newton

    0下载:
  2. 贝页斯正则化的英文原版资料,又需要的话可以下载学习,里面没有源程序的,只有文字说明
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:410206
    • 提供者:yuyu
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:535
    • 提供者:李能
  1. test1

    0下载:
  2. 我自己写的高斯牛顿算法,已经通过了测试。有需要的朋友可以下载。-I wrote it myself Gauss-Newton algorithm, has passed the test. A friend in need can be downloaded.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:196389
    • 提供者:陈雪
  1. jisuanfangfa

    0下载:
  2. 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3785
    • 提供者:wu
  1. ProgramaInterpolacion

    0下载:
  2. Programa de algoritmos matematicos muestra los metodos de ecuaciones lineales,metodos de no ecuaciones lineales,Interpolacion y sumatorias como: Newton, biseccion, falsa posicion, punto fijo, secante, metodo de gauss, gauss seidel etc.-Programa de
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4850172
    • 提供者:NUBIA1
  1. matlab

    1下载:
  2. matlab的追赶法,追赶法是适用于三对角矩阵的线性方程组求解的方法,并不适用于其他类型矩阵,及matlab的gauss求解方程方法,牛顿插值法,拉格朗日插值法。-matlab chasing method chasing method is applicable to the tridiagonal matrix method for solving linear equations, does not apply to other types of matrix and matlab gau
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:2978
    • 提供者:
  1. Gauss

    0下载:
  2. 列组消元法解线性方程组,牛顿最速下山法解非线性方程组-Column group elimination method for solving linear equations, Newton' s steepest descent method for solving nonlinear equations
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1585
    • 提供者:mifeng
  1. Atken-Gauss-Newton

    0下载:
  2. 艾肯特插值,高斯插值和牛顿插值法的matlab代码。上述三种方法均用于数值插值。-Ai Kente interpolation, the matlab code of the the Gaussian interpolation and the Newton interpolation law. The the above-mentioned three methods are used for the numerical interpolation.
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:1551
    • 提供者:pengtao
  1. iterative-and-interpolation-method

    0下载:
  2. 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:269314
    • 提供者:cqgccc
  1. cSharpmatlabtaskcal

    0下载:
  2. 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:331563
    • 提供者:k
  1. lngl

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格-10 important algorithms C language source code: Lagrange, Newton interpolation, Gauss, Romberg ~~
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7438
    • 提供者:chenyuwuqi
  1. Ordinary-differential-equation

    0下载:
  2. 数学建模方法介绍以及MATLAB程序代码实现,高斯牛顿方法综述和其他解法步骤描述。-Mathematical modeling method is introduced, and MATLAB code implementation, review and other solution steps describe gauss-newton method.
  3. 所属分类:Other systems

    • 发布日期:2017-06-20
    • 文件大小:33419264
    • 提供者:李虎
  1. 数值分析上机C语言代码

    1下载:
  2. 龙贝格积分 高斯列主消元法 牛顿迭代 三次样条插值 龙格卡塔(Romberg integration Gauss principal elimination method Newton iteration three spline interpolation Runge Cartagena)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:95232
    • 提供者:咸咸甜甜
  1. 数值分析上机

    0下载:
  2. 高斯法,牛顿法,最小二乘法,二分法等实现数值分析计算。(The Gauss method, the Newton method, the least square method, the dichotomous method and so on are used to calculate the numerical analysis.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:4096
    • 提供者:松1111
搜珍网 www.dssz.com