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

搜索资源列表

  1. Cprograms

    1下载:
  2. 中南大学C语言程序设计实习 1 实验一:C语言图形模式的设置 2 实习二:一元函数的图形绘制 3 实习三:二维图形的几何变换 4 实习四:非线性方程求根的二分法 5 实习五:非线性方程求根的牛顿法 6 实习六:数值积分的矩形法和梯形法 7 实习八:级数求和问题 8 实习九:曲线拟合 9 实习十一:解线性方程组的Gauss消元法 10 实习十四:解线性方程组的Jacobi迭代法 11 实习十六:空间曲面和曲线的绘
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:168324
    • 提供者:CF雷电
  1. CircleSim

    1下载:
  2. 圆拟合算法的实现(VC) 包括:最小二乘精确解、最小二乘近似解、高斯牛顿法迭代解-circle fitting algorithm to achieve (VC), including : LS Exact solution, least squares approximate solution, Gaussian Newton iterative solution
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7822
    • 提供者:buoll
  1. wyl_shuzhisuanfa

    1下载:
  2. 算法包括:1.二分法求解 2.牛顿法求解 3.高斯消去法求解 4.雅可比迭代法求解 5.拉格朗日插值 6.牛顿插值 7.最小二乘法拟合 8.龙贝格方法计算积分 9.欧拉方法求解初值问题-algorithms include : 1. Solving two dichotomy. Newton method 3. Gaussian elimination method 4. Jacobi iterative method 5. Lagrange interpolation 6 value. New
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2789
    • 提供者:wangyuliang
  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. shiyan1.rar

    0下载:
  2. 是有关曲线拟合方面的内容,包括拉格朗日法,牛顿插值,样条插值,Is the curve fitting aspects, including the Lagrangian method, Newton interpolation, spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:4844
    • 提供者:李敢
  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5521417
    • 提供者:Lynn
  1. excel_in_civil_egineering

    1下载:
  2. 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:114954
    • 提供者:张力
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. paul

    0下载:
  2. 各种数值分析常用的程序,雅克比迭代,G_S法,牛顿 拟牛顿,拉格朗日数乘等-Numerical analysis of a variety of commonly used procedures, Jacobian iteration, G_S law, Newton' s quasi-Newton, Lagrange and so few take
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3719
    • 提供者:paul
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. data-process

    0下载:
  2. 高斯 牛顿 拟合算法 高斯 牛顿 拟合算法-gauss newton
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1552
    • 提供者:shenyang
  1. niheyuan_2012_5_15_9_38

    0下载:
  2. 拟合圆形的程序,包含了多种拟合方法,如最小二乘法,牛顿法-Fitting round program, including a variety of fitting methods, such as the least square method, Newton method and so on
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:402641
    • 提供者:fangzhendong
  1. predict-USAs-popultion-in-2020

    1下载:
  2. 根据已知数据 运用三次样条插值法 有理数插值法 拉格朗日插值法 高斯牛顿法 拟合预测2020年美国人口 -According to the known data using cubic spline interpolation rational interpolation Lagrange interpolation Gauss-Newton fitting to predict the U.S. population in 2020
  3. 所属分类:Algorithm

    • 发布日期:2016-01-21
    • 文件大小:2048
    • 提供者:许双璐
  1. ninewton

    0下载:
  2. 拟牛顿迭代法 matlab程序 应用是数字分析课程的matlab代码-ninewton iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:624
    • 提供者:diana
  1. CurFit-Dichotomy

    0下载:
  2. VS2010环境,C++代码实现的:最小二乘法的多项式曲线拟合,二分法与牛顿法求多项式的解。代码清晰,可简单修改使用。经自己测试正确。-VS2010 environment, C++ code to achieve: the method of least squares polynomial curve fitting, the dichotomy Newton method for the solution of the polynomial. The code is clear and s
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:10704
    • 提供者:long
  1. quasi-Newton

    0下载:
  2. 拟牛顿(Quasi-Newton)法的目标函数梯度下降特性在极值点附近快速搜索,从而实现了全局最优与快速搜索的有机结合.-Quasi-Newton method:Quasi-Newton methods are based on Newton s method to find the stationary point of a function, where the gradient is 0.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5133
    • 提供者:陈路
  1. a

    1下载:
  2. 矩阵与数值分析:高斯法,高斯列主元法,G_S迭代,牛顿法,jacobi迭代法,G-S迭代法 ,牛顿法求根,三次样条插值,多项式拟合,复化Simpson方法,复化梯形方法,n=3的Gauss_Lengendre公式,4阶Runge-Kutta法求解微分方程-Matrix and numerical analysis: Gauss method out PCA Gaussian law, G_S iteration, Newton' s method, jacobi iterative m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:8140
    • 提供者:邵莹
  1. MATLAB_numerical-analysis

    5下载:
  2. MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2590142
    • 提供者:li
  1. GaussianNewton

    0下载:
  2. matlab高斯牛顿法作非线性数据拟合实例-Fitting Example of Nonlinear Data with Gauss- Newton
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:10500
    • 提供者:王飞飞
  1. numerical_compute

    0下载:
  2. 多种曲线拟合方法,包括埃尔米特插值,差商,牛顿法,龙格库塔法- U591A u79CD u66F2 u7EBF u62DF u5408 u65B9 u6CD5 uFF0C u5305 u62EC u57C3 u5C14 u7C93 u7279 u63D2 u503C uFF0C u5DEE u5546 uFF0C u725B u987F u6CD5 uFF0C U9F99 u683C u5E93 u5854 u6CD5
  3. 所属分类:Algorithm

    • 发布日期:2017-12-16
    • 文件大小:6144
    • 提供者:王浩
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com