CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二次拟合

搜索资源列表

  1. NH

    0下载:
  2. 最小二乘法数据拟合 第一次传不知道结果咋样-MIN YOU HUA
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:9078
    • 提供者:GYJ
  1. Numerical-methods

    0下载:
  2. 数值计算方法:二次插值、多项式拟合、改进欧拉法、矩阵分解法、列主元素消去法、四阶龙格库塔法、-Numerical methods: quadratic interpolation, polynomial fitting, improved Euler method, matrix factorization, out the main elements of elimination, the fourth-order Runge-Kutta method.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:2810969
    • 提供者:紫梁
  1. nihe

    0下载:
  2. 提取二值图像中的所有非零点坐标,进行矩阵标准化,最后进行二次曲线拟合-Extracting the binary image of all non-zero coordinates, matrix standardized last quadratic curve fitting
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:611
    • 提供者:lyw
  1. fitting-code

    0下载:
  2. vb6.0编写的最小二乘法直线拟合、二次曲面拟合程序,线性方程组采用列主元高斯消去法。-vb6.0 prepared by the method of least squares fitting a straight line, the quadratic surface fitting procedure, linear equations using Gaussian elimination main-element.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:14547
    • 提供者:xft
  1. vbqmnh

    0下载:
  2. 自己编的用vb6 实现二次曲面拟合的源代码。-Own series quadratic surface fitting with vb6 source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:4357
    • 提供者:许洋
  1. exercise1

    0下载:
  2. 曲线拟合,可拟合一次线性函数或者二次函数-Curve fitting, fitting a linear function or a quadratic function
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1607
    • 提供者:yehui
  1. curve_fiting

    0下载:
  2. c语言实现的二次函数曲线拟合,简单可靠,方便移植!-c language quadratic function curve fitting, simple, reliable, easy to transplant!
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1345
    • 提供者:文跃强
  1. caojie-relationship

    0下载:
  2. 做二元散点图,并用二次函数拟合,给出二次函数的系数-Do two yuan scatter plots, and a quadratic function fitting, given the coefficients of the quadratic function
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:573
    • 提供者:潘耘昊
  1. Untitled27

    0下载:
  2. 二次函数拟合,采用regress进行拟合,可分析拟合度。-Quadratic function fitting using regress fitting, goodness of fit can be analyzed.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1342
    • 提供者:fanyuyi
  1. linefitting

    0下载:
  2. 几个线性拟合的matlab程序,用到了对数,一次,二次,- several linefitng programs,matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4529
    • 提供者:weichuyang
  1. curvefit

    0下载:
  2. 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok-Using least squares curve fitting. With p-1 order polynomial fit, p <= 10 x, y 0 of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:851
    • 提供者:
  1. polyfit

    0下载:
  2. 最小二乘法曲线拟合,拟合次数最高可到20次,次数越高误差会越大-polyfilt function using C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:周峰华
  1. curve-fitting

    1下载:
  2. 在控制台下利用高斯消元法实现直线拟合,多项式拟合,指数函数拟合,幂函数拟合,大家可以利用它进行二次开发-In the console environment,I using the Gaussian elimination method to achieve linear fitting, polynomial fitting, exponential fitting, fitting power function, we can use it for secondary development
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:38089
    • 提供者:徐志高
  1. Quadric-surface-fitting

    0下载:
  2. 二次曲面拟合,主要数学公式的推导,有利于理解三轴磁力计和加计的拟合。-Quadratic surface fitting, the main mathematical derivation of the formula is beneficial to understand three-axis magnetometer and processing meter fitting.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:334793
    • 提供者:yyz
  1. matlabxuexi

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4994150
    • 提供者:高雄飞
  1. LeaSquInterpolation

    0下载:
  2. 最小二次法拟合时历曲线,对于三角函数的测量信号数据较适用。采用基函数为sin cos。-least square interpolation method is used for simulating the time series data. And the basic function is trigonometric function.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1024
    • 提供者:李传庆
  1. dataana_trend

    0下载:
  2. matlab小程序,用来求趋势,很简单。主要是二次函数拟合趋势。-matlab small program used to find trends, very simple. The main trend is to fit a quadratic function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:555
    • 提供者:doris
  1. nihe

    0下载:
  2. 二次多项式拟合大地水准面,采用matlab编写的,关于拟合出来的图像感觉有些问题。。希望大家指正-Quadratic polynomial fitting geoid, using matlab prepared some questions about the fitting out of the picture feel. . I hope you correct
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:14192
    • 提供者:陈天洋
  1. matlab-DEM

    0下载:
  2. 二次曲面移动拟合方法生成DEM的matlab的M文件-Quadratic surface fitting method to generate the DEM mobile matlab M-file
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2053
    • 提供者:李俊宝
  1. nihe

    0下载:
  2. 拟合多项式,包括了四种方法(多项式相关系数的计算方法(多项式形式1))、(最小二乘法曲线拟合)、(三次样条插值(自然边界条件))。-Fitting polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4173
    • 提供者:张淼
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com