搜索资源列表

  1. 二次曲线拟合---最小二乘法

    1下载:
  2. 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-09-12
    • 文件大小:752
    • 提供者:yh4685668
  1. 最小二乘曲线拟合

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

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:齐晶
  1. 最小二乘法直线拟合

    0下载:
  2. 基于最小二乘原理的直线拟合程序-based on the principle of linear least squares fitting procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:李文
  1. 最小二乘法曲线拟合

    1下载:
  2. 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:李文
  1. 实验7-线形拟合

    0下载:
  2. 1、掌握MATLAB优化工具箱的基本用法,对不同算法进行初步分析、比较。 2、练习实际问题的非线性最小二乘拟合。-1.Understand the basic usage of Matlab optimization tool box. Analize and Compare different algorithms. 2. Practise nonliear minimum second order fitting using pra
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:72704
    • 提供者:葛林
  1. 最小二乘法直线拟合 用VC实现的

    1下载:
  2. 一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:wrm
  1. svdfit

    0下载:
  2. 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:游江
  1. circle_fitting

    0下载:
  2. 能够实现对圆周候选点进行最小二乘拟合,得到拟合圆的圆心坐标及其半径-circumference can be achieved right candidate points least squares fitting, be fitting circle's center coordinates and radius
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-11
    • 文件大小:156672
    • 提供者:李巧枝
  1. anglcau

    0下载:
  2. 在点云处理中,我们通常需要知道两个面的夹角,这个小程序通过最小二乘拟合。求的两个面的夹角,供参考。-in point cloud processing, we often need to know the angle between two faces, the small least-squares fitting procedure. For the angle between the two face for reference.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:刘恒
  1. 3467485rj

    0下载:
  2. 最小二乘拟合:用C#语言写成的最小二乘法拟合而成的-least squares fitting : C# language of the least squares fit into the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:22528
    • 提供者:小宇
  1. bianliangshuju

    0下载:
  2. 回报pudn的程序,毕业论文,实时数据的最小二乘拟合,界面设计,VC程序,有完整的注释。-Return pudn procedures, thesis, real-time data of the least-squares fitting, interface design, VC procedures have complete notes.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-11
    • 文件大小:3947520
    • 提供者:
  1. calypoly

    0下载:
  2. 可以完成2-20次的最小二乘拟合运算,精度与MATLAB做过对比,满足一般工业运算需求-2-20 times to complete the least-squares fitting calculations, the accuracy compared with the MATLAB done to meet the demand for general industrial operations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:t cobra
  1. orthrecurs

    0下载:
  2. 用递推法产生正交多项式系,即求alpha[j+1]、beta[j] 入口参数:m是数据点数,n是拟合的最高阶数, float x[],float y[]是对应纵横坐标,出口参数:a[] 是最小二乘拟合参数,alpha[]、beta[]是递推系数-With recursive orthogonal polynomials law department, that is seeking alpha [j+ 1], beta [j] the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:刘炳
  1. zuixiaoerchengnihepdf

    0下载:
  2. 最小二乘拟合pdf,数学原理介绍以及应用,不错的文章-Least-squares fitting pdf, introduction and application of mathematical principles, a good article
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:209920
    • 提供者:hanjiandong
  1. ls.mom.estimation

    0下载:
  2. 给定数的最小二乘拟合以及在给定两组数据下用矩法估计以及用拟和估计得对比-Given the number of least-squares fitting, as well as the two groups in a given data is estimated using moment method and estimated to be as well as a contrast
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:46080
    • 提供者:tiger
  1. 最小二乘拟合,kf

    0下载:
  2. 包括两个简单卡尔曼滤波例子和一个最小二乘法例程(Filtering and least squares)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:我是李
  1. 最小二乘法曲线拟合

    0下载:
  2. 最小二乘拟合曲线,知道离散点后可以更好的获得其对于曲线的拟合(Least square fitting curve)
  3. 所属分类:绘图程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:caoshuai
  1. 多项式最小二乘拟合与龙贝格积分法

    0下载:
  2. 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:xhtleige
  1. 最小二乘拟合的两种求参方法

    0下载:
  2. 最小二乘拟合曲线;系统建模与辨识课程中所用到的两个最基础的程序(Least squares fitting curve,The two most basic programs used in the system modeling and identification course)
  3. 所属分类:仿真建模

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:acaser
  1. 最小二乘法拟合程序

    0下载:
  2. 最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:石洪源
« 12 3 4 5 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org