搜索资源列表

  1. 最小二乘曲线拟合

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

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

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

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

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

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

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

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:李文
  1. 曲线◎拟合

    1下载:
  2. vc++二维数据拟合源代码边干边学过后 共和国精华区 国会结构化-vc fitting two-dimensional data source learning by doing focus of the Republic after the structure of Congress
  3. 所属分类:绘图程序

    • 发布日期:2024-05-04
    • 文件大小:6144
    • 提供者:赵群伟
  1. 三次样条曲线拟合

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

    • 发布日期:2024-05-04
    • 文件大小:282624
    • 提供者:郑双明
  1. 曲线拟合

    0下载:
  2. 曲线拟合算法,JAVA编写,VJ#编译,提供交互式界面,并有多种拟合方式比较-curve fitting algorithms, Java prepared, VJ# compiler, interactive interface, and a variety of more fitting way
  3. 所属分类:绘图程序

    • 发布日期:2024-05-04
    • 文件大小:110592
    • 提供者:胡安
  1. 切比雪夫曲线拟合

    0下载:
  2. 切比雪夫曲线拟合,采用C语言编译实现,一般4,5阶曲线可实现较好的拟合效果-Chebyshev curve fitting using C language compiler achieved, the general 4,5 bands curves can be fitted to achieve better results
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:邹璇
  1. 曲线拟合c++代码

    0下载:
  2. 曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 使用最小的二乘法实现对曲线的拟合。并输出最后的拟合曲线-use of the two smallest multiplication achieve the right curve fitting. And the final output curve
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:5437
  1. 曲线拟合

    0下载:
  2. 本程序是基于LABWINDOWS开发的,主要是实现数据拟合这一功能。-This procedure is based on the development of LABWINDOWS is mainly the function of data fitting.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-04
    • 文件大小:222208
    • 提供者:朱晓波
  1. 案例三 多项式和非多项式曲线拟合

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

    • 发布日期:2024-05-04
    • 文件大小:1434624
    • 提供者:浅岛
  1. 最小二乘曲线拟合

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

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:微澜gao
  1. 3次B样条曲线拟合

    1下载:
  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 in
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. 曲线拟合

    0下载:
  2. 曲线拟合:通过给定的一组二维坐标点,利用线性代数中矩阵求逆的知识,从这些数据中找出规律性,预测原函数f(x)的表达式,以消除所给数据的局部波动。一次拟合出来的函数图像是直线,二次拟合出来的图像是抛物线。两者相比,二次拟合逼近程度更高。(curve fitting through a given set of two-dimensional coordinates, using the inverse matrix in linear a
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-04
    • 文件大小:7168
    • 提供者:HAI&FISH
  1. 曲线拟合

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

    • 发布日期:2024-05-04
    • 文件大小:169984
    • 提供者:ghj007
  1. 第四章曲线拟合方法

    0下载:
  2. 关于曲线拟合的实际例子以及MATLAB的实现(A practical example of curve fitting and the realization of MATLAB.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-04
    • 文件大小:2772992
    • 提供者:落叶南飞
  1. 遗传算法+数据传递机制+多项式和非多项式曲线拟合

    0下载:
  2. 多项式和非多项式曲线拟合;数据传递机制;遗传算法(Polynomial and non polynomial curve fitting and Data transfer mechanism)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:好久不见2
  1. 最小二乘法曲线拟合

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

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:LO单片机VE
  1. 曲线拟合

    0下载:
  2. 最小二乘法实现曲线拟合,返回拟合多项式系数(Least Squares Method for Curve Fitting)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:12288
    • 提供者:relax@z
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org