CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - iterative method

搜索资源列表

  1. Jacobi的迭代法

    1下载:
  2. 这个是雅克比迭代法的数值源代码,程序变得比较简单,但还需要完善-Jacques iterative method than the numerical code, the procedures are relatively simple, but needs to improve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:96.92kb
    • 提供者:刘建
  1. jifen124

    0下载:
  2. 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大. 相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.05kb
    • 提供者:yiri
  1. niudunfa

    0下载:
  2. 计算方法实验,通过编程实现埃特金加速法,一般迭代法,牛顿法的收敛次数的计算-calculated experiment, Programming Aitken acceleration method, the general iterative method, the convergence of Newton's method of calculating the number of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:fisherman
  1. 2 雅各比迭代法求方程组的解

    0下载:
  2. 2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar-two Jacoby iterative method for the solution of the equations 2 Jacoby iterative method for the solution of the equations. Rar
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:881byte
    • 提供者:杜正
  1. segmentation

    0下载:
  2. 用c#语言使用全局迭代的方法对图像进行阈值分割。-Using c# language using the iterative method of global image threshold segmentation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:869byte
    • 提供者:winter
  1. a

    0下载:
  2. 解线性代数方程组的雅克比迭代法,一段小程序,解线性代数方程组-Solution of linear algebraic equations of the Jacobi iterative method, a small program for solving linear algebraic equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:592byte
    • 提供者:猴猴
  1. nd

    0下载:
  2. 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton' s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:414.67kb
    • 提供者:黄敏
  1. lab_6

    0下载:
  2. 中科大计算方法实验 编写gauss-seidel迭代和SOR迭代的通用程序-Experimental preparation of USTC method gauss-seidel iteration and SOR iterative general program
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1.76kb
    • 提供者:刘亮明
  1. exe

    0下载:
  2. 幂法是求解按模最大特征值和相应的特征向量的一种迭代方法。-Power law model is solved by the largest eigenvalue and corresponding eigenvector of an iterative method.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:600byte
    • 提供者:李龙
  1. Gauss-Seidel

    0下载:
  2. 实现高斯赛德尔迭代法,可以实现空间离散点的插值运算-Implement gaussian "del iterative method
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:735.16kb
    • 提供者:张刚
  1. 2.1-(2)

    0下载:
  2. 方程求根,用迭代法!如果方程发散,程序会自动断开!-Equation Root iterative method! If the equation of divergence, the program will automatically disconnect!
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:675byte
    • 提供者:乔凯
  1. iteration-method

    0下载:
  2. 解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 -Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1.35kb
    • 提供者:纪成
  1. cSharp

    0下载:
  2. 一种现实迭代计算的新方法,可以输入任意的两个数字哦。功能很强大的。-A new method for iterative calculation of reality, you can enter any two numbers, oh. Function is very powerful.
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:682byte
    • 提供者:郭光明
  1. Jacobi-iterative-method

    0下载:
  2. 该程序是在C语言的编译环境下探索利用Jacobi迭代方法求解线性方程组。-The program is to explore the environment in the C language compiler using Jacobi iterative method for solving linear equations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.6kb
    • 提供者:
  1. Gauss_Seidel1

    0下载:
  2. 高斯迭代法的C++源程序,可以自己设置迭代次数,精确度高-Gauss iterative method C++ source
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:793byte
    • 提供者:maxueqin
  1. CHORIN-P

    0下载:
  2. 利用C++编写二维Poisuille流动,方法为MAC-Chorin压力迭代求解。-Use C++ write-dimensional Poisuille flow method for the MAC-Chorin pressure iterative solver.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2.86kb
    • 提供者:Edward
  1. lab4

    0下载:
  2. 用多维Newton迭代法求解非线性方程组-Solving nonlinear equations with multi-dimensional Newton iterative method
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:860byte
    • 提供者:王子壮
  1. gaosinihe

    0下载:
  2. 该程序采用高斯赛德尔迭代法进行函数拟合,由此进行负荷预测。-The program uses high Sisaideer iterative method function fitting, thereby performing load forecasting.
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3.75mb
    • 提供者:刘亚丽
  1. feixianxingfangchengqiugen

    0下载:
  2. 非线性方程求根,包括二分法,迭代法和弦割法-The roots of nonlinear equations, including the dichotomy, iterative method of chord secant method
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:王杰
搜珍网 www.dssz.com