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

搜索资源列表

  1. 最小二乘曲线拟合

    1下载:
  2. 用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3603
    • 提供者:齐晶
  1. 最小二乘的c++计算

    0下载:
  2. 最小二乘在工程中运用广泛,此c++程序能快速给出高精度的结果。
  3. 所属分类:数学计算/工程计算

  1. Matrix_Leastsquare.rar

    0下载:
  2. C#编写,包括两个类:矩阵运算,根据布尔莎模型通过最小二乘法计算七参数,C# Prepared, including two categories: matrix operations, according to Bursa model through the least squares method to calculate the seven parameters
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3655
    • 提供者:watson
  1. smooth.rar

    2下载:
  2. 最小二乘法曲线拟合算法,简单清晰,可以实际应用,smallest 2 smooth ,visual c++,simple,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-12-31
    • 文件大小:1340
    • 提供者:jack
  1. RLS.rar

    7下载:
  2. 递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用,Recursive least squares method c language program, we can try, in very useful in the automatic control
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1376
    • 提供者:liuxin
  1. Leastsquaremethod

    0下载:
  2. 基于非等距节点的正交多项式的最小二乘法拟合算法之程序实现-Nodes based on non-isometric orthogonal polynomial least squares fitting algorithm of the program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1894
    • 提供者:侯汶杉
  1. zhixiannihe

    1下载:
  2. 内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3143
    • 提供者:lxq
  1. LineRegSource

    3下载:
  2. 二元线性回归算法 使用最小二乘法 C#语言编写-Linear Regression
  3. 所属分类:CSharp

    • 发布日期:2014-11-04
    • 文件大小:15360
    • 提供者:孙宋
  1. shuzhifenxi3

    0下载:
  2. 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:张涛
  1. least-square-fit

    0下载:
  2. 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1781
    • 提供者:唐荣
  1. L_s

    0下载:
  2. 拉格朗日差值与最小二乘法拟合,c语言实现-Lagrangian difference with the least square method, c language
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1871
    • 提供者:jcz
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. zuixiaoerchengfa

    0下载:
  2. 此程序时数值分析中的最小二乘法实验,步骤详细。-Numerical analysis of this program in the least-squares method experiment, the steps in detail.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:60512
    • 提供者:王瑞卿
  1. hpir

    0下载:
  2. 本程序用C++语言编写了最小二乘曲线拟合的程序,在VC2008环境中运行成功,并给出了一个实例。 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差-this is a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1923
    • 提供者:lthrwx
  1. C

    0下载:
  2. c语言例题程序,还有最小二乘法支持向量机的MATLAB调试测试运行-Example programs c language, as well as least squares support vector machines to run MATLAB Debugging and Testing
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:41243
    • 提供者:小马
  1. Algorithm

    0下载:
  2. 基于C#的常用算法程序。 关键字:复数,积分,矩阵,线性方程组,非线性方程组,最小二乘法-C# Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:33907
    • 提供者:bufeng
  1. lsmatch

    0下载:
  2. 最小二乘影像匹配源代码,C++程序代码,希望可以帮到大家-Least Squares Matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:6504
    • 提供者:李晨光
  1. C#写的最小二乘法程序

    0下载:
  2. 实现了最小二乘算法的编写,初始解解算和迭代解算都能正常运行。(The preparation of least squares algorithm, the initial solution calculation and iterative solution can normal operation.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:53248
    • 提供者:jiaohexiaoxue3
  1. C++ 三维点云的圆柱面拟合

    3下载:
  2. 通过已有的点云数据或者三角网格数据最小二乘拟合圆柱面(Least square fitting cylinder by point cloud or tri-mesh)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:3210240
    • 提供者:cyyhm
  1. 坐标平面转换4参数

    3下载:
  2. C#Windows窗体应用程序 1、通过输入原始坐标系和目标坐标系两个公共点的坐标,就可以求解平面坐标系转换 四参数,并且可以通过四参数根据原始坐标系点坐标计算目标坐标系点坐标; 2、读取坐标数据文件,可以自己选择进行最小二乘平差参与计算的点的个数,然后计 算出平面坐标转换四参数,可以通过四参数根据原始坐标系点坐标计算目标坐标系 点坐标; (程序文件夹中含坐标样例数据文件:Coordinates_data.txt)(Adjustment of Fou
  3. 所属分类:Windows编程

    • 发布日期:2020-06-13
    • 文件大小:110592
    • 提供者:家国安康
« 12 3 4 5 »
搜珍网 www.dssz.com