搜索资源列表

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

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

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

    0下载:
  2. 最小二乘法多次曲线拟合-least squares curve fitting time
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:李伟
  1. ChessTimer

    0下载:
  2. 最小二乘法曲线拟合-least squares curve fitting
  3. 所属分类:书籍源码

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

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

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

    0下载:
  2. 最小二乘法曲线拟合-least squares curve fitting
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小: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-17
    • 文件大小: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-17
    • 文件大小:3072
    • 提供者:liu
  1. nihequxian

    0下载:
  2. 在C或C++环境下,最小二乘法曲线拟合源码。-in C or C environment, the least squares curve fitting source.
  3. 所属分类:数据结构常用算法

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

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

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

    0下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:石林
  1. PolyFitSingle

    0下载:
  2. //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // i
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:石林
  1. quxiannihe

    0下载:
  2. 最小二乘法曲线拟合 希望大家浏览并下载-Least squares curve fitting hope everyone to browse and download
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:黎安兵
  1. Lsqcurvefit-Torque

    0下载:
  2. Lsqcurvefit-Torque,最小二乘法曲线拟合,主要用于发动机负荷曲线的拟合工作。-Lsqcurvefit-Torque, least squares curve fitting, mainly for the engine work load curve fitting.
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:shi
  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-17
    • 文件大小:1024
    • 提供者:fred
  1. NIHE

    0下载:
  2. 在c8051f015单片机上实现最小二乘法曲线拟合算法,开发环境是KEIL 7.50.-C8051f015 realize single-chip microcomputer in the least squares curve fitting algorithms, the development environment is KEIL 7.50.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:46080
    • 提供者:czay3j704
  1. zxec

    0下载:
  2. 用C语言实现的最小二乘法曲线拟合,希望对大家有所帮助-Using C language to achieve the least squares curve fitting, and they hope to help everyone
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:sdf
  1. smooth

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

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

    0下载:
  2. 利用c++语言实现最小二乘法曲线拟合代码-Using c++ language code least squares curve fitting
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:杨纯
  1. NH2

    0下载:
  2. 最小二乘法曲线拟合的程序。根据试验采集的10-100个采样点,利用最小二乘思想,可以拟合出N次的曲线。具体阶次自己设定。-Least squares curve fitting procedures. 10-100 in accordance with test samples collected, the use of least squares of thought, can be fitted curve N times. Spe
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:196608
    • 提供者:蓝逸尘
  1. 最小二乘法曲线拟合

    0下载:
  2. 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:LO单片机VE
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org