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

搜索资源列表

  1. niudun

    0下载:
  2. 图是用牛顿法求方程z3-1=0的根所得到的“项链”。以上程序采用浮点运算,速度是比较慢的。如果每迭代一次就计算一次距离,则速度会更慢。为了使不同吸引区域有不同的颜色,并且能够表现收敛速度,必须做更多的距离计算,但得到的图形也更美丽。特别是将分界处的“项链”放大来看,会得到精致的结构。-Fig Newton method is used Equation z3-1 = 0 has been the root of the "necklace." The procedure is
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:刁轩
  1. 牛顿欧拉法

    1下载:
  2. 此算法是牛顿欧拉法(在VC环境下)-this method is newton-euler method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:69026
    • 提供者:谢殿煌
  1. 牛顿迭代法

    0下载:
  2. 牛顿迭代式,用VB实现~~~!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1796
    • 提供者:唐春晖
  1. MyOpt

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

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

    0下载:
  2. 拟牛顿法编写无约束优化程序,主要用于电力系统务工优化。-quasi-Newton method to prepare unconstrained optimization procedures, mainly for the power system optimization workers.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4265
    • 提供者:古红
  1. newton_gold

    0下载:
  2. 运筹学中牛顿法和黄金分割法一位搜索的算法C++实现,我大二时自己写的作业程序。-tacticians were Newton and the Golden Section of a search algorithm C realized, I write his sophomore year at the operating procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1592
    • 提供者:文正
  1. optLib

    0下载:
  2. 提供了常用的优化算法,包括约束变尺度法,拟牛顿法,遗传算法,多目标优化算法,Hookjeeves算法等多种算法。使用时先写好优化模型,生成相应的dll此优化库可以根据选择的算法对优化模型进行优化求解。-provide a common method of optimization, including CVMO1-, quasi-Newton method, genetic algorithm, multi-objective optimization algorithm, Hookjeeves
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:387760
    • 提供者:吴义忠
  1. PQPOWERFLOWSOLUTION

    0下载:
  2. 基于PQ分解法的电力系统潮流计算,计算速度优于基于牛顿法的潮流计算程序-PQ decomposition method based on the power flow calculation speed is better than Newton's law on the procedures for calculating the tide
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:7715
    • 提供者:山东
  1. 20070

    0下载:
  2. V《牛顿法解方程之混沌情况》源代码(C完整应用程序代码)-V "Solving equations of Newton's chaotic situation" source code (C complete application code)
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:85512
    • 提供者:liziguo
  1. nonliearequation

    0下载:
  2. 这是牛顿法求解非线性方程组哦那个,用matlab编写的3个m文件,F是方程组左端向量函数,JF是其Jacobian矩阵,最后调用newdim函数文件-This is the Newton method for solving nonlinear equations, oh, um, using Matlab prepared by the three m documents, F is equations extreme vector function, JF its Jacobian matr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:908
    • 提供者:娄雯
  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. 5program

    0下载:
  2. 牛顿法,三点插值,二分法,埃特金,乘法口诀表-Newton, 3:00 interpolation, black, Aitken, the multiplication table rhymes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:60108
    • 提供者:王东阳
  1. newton_new

    0下载:
  2. 牛顿法解多项式的根 输入:多项式系数c[],多项式度数n,求在[a,b]间的根 输出:根 要求保证[a,b]间有根-Newton method for polynomial root input : polynomial coefficients c [], polynomial degree n, for [a, b] the root output :-assurance [a, b] - between
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:925
    • 提供者:周远
  1. newtondefangfa

    0下载:
  2. 牛顿法 本程序由Fortran 90语言编写,在Vistual Fortran 5下编译通过!!!本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点; -Newton's law of the procedure Fortran 90 language, Vistual in Fortran compiler 5 under through! ! ! The procedure will be applicable to solve the shape of f
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2069
    • 提供者:陈微
  1. shuangfai

    0下载:
  2. 计算数值方法的几个源程序,牛顿法,三角法,追赶法等-numerical calculation method of several source files, Newton's method, trigonometry, catching up with the law
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3800
    • 提供者:黄国
  1. nNewton

    1下载:
  2. 该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。-code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4245
    • 提供者:youzi08
  1. niudun456487

    0下载:
  2. 电力系统中用牛顿法计算潮流分布,是用C语言编写的-power system using Newton's Method distribution trend is the use of the C language
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:1782
    • 提供者:进口机
  1. Newto3423

    0下载:
  2. 牛顿法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-Newton -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7512
    • 提供者:m
  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. searching

    0下载:
  2. 共轭梯度法,使用牛顿法或者使用抛物线插值法。-conjugate gradient method, the use of Newton's law or the use of parabolic interpolation.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:1410
    • 提供者:jy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com