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

搜索资源列表

  1. CureFit_Line_LeastSquaresMethod

    0下载:
  2. 下山单纯形法java源程序,可做非线性函数极值以及曲线拟合程序-downhill simplex method java source files, to do extreme nonlinear curve fitting procedures and
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2464
    • 提供者:曾志坚
  1. Tenprograms

    0下载:
  2. 数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than the iterative method, power, l
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2527
    • 提供者:周红风
  1. newtonp

    0下载:
  2. 根据牛顿插值原理进行数据的拟合,附有牛顿插值原理和它的matlab的实现方法,有点简单了,但是过程中的好些地方还是值得学习的。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:870
    • 提供者:罗正平
  1. 最小二乘法多次曲线拟合

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

    • 发布日期:2008-10-13
    • 文件大小:3553
    • 提供者:李伟
  1. 20080724

    1下载:
  2. 曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2167
    • 提供者:肖剑
  1. lasso.zip

    2下载:
  2. lasso变量选择方法,通过惩罚项解决过拟合的问题,lasso variable selection method
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-11-23
    • 文件大小:54418
    • 提供者:王永柯
  1. code

    0下载:
  2. import java.doc,MATLAB拟合函数.doc 八皇后程序代码.doc,求杨辉三角.doc 光栅的模拟.doc-import java.doc, MATLAB fitting function. doc 8 Queens program code. doc, seeking Yang Hui triangle. doc grating simulation. doc
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:17789
    • 提供者:王丽
  1. Exercise5

    0下载:
  2. 本程序用java编写了数值分析中的曲线拟合等操作,为有此需求的人提供帮助-This procedure written with java numerical analysis curve-fitting operation, as there is a demand to help people
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:585
    • 提供者:gt
  1. RombergTest2

    0下载:
  2. 函数逼近与曲线拟合,包含梯形公式、Simpson公式、Romberg公式。-Function approximation and curve fitting, including trapezoidal, Simpson formula, Romberg formula.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1593
    • 提供者:minjiawei
  1. circle_fitting

    0下载:
  2. LEVENBERG-MARQUARDT算法进行circle拟合 个人曾经用来计算细胞膜弯曲曲率-LEVENBERG-MARQUARDT algorithm was used to circle fitting. I used this method tocalculate the individual cell membrane curvature before.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:56771
    • 提供者:Jsbach
  1. 123

    0下载:
  2. 分段直线拟合,将一组点 分段拟合计算出最小权值和画出线条-Piecewise linear fitting, fitting a set of points to calculate the minimum weight sub-values ​ ​ and draw lines
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:109036
    • 提供者:liwei
  1. Phys_Lab

    0下载:
  2. eclipse中java工程源代码。根据实验数据作图。可作出标准的实验室网格图,和标准的应用最小二乘法拟合的直线。-The eclipse s java project is used to make the line illusions from the data gotted from the physical lab
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:54587
    • 提供者:fu
  1. AlgorithmGauss

    0下载:
  2. 工程与数值计算,包含高斯算法等一系列优化算法、拟合算法-Engineering and numerical calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:129642
    • 提供者:houshengkun
  1. FormulaFitting

    0下载:
  2. 最小二乘法拟合的实现,用的是java语言-zui xiao er cheng
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2657
    • 提供者:侠客毛毛
  1. FGPathBezier3

    0下载:
  2. 利用java编写的路径平滑算法,采用2次+3次贝塞尔曲线拟合路径,并且可以按照一定距离间隔生成采样点-Written using java path smoothing algorithm, using the 2+3 Bezier curve fitting path, and the sampling points can be generated in accordance with a certain distance interval
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:2492
    • 提供者:何荣辉
  1. Chart

    0下载:
  2. 这是一个简单的拉格朗日曲线拟合和牛顿插值曲线拟合程序-This is a simple Lagrangian curve fitting and the Newton interpolation curve fitting procedure
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:1968
    • 提供者:陈学伟
  1. EllipsoidFit

    1下载:
  2. 磁力计校准的java程序,使用球体拟合,最优化参数设计-Magnetometer calibration java program, using sphere fitting, optimal design parameters
  3. 所属分类:Java Develop

    • 发布日期:2014-10-27
    • 文件大小:2569216
    • 提供者:zhangt
  1. dfdfh

    0下载:
  2. 数据进行函数拟合,拟合图像直接显现,分别使用n次拟合-Data function fitting, fitting images directly show, respectively, using the n-th Fitting
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6164
    • 提供者:mico
  1. EllipsoidFit

    0下载:
  2. 磁力计校准的java程序,使用球体拟合,最优化参数设计-Magnetometer calibration java program, using the ball fitting, optimal design parameters
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:3781043
    • 提供者:吴明
  1. GA

    0下载:
  2. 在java平台,应用遗传算法拟合浑水入渗经验公式,经验证可用-In the java platform, application of genetic algorithm to fit empirical formula for muddy water infiltration, proven available
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:8241
    • 提供者:陈佳悦
« 12 »
搜珍网 www.dssz.com