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

搜索资源列表

  1. fx

    0下载:
  2. 酸碱平衡教学中,模拟多元酸各种型体在不同PH值下的分布系数,标准酸滴定混合碱的滴定曲线拟合,标准碱滴定混合酸的滴定曲线拟合。-The teaching of the acid-base balance, used to simulate the polyacids different PH value distribution coefficients of various body
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:2015
    • 提供者:jwang
  1. pid

    0下载:
  2. 最 小 二 乘 法 拟 合 曲 线-Least-squares fitting curve
  3. 所属分类:Software Testing

    • 发布日期:2017-12-04
    • 文件大小:1383
    • 提供者:申三
  1. GISDataNihe

    0下载:
  2. GIS中很多地方需要进行数据拟合,这个文档很好的介绍了如何进行数据拟合-Many places in the GIS data fitting, this document is a good introduction to how data fitting
  3. 所属分类:Project Manage

    • 发布日期:2017-11-27
    • 文件大小:40099
    • 提供者:韩雪峰
  1. zuixiaoercheng

    1下载:
  2. 运用递推最小二乘法进行数据拟合的程序代码-The method of least squares data fitting program code
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:619
    • 提供者:zhaoshunli
  1. NMR-data-processing-water-detector

    0下载:
  2. 核磁共振(NMR)技术探测地下水是目前唯一的直接找水的地球物理方法。与传统的地球物理方法相比具有高分辨力,高效率,信息量丰富和解唯一性等优点。利用核磁共振地下水探测系统可以高效率地进行区域水文地质调查,确定找水远景区,圈定地下水在三维空间内的分布,进而可靠地选定水井位置等。但是由于水中氢核产生的核磁共振信号的幅度小(纳伏级),要求探测系统的灵敏度高,将引入大量的自然和人为噪声,导致采集信号的信噪比低,解释结果不清楚。 本文用LMS自适应算法提高MRS信号的信噪比,用Hilbert变换提取MR
  3. 所属分类:Project Manage

    • 发布日期:2017-11-12
    • 文件大小:954340
    • 提供者:zhang chao
  1. MATLAB2

    0下载:
  2. 介绍软件MATLAB非线性曲线拟合的功能,寻找较好的非线性函数来拟合实验数据,总结出非线性曲线拟合的方法、求解步骤和上机操作过程-Introduction of the software MATLAB non-linear curve fitting functions, in search of better non-linear function to fit the experimental data, summed up the non-linear curve fitting meth
  3. 所属分类:Software Testing

    • 发布日期:2017-11-26
    • 文件大小:816897
    • 提供者:ben
  1. gui_polyfit_12_5

    0下载:
  2. matlab 使用界面法处理大量数据 有数据拟合 误差率计算 画图-matlab interface method using a data processing large amounts of data fitting error rate calculation drawing
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:2339
    • 提供者:dupengli
  1. zxec_planefit

    1下载:
  2. 多点最小二乘法平面方程拟合计算,附有详细说明和源代码-Multi-point calculation method of least squares fitting plane equation
  3. 所属分类:Project Manage

    • 发布日期:2017-11-16
    • 文件大小:19115
    • 提供者:瓜瓜
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:1071502
    • 提供者:陈佳文
  1. nihequxian

    1下载:
  2. matlab复变函数求解拟合曲线的方法和程序-Solving complex function matlab curve fitting methods and procedures
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:819
    • 提供者:liyu
  1. Matlab-Fitting-Toolbox

    0下载:
  2. 今天帮同学做了一个非线性函数的曲线拟合,以前没做过,所以是摸着石头过河。费了一下午时间,终于把曲线拟合出来了,顺道也学习了使用Matlab进行曲线拟合的方法,把学习所得记录下来,和大家共享。-Today, help students to do a nonlinear function curve fitting, never done before, it is feeling the stones. Spent an afternoon, and finally the curve fitt
  3. 所属分类:File Formats

    • 发布日期:2017-11-16
    • 文件大小:168051
    • 提供者:
  1. Least-squares-surface-fitting-code

    0下载:
  2. 可以进行空间曲面的拟合 用于曲面拟合的代码:圆 球 直线 平面拟合都有-Surface fitting code: round ball linear plane fitting
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:3208
    • 提供者:wangqiang
  1. 674

    0下载:
  2. 用给定的多项式,如y=x3-6x2+5x-3,在[-1,1]上等间隔产生20组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(-5,5)均匀分布随机数)。请 (1)对xi和添加了随机干扰的yi作3次多项式拟合,与原系数比较。 -With the given polynomial, such as y=x3-6x2+5x-3, [-1, 1] intervals of 20 sets of data (Xi, Yi, i=1,2,... , n), and
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:579
    • 提供者:li
  1. Matlab

    0下载:
  2. 曲面拟合 曲面拟合 曲面拟合- surface fitting
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:高炳涛
  1. excel-duoxiangshi

    0下载:
  2. 多项式曲线拟合算法,excel详细说明多项式拟合算法实现-Polynomial curve fitting algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6037
    • 提供者:刘海杰
  1. dc88down(www.greenxf.com)

    0下载:
  2. matlab 拟合 大学生数学建模论文 很多资源 包括历年优秀论文--Mathematical modeling of papers over the years a lot of resources, including excellent essays
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:73482
    • 提供者:陈登山
  1. least_square_method1

    0下载:
  2. 多项式函数具有较好的微分属性,用多项式函数去拟合未知的较复杂的函数,以最小二乘来确定最佳的多项式函数,进而求解微分方程-Differential polynomial function has good properties of the unknown polynomial function to fit the more complex functions, in order to determine the best least squares polynomial function, t
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:1545
    • 提供者:lu
  1. kongjianzhixiannihefangfa

    0下载:
  2. 空间直线的一种拟合方法,很好用,里面有例题和源程序。-A spatial linear fitting method is useful, there are examples and source code.
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:306676
    • 提供者:shan
  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. Data-Fitting

    0下载:
  2. 《MATLAB统计分析与应用:40个案例分析》程序与数据-第八章源代码:数据拟合-" MATLAB statistical analysis and application: 40 Case Studies" program and data- Chapter VIII Source: Data Fitting
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:94768
    • 提供者:林家
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com