CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 最小二乘法实现

搜索资源列表

  1. Algorithmforcoldjunctoncompensatnandnonlineritycor

    1下载:
  2. 热电偶冷端自动补偿和非线性校正的算法研究,介绍了应用2元4次最小二乘法实现热电偶热电动势-温度的自动转换。-automatic thermocouple cold junction compensation and nonlinear correction algorithm, Application of two yuan 4th thermocouple least squares method to achieve thermal emf-temperature automatic con
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:161067
    • 提供者:姜小龙
  1. Cylinder

    3下载:
  2. 一个拟合圆柱的小程序,VC++编写。使用最小二乘法实现。-A small cylindrical fitting procedure, VC++ to write. Using the least squares method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:7932
    • 提供者:peter
  1. Leastsquaremethod

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

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

    1下载:
  2. 最小二乘法是修正误差曲线的算法,本例程实现算法并显示k线修正值只用于后来来者学习使用-Least square method is to amend the error curve algorithm, the routine algorithm and display the correct value of k line only to learn for later use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:272043
    • 提供者:shijinchao
  1. TwoMul

    0下载:
  2. 本程序代码主要实现用最小二乘法实现曲线的拟合-The main achievement of the program code using least squares curve fitting method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1232
    • 提供者:明子
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. zuixiaoercheng

    0下载:
  2. 最小二乘法,可以实现虚拟现实曲面的的拟合,在测绘和地形分析中应用广泛-zuixiaoercheng
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:9474
    • 提供者:杨超
  1. LSM

    0下载:
  2. 递推最小二乘法估计的实现方法,很简单,有需要的就下吧-Recursive least squares estimation method is very simple, there is a need for it on the next
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:265990
    • 提供者:sada
  1. LeastSquare

    0下载:
  2. VC实现的最小二乘法拟合源程序。可以供大家参考学习用。-VC of the least square method to achieve source. Learning can be used for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:119811
    • 提供者:liuweimin
  1. Least-squaresmethod

    0下载:
  2. 基于最小二乘法的冗余信息数据融合算法实现-Least-squares method based on redundant information and data fusion algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:359412
    • 提供者:wuti
  1. DOSlspoly

    0下载:
  2. 在MATLAB环境中实现最小二乘法和有理分式插值法的程序-lspoly and DOS method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:614
    • 提供者:anthony
  1. parabola

    0下载:
  2. 用C++实现的最小二乘法拟合抛物线算法。-Using C++ implementation parabolic least squares fitting algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3185969
    • 提供者:王晓栋
  1. VBzuixiaoerchengfanihe

    0下载:
  2. 实现最小二乘法的VB程序,本程序准确性有待大家验证-zuixiaoerchengfanihe VB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1508
    • 提供者:wxd
  1. LSMClass

    0下载:
  2. 改进的最小二乘法实现代码,提高了收敛速度。希望对你有用!-The least squares method to improve the code, improve the convergence speed. Hope useful for you!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:6020
    • 提供者:jack
  1. No03

    0下载:
  2. 数值计算,用最小二乘法实现线性拟合,指数拟合,三次拟合并会绘制图线,计算相应的误差值-Numerical calculation, with the least squares method of linear fitting, exponential fitting, three draws graph lines to be combined to calculate the corresponding error
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:72525
    • 提供者:李依凡
  1. C-P-P-least-squarefitting

    0下载:
  2. C++的最小二乘法实现曲线拟合,改后缀名为cpp即可-C++ least-square realize curve fitting, change the suffix as CPP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7316
    • 提供者:邵强
  1. several-important-vb-least-squares

    2下载:
  2. 最小二乘法 实现曲线拟合,然后用c++画出曲线图像-Least squares and curve fitting, and then draw the curve with c++ images
  3. 所属分类:Algorithm

    • 发布日期:2015-07-22
    • 文件大小:3827712
    • 提供者:徐华伟
  1. quxiannihe

    0下载:
  2. 已知n个圆上的测量点,用最小二乘法实现曲线拟合圆的功能,c++语言,vc++工具实现-Achieved with the least-squares curve fitting function of the circle
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:267011
    • 提供者:yin
  1. 10ns-Accurate-timing

    0下载:
  2. 基于最小二乘法实现精确到采样点间的准确定时,性能远远高于双程测距方法实现的测距与定时。仿真表明此方法对于抗噪声和频偏具有很好的作用。这是源代码,用matlab编写,项目要求实现10ns的精度实际中我们实现了3ns以内的精度。-Based on least square method to achieve precise sampling points of accurate timing between, performance is much higher than the round tri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:144830
    • 提供者:lmy
  1. 基于matlab AR模型的最小二乘法实现

    2下载:
  2. 基于matlab AR模型的最小二乘法实现参数辨识,加上Word配合理解,相信你理解的会更快的。(Matlab AR model based on the least squares method to achieve parameter identification, coupled with Word understanding, I believe you will understand faster.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-15
    • 文件大小:7168
    • 提供者:`yangliulang
« 12 3 4 5 6 »
搜珍网 www.dssz.com