CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 曲线拟合

搜索资源列表

  1. 最小二乘曲线拟合

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

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

    0下载:
  2. (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:1398
    • 提供者:lz
  1. 最小二乘法曲线拟合

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

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:李文
  1. 三次样条曲线拟合

    1下载:
  2. 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10506
    • 提供者:郑双明
  1. matlab 曲线拟合

    2下载:
  2. matlab 曲线拟合源代码 毕业设计常用
  3. 所属分类:matlab例程

  1. shiyan1.rar

    0下载:
  2. 是有关曲线拟合方面的内容,包括拉格朗日法,牛顿插值,样条插值,Is the curve fitting aspects, including the Lagrangian method, Newton interpolation, spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:4844
    • 提供者:李敢
  1. smooth.rar

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

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

    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. Specific order set.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:196781
    • 提供者:蓝逸尘
  1. CurveFit

    0下载:
  2. 曲线拟合-Curve Fitting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1638
    • 提供者:曾敏辉
  1. Hermite

    0下载:
  2. 关于matlab的一些很经典的插值算法 特别对做数值计算及曲线拟合很有用-matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9400
    • 提供者:李艺
  1. jjj

    0下载:
  2. 收集的C语言算法程序,包括曲线拟合,插值算法等。 值得收藏。-Collection of C language algorithm worthy of collection procedures.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:125709
    • 提供者:zhaozong
  1. quxiannihe

    1下载:
  2. 曲线拟合及最小二乘法的相关程序,实验平台是vc.-And least squares curve fitting procedures, the experimental platform is vc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-07-18
    • 文件大小:176182
    • 提供者:王一奇
  1. Bezier_circle

    3下载:
  2. 贝塞尔曲线拟合程序,完全利用matlab实现-Bezier curve fitting procedures
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:2417
    • 提供者:caixin
  1. wenjian

    0下载:
  2. matlab在通信工程的应用以及matlab在曲线拟合和函数图像的应用-matlab works in communications applications, as well as matlab curve fitting and function in the application of image
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2247567
    • 提供者:lipp
  1. 案例三 多项式和非多项式曲线拟合

    1下载:
  2. MATLAB经典案例系列视频,多项式和非多项式曲线拟合(MATLAB classic case series video, polynomial and non polynomial curve fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:1434624
    • 提供者:浅岛
  1. 3次B样条曲线拟合

    10下载:
  2. 离散点曲线 进行3次B样条曲线拟合 包括节点参数化过程 基函数计算过程 控制点反求过程 到最后拟合曲线的显示(The discrete point curve is fitted with 3 B spline curves, including the node parameterization process, the basis function calculation process, the control point inversion process, and the final
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. 曲线拟合

    0下载:
  2. 可以根据需要进行曲线拟合,数据需要自己输入(Curve fitting can be done according to the needs)
  3. 所属分类:数学计算

    • 发布日期:2018-04-28
    • 文件大小:169984
    • 提供者:ghj007
  1. 数据拟合

    3下载:
  2. 数据拟合:一元函数插值、样条插值、多项式插值或拟合、曲线拟合、各种边界条件的样条插值、样条拟合、二元函数插值、拉格朗日插值法(Data fitting: interpolation of unary functions, spline interpolation, polynomial interpolation or fitting, curve fitting, spline interpolation of various boundary conditions, spline fitti
  3. 所属分类:matlab例程

    • 发布日期:2019-10-31
    • 文件大小:19456
    • 提供者:porter传奇
  1. 曲线拟合

    1下载:
  2. 找出一大串数据,用一个函数进行逼近,或者拟合。使其误差尽可能小(Find a bunch of data, approximate it with a function, or fit it.Make the error as small as possible)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-25
    • 文件大小:3072
    • 提供者:任平风生
  1. 数据拟合

    0下载:
  2. 利用MATLAB进行数据拟合,常见的数据拟合方法。包括:一元函数插值、样条插值、多项式插值或拟合 、曲线拟合、拉格朗日插值法等。(MATLAB data fitting, common data fitting methods. It includes: interpolation of unitary function, spline interpolation, polynomial interpolation or fitting, curve fitting, Lagrange inte
  3. 所属分类:matlab例程

    • 发布日期:2020-04-01
    • 文件大小:18432
    • 提供者:拉卡卡
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com