搜索资源列表

  1. 最小二乘曲线拟合

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

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

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

    • 发布日期:2025-04-11
    • 文件大小:23kb
    • 提供者:鲁班
  1. 最小二乘法曲线拟合

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

    • 发布日期:2025-04-11
    • 文件大小:1kb
    • 提供者:李文
  1. 高斯拟合

    0下载:
  2. 曲线的高斯拟合,去除趋势性,对于一般非平稳序列的分析.-Gaussian curve fitting and removal of the trend, and for most non-stationary sequence analysis.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-04-11
    • 文件大小:1kb
    • 提供者:龚雪
  1. Work3_lyl

    0下载:
  2. 对已有的坐标数据用B样条插值的方法进行曲线拟合,左边可以显示数据,并可通过调用文件的方法输入数据。-have the right coordinates data with B-spline interpolation method of curve fitting, and to the left shows data, as well as by calling the document the input data.
  3. 所属分类:绘图程序

    • 发布日期:2025-04-11
    • 文件大小:170kb
    • 提供者:lyl
  1. 三次样条曲线拟合

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

    • 发布日期:2025-04-11
    • 文件大小:276kb
    • 提供者:郑双明
  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编程

    • 发布日期:2025-04-11
    • 文件大小:2kb
    • 提供者:邹璇
  1. zhs

    0下载:
  2. 曲线拟和的设计以及它的实现,对化学实验所得到的数据进行处理,得出准确的值.-curve-fitting and design and its realization, the right chemistry experiment by the data processing, an accurate value.
  3. 所属分类:编辑框

    • 发布日期:2025-04-11
    • 文件大小:80kb
    • 提供者:hamd
  1. 曲线拟合c++代码

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

    • 发布日期:2025-04-11
    • 文件大小:1kb
    • 提供者:刘广
  1. 最小二乘法在曲线拟合中的实现

    0下载:
  2. the minimun square elimination in curve fitting,introduction how to orgnize the data and has the program flow chat
  3. 所属分类:电子书籍

    • 发布日期:2025-04-11
    • 文件大小:100kb
    • 提供者:landsky
  1. 动态地画曲线

    0下载:
  2. 是我用来做数据处理软件的一部分,用来显示拟合的曲线,并根据曲线变化作出相应动作-I used to do data processing software part, used to show the curve fitting, According curve and the corresponding changes in action
  3. 所属分类:界面编程

    • 发布日期:2025-04-11
    • 文件大小:2.24mb
    • 提供者:向礼
  1. hpir10

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

    • 发布日期:2025-04-11
    • 文件大小:2kb
    • 提供者:小康
  1. curvfit

    0下载:
  2. Curve fitting(一)绘制散点图,决定曲线类型 (二)曲线直线化变换(三)建立线性回归方程(四)用线性回归拟合曲线-Curve fitting (1) mapping of plot, decided to curve type (2) linear curve Transform (3) linear regression equation (4) using linear regression curve
  3. 所属分类:其他小程序

    • 发布日期:2025-04-11
    • 文件大小:7kb
    • 提供者:fei
  1. qxnh

    0下载:
  2. 利用VB编制的曲线拟合,能够很好的进行不同曲线的拟合,得到相应的方程!-VB establishment of a curve fitting, good to different curve fitting, corresponding equation!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-04-11
    • 文件大小:166kb
    • 提供者:flygoslt
  1. vbNumerical10

    0下载:
  2. 最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function),作實驗所得的數據亦常使用最小平方近似法來達成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數,除了多項式之外,指數、對數方程式亦可作為近似函數。關於最小平方近似法的計算原理,請參閱市面上的數值分析書籍-leas
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-04-11
    • 文件大小:3kb
    • 提供者:三米
  1. polyfit

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

    • 发布日期:2025-04-11
    • 文件大小:4kb
    • 提供者:石林
  1. Curvesimulation

    0下载:
  2. VB 对实验数据进行仿真分析得到拟合曲线, a good simulation program -VB on experimental data analysis simulation curve fitting, a good simulation program
  3. 所属分类:其他小程序

    • 发布日期:2025-04-11
    • 文件大小:3kb
    • 提供者:huche
  1. Fitting

    0下载:
  2. Line & Curve Fitting To 2D Points
  3. 所属分类:其他小程序

    • 发布日期:2025-04-11
    • 文件大小:1kb
    • 提供者:Javaneh
  1. Curve

    0下载:
  2. curve fitting that we usually perform in matlab
  3. 所属分类:其他小程序

    • 发布日期:2025-04-11
    • 文件大小:1.69mb
    • 提供者:ashish
  1. Curve--Fitting-methods

    0下载:
  2. 曲线拟合方法讨论,分别比较了最小二乘法,移动最小二乘法,RBF拟合,NURBS拟合方法。并对这些方法进行原理说明。-Discuss curve fitting method, compared the least squares method, moving least squares method, RBF fitting, NURBS fitting method. These principles and methods desc
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-04-11
    • 文件大小:139kb
    • 提供者:jack
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org