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

搜索资源列表

  1. newton

    0下载:
  2. 介绍了newton插值的Mtlab程序,程序简单易懂,有助于对newton插值的了解。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3611
    • 提供者:pplovefox
  1. Matlab-Newton-Interpolation-Code

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:47267
    • 提供者:liyuedsg
  1. newton下降法求解

    0下载:
  2. 利用NEWTON的原理进行适当的改进,得到的算法-use of the principle for appropriate improvements, the algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:11658
    • 提供者:张英
  1. Newton下山法

    0下载:
  2. Newton下山法-Newton down France
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6881
    • 提供者:王慧
  1. Newton迭代

    0下载:
  2. 用 Newton迭代求f(x)=1/3*x^3-x=0的根的源程序-with Newton iteration f (x) = 1 / 3 * x ^ 3-x = 0 the root of the source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:lin
  1. newton插值绘制曲线

    0下载:
  2. 用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2857
    • 提供者:杨磊
  1. Newton-Raphson Power Flow Calculation

    0下载:
  2. 牛顿拉夫逊算法进行潮流计算,数据处理程序,方便处理实验数据,并取得数学表达式-Newton Raphson algorithm flow calculation, data processing procedures, facilitate the processing of experimental data and mathematical expression made
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:959
    • 提供者:大鸟
  1. newton method

    0下载:
  2. function p=newton(f_str,df_str,p0) tol=0.00001; f = inline(f_str); df= inline(df_str); while 1 p=p0-f(p0)/df(p0); if abs(p-p0)<tol, break; end p0=p; disp(p0); end disp(p)
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:216
    • 提供者:su2900hk
  1. 详细推导了复平面上牛顿迭代法的原理和计算公式

    0下载:
  2. 详细推导了复平面上牛顿迭代法的原理和计算公式,用MATLAB编程实现了牛顿迭代法,得到一些奇异绚丽的分形图形-The complex plane is derived in detail the principle and Newton' s iteration formula, using MATLAB programming Newton' s iterative method, get some strange colorful fractal images
  3. 所属分类:软件工程

    • 发布日期:2017-04-09
    • 文件大小:1406377
    • 提供者:wanglei
  1. newton 牛顿迭代求根法和牛顿

    0下载:
  2. 牛顿迭代求根法和牛顿-steffensen加速法-Newton method for root-solving problems. Newton-Steffenson is also included.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-29
    • 文件大小:1036
    • 提供者:Mu Lufei
  1. newtmullt 运用Newton-Raphson方法求解非线性方程(组)

    1下载:
  2. 运用Newton-Raphson方法求解非线性方程(组),该程序同时支持句柄和符号运算- Application of Newton-Raphson method for solving nonlinear equation (s), the program supports both handle and symbol operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:1187
    • 提供者:任俊杰
  1. newton 采用牛顿法实现简单的无约束的最优化问题

    0下载:
  2. 采用牛顿法实现简单的无约束的最优化问题,本程序实现简单的计算,计算无约束最优化问题的最优解-Using Newton' s method to achieve a simple optimization problem without constraints
  3. 所属分类:C#编程

    • 发布日期:2017-03-23
    • 文件大小:2125
    • 提供者:赵皮皮
  1. [牛顿插值].rar

    0下载:
  2. 牛顿插值是非线性插值的一种,通常用于数据拟和,解方程等,Newton interpolation is a non-linear interpolation, normally used to be and data, such as solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:18907
    • 提供者:wan
  1. matpower3.2.rar

    2下载:
  2. 求最优潮流的matlab程序,可以求解pq分解法、牛顿拉夫逊法等潮流计算。,For optimal power flow matlab procedure pq decomposition method to solve, such as Newton Raphson power flow calculation.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:3002360
    • 提供者:谢辉
  1. Newton_WOWstyle.rar

    1下载:
  2. 模仿魔兽世界视角,使用irrlicht 3D开源游戏引擎和newton物理引擎,\display\bin目录里的demo.exe可以直接运行。快捷键wsqe前后左右移动,ad左右旋转。鼠标滚轮可以直接调整视角距离人物的距离。快捷键C为定向发射正方体,正方体的材质我没处理好。快捷键L可以扔出人物身上的小球,“G”可以捡起小球。鼠标点击移动的源码暂不提供。 \demo目录里的demo.sln为visual C++2005版本,如果装的有VS2005或者2008的可以直接运行。,err
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3721573
    • 提供者:径遂
  1. Variable_Metric_Metho_DFP.rar

    1下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码.变尺度法的源程序,用于优化中的非线性规划,效果还可以的,Quasi-Newton method [DFP] DFP algorithm c/c++ source code. DFP source for the optimization of nonlinear programming, the effect can also be the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2428
    • 提供者:lrc
  1. Newton.rar

    1下载:
  2. 一个用牛顿法编的潮流程序,希望对计算系统潮流有帮助,power flow program based on Newton Method
  3. 所属分类:Education soft system

    • 发布日期:2017-04-04
    • 文件大小:8105
    • 提供者:northwind
  1. Newton.rar

    0下载:
  2. 最优化程序设计方法中,牛顿切线法的例子,更改函数可用于其他例子的求解,Program design optimization methods, examples of Newton' s tangent method, change the function of other examples can be used to solve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:545
    • 提供者:猫儿
  1. The_Levenberg-Marquardt_Algorithm

    2下载:
  2. LM算法 老外写的The Levenberg-Marquardt (LM) algorithm is the most widely used optimization algorithm. It outperforms simple gradient descent and other conjugate gradient methods in a wide variety of problems. This document aims to provide an intuitiv
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:32214
    • 提供者:TANG
  1. newton

    1下载:
  2. 用牛顿迭代法解非线性方程组的源程序,在MATLAB中可用-Newton iteration method for nonlinear equations of the source, available in MATLAB
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-15
    • 文件大小:3210
    • 提供者:zhengjia
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com