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

搜索资源列表

  1. newton_cpp

    0下载:
  2. 计算方法《牛顿差值》-calculation method, "Newton margin"
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:784
    • 提供者:陈曦
  1. 牛顿-拉夫孙算法

    0下载:
  2. 牛顿-拉夫孙算法-Newton-Raphson algorithm SUN
  3. 所属分类:数学计算/工程计算

  1. NiuDun java

    0下载:
  2. 求实系数代数方程全部根的牛顿下山法,java,源程序具有自带的数据,经过验证结果无误。使用者可以直接调用方法-realistic Algebraic equations of Newton-down, java, with its own source of data, proven correct results. Users can directly call methods
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1872
    • 提供者:冯瑶
  1. 圆周率计算

    0下载:
  2. 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy the circumference of the rate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3152
    • 提供者:qqiang
  1. 牛顿迭带

    0下载:
  2. 在VC下实现的一个小程序 牛顿迭带法 先确定有根区间,再算值-in VC under procedures of a small Newton iterative method is to first determine the root zone, and then value
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5590
    • 提供者:王名
  1. Main_function

    0下载:
  2. 这里实现了一个最优化控制的算法,牛顿梯度法的源代码,运行于matlab平台下。-here to achieve optimization of a control algorithm, Newton gradient of the source code, which runs on Matlab platforms.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1715
    • 提供者:周行星
  1. ckeil

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。 -there are several versions of the subroutine library published their own characteristics. The library opened in the square approximation algorithm for rapid algorith
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:725381
    • 提供者:q1q2boy
  1. newton1032

    0下载:
  2. 牛顿法解方程 源程序说明: 1。图片按钮的实现(工具栏) 2。程序启动后检查命令行参数以打开文件 3。支持拖放*.HTXT文件到窗口直接打开 4。一种实现多线程处理的替代方法 5。程序始终位于顶层切换的API实现 6。设置图片为桌布的API实现 7。实现“撤销、重复”的数据结构 8。获取和设置图片的数据API实现 9。图像数据的RGB调整 10。调用默认网络浏览程序访问网页,调用默认邮件处理程序编辑、发送邮件 11。在分形绘图方面可以很方便的加入 新的方程、颜色方案和特效处理方式 欢迎联系:Ho
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:247745
    • 提供者:lwh
  1. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2795
    • 提供者:白飞飞
  1. 离散牛顿法

    2下载:
  2. 解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:33395
    • 提供者:王廷
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:XFX
  1. 牛顿法解方程源代码

    0下载:
  2. 牛顿法解方程之混沌情况,帮助你对牛顿法解方程的领悟,具有非常强的视觉冲击力,美仑美奂,不看将后悔一辈子的!-Newton equation solution chaotic situation and help you right Solving equations of Newton's grasp, with very strong visual impact, attractive, and will not look at a lifetime of regret!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:273205
    • 提供者:汤凌
  1. 最优化作业C++源代码

    3下载:
  2. 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12986
    • 提供者:tw
  1. 非线性方程求根

    0下载:
  2. 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:28057
    • 提供者:悟凡
  1. 数值分析常用

    0下载:
  2. 数值分析常用的一些公式,比如jacobi,newton等等。-numerical analysis of some commonly used formula, such as Jacobi, chemotherapy and so on.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5141
    • 提供者:阿瑟多久
  1. 牛顿迭代法求根

    0下载:
  2. 牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8914
    • 提供者:郑双明
  1. Levenberg-Marquarat算法

    0下载:
  2. 阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修*。-
  3. 所属分类:matlab例程

  1. 数值分析中的各种插值

    0下载:
  2. Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
  3. 所属分类:其他小程序

  1. newton gauss

    0下载:
  2. 高斯 牛顿 拟合 代码高斯 牛顿 拟合 代码
  3. 所属分类:源码下载

  1. newtonimport_233_beta.zip

    0下载:
  2. The file "NewtonImport.pas" contains the current translation of the header for the Newton Game Dynamics Physics SDK (http://www.newtongamedynamics.com) and should work with Delphi and Free Pascal. Other Pascal languages might work but were
  3. 所属分类:Delphi控件源码

« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com