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

搜索资源列表

  1. pipest

    0下载:
  2. 求圆周率的C#原代码 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序-seeking ratio of the circumference C# source in numerical calculation, the general Newton iterative numerical method with the truncation error and therefore C# prepared But to achieve
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8936
    • 提供者:小良
  1. 软件《牛顿法解方程之混沌情况1.32》VC++版源代码

    3下载:
  2. 软件《牛顿法解方程之混沌情况1.32》VC++版源代码,迭代算法压缩图象以及生成各种分形图案-software "Newton equation solution of 1.32 Chaos" VC version of the source code, iterative algorithm compresses images and generates various fractal patterns
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:264710
    • 提供者:王晶
  1. 数值分析算法描述与习题解答

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

    • 发布日期:2008-10-13
    • 文件大小:60488
    • 提供者:李明
  1. 求e和牛顿迭代

    0下载:
  2. 我是VC的实学者,无意中在搜索引擎中找到这个网站,可以学到一些东西-I VC real scholars, inadvertently in a search engine to find the site can learn something
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10260
    • 提供者:肥湛
  1. 牛顿迭代法

    0下载:
  2. 牛顿迭代法
  3. 所属分类:Windows编程

    • 发布日期:2009-01-22
    • 文件大小:27136
    • 提供者:YXLLJ68
  1. 2

    1下载:
  2. matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1548
    • 提供者:平猪
  1. nd-dd

    0下载:
  2. 牛顿迭代算法 m文件 我们在计算方法课上讲过,按书上给的算法作的-Newton iterative algorithm m our calculations document class said, according to the book to make the algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:777
    • 提供者:lanyi198962004
  1. 2

    0下载:
  2. matlab算法练习,包括牛顿迭代法,赛德尔迭代法等-matlab learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3644
    • 提供者:HXY
  1. 最小二乘法和牛顿迭代

    1下载:
  2. 最小二乘法和牛顿方法的一些简单资料,对于理解算法有点帮助(i have limit capicaticy for using machine learning,i hope i will impove a lot in the future)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2550784
    • 提供者:笑似心酸
  1. 经典牛顿迭代法C++实例

    0下载:
  2. 使用c++实现了牛顿迭代法的求解方程组的过程。(The use of c++ to achieve the Newton iterative method for solving equations process.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:helloworldd
  1. CUMCM2016Problems

    0下载:
  2. 通过牛顿迭代法和求一受力分析个链狀物体的受力值(Calculating the force value of a chain object by Newton iteration method)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:654336
    • 提供者:思巧
  1. diedaifa

    0下载:
  2. 牛顿迭代法(Newton's method)又称为牛顿-拉夫逊(拉弗森)方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根。牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:25600
    • 提供者:xzt
  1. 牛顿

    0下载:
  2. 牛顿迭代法是解非线性方程组比较经典的方法; 拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations. The quasi Newton method is one of the most effective methods for solving the nonlinear equat
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:==楠==
  1. 牛顿迭代法求方程的根

    0下载:
  2. 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11264
    • 提供者:hcj12138
  1. Burgers方程_牛顿迭代法

    6下载:
  2. 用牛顿迭代法求解Buegers方程的精确解(Solving the exact solution of Buegers equation by Newton's iterative method)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:simizar
  1. Power Flow6.23

    0下载:
  2. MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:麻辣小月饼
  1. 牛顿迭代法求初始点

    2下载:
  2. 根据齿面方程方程求解齿面点坐标时,初始点的选择是至关重要的,给出了利用牛顿迭代法求初始点的方法(According to the equation of tooth surface, the selection of initial points is very important when solving the coordinates of tooth face points. The method of finding initial points by Newton iteration
  3. 所属分类:Windows编程

    • 发布日期:2019-03-01
    • 文件大小:1024
    • 提供者:玄和小疯子
  1. 牛顿迭代法

    1下载:
  2. 牛顿迭代法,下载就可以直接使用,调试好的(Newton iteration method, download can be used directly, debugging good)
  3. 所属分类:其他

    • 发布日期:2020-11-27
    • 文件大小:32768
    • 提供者:二狗砸
  1. wave field simulation program of Ⅰ layer

    1下载:
  2. 牛顿迭代法震源定位代码,,,,,,,,,,,,,,,,,(niudundiedaifazhenyuandaima)
  3. 所属分类:其他

    • 发布日期:2019-08-01
    • 文件大小:1024
    • 提供者:侯文伟
  1. Newtonmodel

    1下载:
  2. 牛顿迭代法,从S参数求解复介电常数。作为一种经典方法,只需替换压缩包中excel即可得到你需要的结果(Newton method for determining complex permittivity from S-parameters)
  3. 所属分类:其他

    • 发布日期:2020-09-30
    • 文件大小:52224
    • 提供者:rushto1
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com