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

搜索资源列表

  1. Part_2_C_programmes

    0下载:
  2. 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method | Newton polynomial interpolatio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:周琳
  1. MyOpt

    0下载:
  2. 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:48.94kb
    • 提供者:季晓南
  1. NRflow

    0下载:
  2. 采用matlab编程实现基于牛顿拉夫逊算法的电力系统潮流计算。-using Matlab programming based on the Newton Raphson algorithm for the power flow calculation.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.39kb
    • 提供者:鲁鲁
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85 牛顿迭代法求解方程 实例86 弦截法求解方程 实例8
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:22.3kb
    • 提供者:杨志亮
  1. 2006817104421915

    0下载:
  2. 非线性方程组的解法,牛顿方法,参考数值算法集
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:49.77kb
    • 提供者:yyy
  1. 20060521.RAR

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼 近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的 速度。 本子程序库对《单片机应用程序设计技术》一书附录中的子程序库作了重大修订: (1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修 改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的 相互转换子程序进行了彻底
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:158.17kb
    • 提供者:qqjtom
  1. MATLAB

    0下载:
  2. 牛顿迭代方法计算算法示例,可以通过这个来写出其他的计算方法
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:李黎
  1. DFP-algorithm

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:6.56kb
    • 提供者:刘平
  1. newtonandmath

    0下载:
  2. C解决的牛顿算法可以实现快速的迭代用来解决数学和图像上的代码启迪-C solution of Newton s algorithm can achieve rapid iteration to solve math and image code inspiration
  3. 所属分类:source in ebook

    • 发布日期:2017-05-28
    • 文件大小:10.3mb
    • 提供者:zhaojing
  1. newton

    0下载:
  2. 计算方法中的牛顿差值算法,计算方法中的牛顿差值算法-Method of calculating the difference in the Newton algorithm, the calculation of the difference between Newton' s algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:896byte
    • 提供者:jarly
  1. the-codes-of-C-about-important-algorithms

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:7.44kb
    • 提供者:jhy
  1. yue

    0下载:
  2. 潮流计算程序,本程序是基于牛顿拉夫逊算法的潮流计算子程序-powerload
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1.86kb
    • 提供者:谭志勇
  1. GK

    0下载:
  2. 基于c语言的电力系统潮流计算程序(牛顿拉夫逊算法)--C language based on power flow calculation program (Newton Raphson algorithm)-
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:5.13kb
    • 提供者:陌生
  1. SCM-subroutine-library

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度-At present, a number of published versions of the subroutine library, they have their own characteristics. The library of the square root algorithm for fast approximat
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:28.82kb
    • 提供者:张奇
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:687.83kb
    • 提供者:
  1. newton

    0下载:
  2. 牛顿迭代法求解方程的C程序,局部优化算法的简单例子-failed to translate
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:180.33kb
    • 提供者:罗韬
  1. BFGS

    1下载:
  2. 本代码为《最优化理论与方法》书籍中的牛顿法和拟牛顿法算法的代码,并举了2个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books in the Newton method and quasi-Newton method algorithm code, citing two books on the example of the job
  3. 所属分类:source in ebook

    • 发布日期:2017-10-25
    • 文件大小:3kb
    • 提供者:wxq
  1. Newton

    0下载:
  2. 本上传资料为如何在matlab中使用牛顿插值算法,学数值方法的同学可以学习一下哦!-This is how to upload data in matlab using Newton interpolation algorithm, numerical methods, students can learn to learn about Oh!
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1.22kb
    • 提供者:李木子
  1. Montecarlo_SNR

    1下载:
  2. 用牛顿迭代法估计正弦信号的幅度,相位,频率,选用多次montecalor算法估计参数均值,并与理论上参数估计的CRLB下限进行比较。-Newton iterative method estimates the sinusoidal signal amplitude, phase, frequency, use multiple montecalor algorithm to estimate the parameters mean, and with the theoretical limit
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1.37kb
    • 提供者:王小超
  1. Niniudun

    0下载:
  2. 拟牛顿算法,一种解决全局最优化问题很好的算法,经测试效果很好-Quasi Newton algorithm, a good algorithm to solve the problem of global optimization, the test result is very good
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2.37kb
    • 提供者:wyg
« 12 »
搜珍网 www.dssz.com