搜索资源列表

  1. 最小二乘曲线拟合

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

    • 发布日期:2008-10-13
    • 文件大小:3603
    • 提供者:齐晶
  1. 最小二乘曲线拟合

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

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

    0下载:
  2. 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:鲁班
  1. 最小二乘法曲线拟合

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:李文
  1. NH

    0下载:
  2. Nh.for 最小二乘曲线拟合-Nh.for Least squares algorithm curve fitting
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王杰
  1. ercheng

    0下载:
  2. 最小二乘法曲线拟合的经典算法,做过特征数检验,只需调用fit,文件中其他函数被fit调用,其中个输入输出变量均以给出详细说明。-least squares curve fitting classic algorithms, the number of tests done, just call fit, the paper other function to be fit Call, 000 input and output varia
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:阿宇
  1. 最小二乘法直线拟合程序

    0下载:
  2. 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:liu
  1. hpir10

    0下载:
  2. 最小二乘曲线拟合算法(用最小二乘法求给定数据点的拟合多项式)-least squares curve fitting algorithm (with the least-squares method for the given data points of polynomial fitting)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:小康
  1. shuzhiniheyubijin

    0下载:
  2. 数值拟合与逼近方面的,包括:最小二乘曲线拟合,切比雪夫曲线拟合,最佳一致逼近多项式里米慈法,矩形域的最小二乘曲面拟合-numerical fitting with the approximation, including : least squares curve fitting, Chebyshev curve fitting, best polynomial approximation centimeters chee, recta
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1581056
    • 提供者:wgq0426
  1. ref-1

    0下载:
  2. 最小二乘法曲线拟合程序, 最小二乘法曲线拟合程序。-least squares curve fitting procedures, least squares curve fitting procedures.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:crane
  1. LeastSquare

    0下载:
  2. 用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数-written in C can be achieved full rank solving linear equations and least-squares curve fitting the function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. FittingApproximationliuying

    0下载:
  2. 拟合与逼近头文件, 最小二乘曲线拟合。-fitting with the first approximation documents, least squares curve fitting.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:刘英
  1. nihe

    0下载:
  2. 最小二乘法曲线拟合,其中spir0.c存放主函数,编译后运行该文件即可,该程序用vc语言实现。-Least squares curve fitting, in which the main function spir0.c stored, compiled to run the file, the program using vc language.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:fred
  1. smooth

    0下载:
  2. 最小二乘法曲线拟合算法,简单清晰,可以实际应用-smallest 2 smooth ,visual c++,simple,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:jack
  1. fitting_criterion

    0下载:
  2. 实现对函数的拟合与逼近 hpirl 最小二乘曲线拟合 hchir 切比雪夫曲线拟合 hremz 最佳一致逼近的里米兹方法 hpir2 矩形域的最小二乘曲面拟合-asdf
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:XS
  1. zuixiaoercheng

    0下载:
  2. 最小二乘曲线拟合,显示源数据折线图,然后采用一个一元三次方程拟合曲线,生成曲线图-least-squares method to calculate the formula
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:yulei
  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[
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:lthrwx
  1. 最小二乘曲线拟合

    0下载:
  2. 可用于有误差的数据的处理,更好的拟合数据(Can be used for data processing)
  3. 所属分类:Windows编程

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

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

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

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:acaser
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org