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
    • 文件大小:4981
    • 提供者:周琳
  1. jsff123

    0下载:
  2. 计算方法中的五种算法: 二分法、简单迭代法、快速弦截法、龙贝格算法、弦截法。 附说明-calculation algorithm of five : dichotomy, a simple iterative method, rapid chord sheet, Lung Bergh algorithm string sheet. Annotated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:111218
    • 提供者:Snake
  1. prog

    0下载:
  2. 演化算法的一个简单迭代程序,运行后可以看见迭代1000代的结果,权威提供。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3830
    • 提供者:yangze
  1. funct

    0下载:
  2. 一些迭代求根法的C语言程序(简单迭代法、割线法、二分法等)\\些迭代求根法的C语言程序(简单迭代法、割线法、二分法等)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5244
    • 提供者:高天
  1. shiyan4

    0下载:
  2. 求根问题,编制一个程序,分别用二分法、简单迭代法和牛顿迭代法求解其根
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:781
    • 提供者:爱雪
  1. qq

    0下载:
  2. 简单迭代法,牛顿插值法等实现的算法,,,自己写的!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1620
    • 提供者:张小川
  1. zhu(4)

    0下载:
  2. c语言的简单迭代法的代码 c语言的简单迭代法的代码
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1204
    • 提供者:我是谁
  1. ji

    0下载:
  2. 针对小流域设计洪水计算中,采用推理公式求解洪峰流量Qm及汇流时间τ的方法繁琐,查算精度较低等问题,提出用牛顿迭代法求解,该方法较原图解试算法收敛快,迭代次数少,计算速度快,精度可靠。计算实例表明,用简单迭代法与牛顿迭代法计算设计洪峰流量,其结果与图解试算法完全一致。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:98691
    • 提供者:dfsa
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:149475
    • 提供者:丁一
  1. simple_iterative_root_1

    0下载:
  2. 数值分析中的简单迭代法求方程根问题(迭代公式为[1+1;x]),程序中含方程输入和根显示界面。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9700
    • 提供者:丁一
  1. simple_iterative_root_2

    0下载:
  2. 数值分析中的简单迭代法求方程根问题(迭代公式为[sqrt(x+1)]),程序中含方程输入和根显示界面。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9072
    • 提供者:丁一
  1. gaosisaideer.rar

    0下载:
  2. 用高斯-赛德尔迭代法求方程组的根。它的原理与简单迭代法相似,但在赛德尔迭代法中,每次迭代时充分利用当前最新的迭代值,With the Gauss- Seidel iterative method seeking the roots of equations. Its principle with simple iterative method similar, but the Seidel iteration method in each iteration to take full advan
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:799
    • 提供者:wuruijin
  1. gaos-sedial

    0下载:
  2. 进行传热模拟,简单迭代,可以再传热领域以及工程热物理中计算温度变化规律-For heat transfer simulation, a simple iteration, you can heat the area of thermal physics and engineering changes of temperature
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:600326
    • 提供者:田伟
  1. Citerativenumerical

    0下载:
  2. 主要是二分法,分段线性插值 简单迭代 牛顿迭代等常用的数值计算的程序。-Mainly dichotomy, a simple iterative piecewise linear interpolation commonly used, such as Newton s iterative numerical procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8731
    • 提供者:宇航
  1. newton

    0下载:
  2. 用简单迭代法和牛顿迭代法求exp(x)+10*x-2=0的近似根,误差不超过0.0005,取初值为0,简单迭代法用迭代过程(2-exp(x))/10-With a simple iteration method and Newton iterative method seeking exp (x)+10* x-2 = 0 approximation of the root, the error does not exceed 0.0005, take initial value of 0, a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:511074
    • 提供者:吴岳伟
  1. Jacobi

    0下载:
  2. 简单迭代法(Jacobi跌代法),输入方程的维数、迭代最高次数、误差范围、方程的系数矩阵、常数矩阵,然后进行简单迭代法(Jacobi)迭代求解。-A simple iteration method (Jacobi or on behalf of the Law), enter the equation of the dimension, the maximum number of iterations, error range, equation coefficient matrix, cons
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:878
    • 提供者:董金勇
  1. djhsajdh

    0下载:
  2. Gauss 消元法 — 不选主元 Gauss 消元法 — 列选主元. 插值法 lagrange .cpp 插值法 lagrange .cpp 二分法.txt 二分法和简单迭代法以及埃特金.txt 复化辛卜生公式.txt快速弦截法 gauss-seidel选代.txt牛顿迭代法.txt-Gauss elimination method- do not choose the principal component Gauss elimination method- principal c
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7536
    • 提供者:贾斌
  1. cuda

    0下载:
  2. 采用cuda求解大规模线性方程组,简单迭代法实现,是学习cuda编程的很好例子-Cuda used linear equations to solve large-scale, simple iterative method to achieve is a good example of learning cuda programming
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:35330
    • 提供者:luojh
  1. ILPD

    0下载:
  2. 简单迭代法求矩阵方程,可以方便地求解线性方程组,非常使用。-matrix equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:856
    • 提供者:尤洋
  1. yiweierwei

    1下载:
  2. 简单的landweber迭代算法,可应用于一维、二维图像重建。(Simple landweber iterative algorithm can be applied to one-dimensional andtwo-dimensional image reconstruction.)
  3. 所属分类:其他

    • 发布日期:2020-09-15
    • 文件大小:130048
    • 提供者:佳美呀
« 1 23 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com