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

搜索资源列表

  1. fitellipse

    1下载:
  2. 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1767
    • 提供者:王流
  1. fitcurve

    0下载:
  2. 二乘法曲线拟合 //X,Y -- X,Y两轴的坐标 //M -- 结果变量组数 //N -- 采样数目 //A -- 结果参数 -Using two multiplication fit the curves//X,Y the site of two axial x,y//M the number of outcome variable//N the number of samples//A the parameter of outcome
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6511
    • 提供者:qiao
  1. 2296_Regression

    0下载:
  2. Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class ha
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5122
    • 提供者:qiao
  1. PolyFitSingle

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

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:石林
  1. Zerchfa

    0下载:
  2. 一个最小二乘法的拟合数据的小程序,希望大家喜欢-a least squares fit of the data of small procedures, hope you like
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:64310
    • 提供者:黄屹
  1. 3467485rj

    1下载:
  2. 最小二乘拟合:用C#语言写成的最小二乘法拟合而成的-least squares fitting : C# language of the least squares fit into the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:22342
    • 提供者:小宇
  1. FIT

    0下载:
  2. 最小二乘法算法,delphi的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7345
    • 提供者:sunqian
  1. print

    0下载:
  2. matlab经典算法的程序-数据拟合,code fit
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4549
    • 提供者:楚燕
  1. CurveFit_Poly

    1下载:
  2. 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use thi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:12786
    • 提供者:bilka
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. 采用最小二乘法进行多点平面拟合的算法介绍

    0下载:
  2. 采用最小二乘法进行多点平面拟合的算法介绍。,Least square method for planar multi-point fitting algorithm introduction.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-25
    • 文件大小:38540
    • 提供者:veilking
  1. matlab曲面拟合程序

    8下载:
  2. matlab曲面拟合程序,可以得到函数具体解析式,matlab surface fitting procedure, can be a specific analytical function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-10-04
    • 文件大小:21230
    • 提供者:刘辉
  1. LM-fit

    0下载:
  2. 非线性最小二乘-LM法 是用IDL语言编写的,基本思想可以参考-Nonlinear least-squares-LM method is to use IDL language, the basic idea can refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:44631
    • 提供者:徐光春
  1. curvefiting

    1下载:
  2. 该程序利用最小二乘法进行拟合多元非线性方程。是我做毕设的时候写的。希望对大家有用。-This code can fit multivariable nonlinear equation by using least squares.
  3. 所属分类:Algorithm

    • 发布日期:2017-01-25
    • 文件大小:7168
    • 提供者:张毅
  1. least-square-fit

    0下载:
  2. 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1781
    • 提供者:唐荣
  1. chasing.method.Curve.Fit

    0下载:
  2. 追赶法光滑曲线拟合.多个离散点拟合光滑曲线的,优化了追赶法,适用于闭合和不闭合两种情况 -chasing method Curve Fit
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1556
    • 提供者:李波
  1. fit

    0下载:
  2. Fit experimental data to specified objective function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1635
    • 提供者:Ales Vojacek
  1. Best-fit-worst-fit

    0下载:
  2. Best Fit Worst Fit c algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:1499
    • 提供者:Babnax33
  1. Least-squares-fit

    0下载:
  2. 曲线的最小二乘拟合,本文件通过最小二乘法进行曲线的拟合,-Least-squares fit
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:3901
    • 提供者:weishao
  1. Algorithm-gor-least-square-fit-curve

    0下载:
  2. 程序中的算法为使用最小二乘法拟合曲线,输入N个数据,可使用该程序拟合出N-1次的曲线函数,输出为函数各项的系数。-Program algorithm using a least squares fit curves N input data, you can use this program to fit the curve function N-1 times the output as a function of the coefficients.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1131141
    • 提供者:李源
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com