搜索资源列表

  1. 线性方程组的迭代法和牛顿数值积分

    0下载:
  2. 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-24
    • 文件大小:1770
    • 提供者:skiloop@126.com
  1. c3_20

    0下载:
  2. 牛顿 迭代法-Newton
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:阿园
  1. 数值计算

    0下载:
  2. 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:毛伟杰
  1. Newton

    0下载:
  2. 牛顿迭代法求解非线性方程,已在TC2.0中编译通过-Newton iterative method for solving nonlinear equations, in which compile WITH TC 2.0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王国栋
  1. jisuanfangfa

    0下载:
  2. 计算方法经典算法(弦截法\二分法\牛顿迭代法\龙贝格算法)-classic calculation algorithm (xianjie Act \ dichotomy \ Newton \ Romberg algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王勇
  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. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:白飞飞
  1. 非线性方程求根

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

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:悟凡
  1. 数值分析算法描述与习题解答

    0下载:
  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编程

    • 发布日期:2024-05-19
    • 文件大小:60416
    • 提供者:李明
  1. 作业题一

    0下载:
  2. matlab牛顿迭代方法,上机试验对于初学者又很大的帮助,简单易懂-Matlab Newton iterative method, the pilot on the plane for beginners also very helpful and easily understood
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:木易
  1. newton_iter

    0下载:
  2. 牛顿迭代法的C++类,数值计算很实用的封装类,可以作为数值计算应用软件的一部分使用-Newton iteration of the C- numerical very practical Packaging category, Numerical calculations can be used as part of the application software use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:任平生
  1. squareroot

    0下载:
  2. 单片机上的开方程序 比传统的牛顿迭代法要快-microcontroller on the prescribing process than the traditional Newton iteration to be fast
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王宝成
  1. chazhinihe2123

    0下载:
  2. matlab 插值与拟合的几个程序 牛顿迭代法 数值分析与mtlab源码 还有其他的一些例子-Matlab interpolation and fitting of several procedures Newton iterative numerical analysis and also its source mtlab Some of his examples
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:139264
    • 提供者:haipper
  1. nioudun

    0下载:
  2. 本人找到的牛顿迭代法的应用程序,希望有些人有用-the Newton application procedures in the hope that some useful
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:屈光涛
  1. CLangue

    0下载:
  2. 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language t
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:159744
    • 提供者:liming
  1. Newton

    0下载:
  2. 一个c语言写的牛顿迭代功能的程序,程序结构很清晰,一看就懂。-A c language function in the Newton iteration process, program structure is very clear, look for one to understand.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:chuyi
  1. niudundiedai

    0下载:
  2. 自己遍的牛顿迭代法求解二元二次方程的程序 迭代步数可以自己设定-Their times of Newton iteration procedure for solving the dual quadratic equation iteration step can be set for
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李博
  1. newton

    0下载:
  2. 用C语言实现的牛顿迭代法解线N阶方程的程序,并附有实验报告-Using C language to achieve the Newton iteration solution line N-order equation of the procedures, together with the experimental report
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:891904
    • 提供者:sjj
  1. SHUZHIFENXI

    0下载:
  2. 牛顿迭代法,用于求解非线性方程,具体使用方法见程序内部说明。-Newton iteration for solving nonlinear equations, the specific use of the procedure see the internal note.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:zhangdehui
  1. work

    0下载:
  2. 追赶法,拉格朗日插值,高斯塞德尔迭代,牛顿迭代-Catch-up method, Lagrange interpolation, high斯塞德尔iteration, Newton iteration
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:郭玉富
  1. NewTon

    0下载:
  2. 这是一个牛顿迭代算法的实现程序,很好用哦-This is a Newton iteration algorithm procedures, very good use, oh
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:boody
« 1 23 4 5 6 7 8 9 10 ... 41 »

源码中国 www.ymcn.org