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

搜索资源列表

  1. EX_4_RK4

    0下载:
  2. 采用四阶Runge-Kutta算法求一阶常微分方程的初值问题,参考,施吉林等编著《计算机数值方法》,第五章第二节,2-2,四阶Runge-Kutta算法.-Four Order Runge-Kutta (RK4)
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:982
    • 提供者:刘军
  1. EX_5_NEWTON

    0下载:
  2. 用Newton法计算方程的根,参考,施吉林等编著《计算机数值方法》第三版,第六章第三节,3-3 Newton迭代算法。-Newton algorithm for roots of nonlinear equation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:551
    • 提供者:刘军
  1. Numerical-method-solve-equations

    0下载:
  2. 数值方法解方程组AX=B(LU分解),过程分3步,首先,分解系数矩阵A=LU,然后,解LY=B,最后再求UX=Y 另一种是直接求解的(2.1)-Numerical method to solve the equations AX = B (LU decomposition), 3 step process, first of all, the decomposition of the coefficient matrix A = LU, then, Xie LY = B, and finally
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:1215
    • 提供者:落木之殇
  1. javaalgorithm

    0下载:
  2. java数值计算方法包 可以调用各种数值方法-java algorithm method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:115144
    • 提供者:WW
  1. shuxue

    0下载:
  2. 数值方法中以用到的迭代公式,可以通过更改里面的变量值达到自己想要的结果和精度-Numerical methods used iterative formula through a change inside the variable value to achieve the results you want and accuracy
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:780
    • 提供者:吴伟
  1. Lagrange

    0下载:
  2. 数值方法中拉格朗日插值法用C++语言编写-Numerical Methods in Lagrange interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:798
    • 提供者:石梅
  1. OED-equations-math-method

    0下载:
  2. 关于数值方法的介绍,各种算法解决不同类型的偏微分方程。-Introduction of numerical methods, various algorithms to solve different types of partial differential equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1712924
    • 提供者:林真天
  1. guass

    0下载:
  2. gauss计算数值分析线性方程组,并且是最常用的一种数值方法-guass
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:270108
    • 提供者:dwy
  1. Romberg2

    0下载:
  2. 对于实际的工程积分问题,很难应用Newton-Leibnitz公式去求解。因此应用数值方法进行求解积分问题已经有着很广泛的应用,本程序基于Romberg积分法来解决一类积分问题。-Credits for practical engineering problems, difficult to apply the Newton-Leibnitz formula to solve. The application of numerical methods for solving integral p
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:573488
    • 提供者:梧桐雨
  1. numerical-methods

    1下载:
  2. 数值方法的5个重要的算法: 1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解 2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。 3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。 4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解 5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。-Numerical Methods in
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:4411
    • 提供者:黄建理
  1. program

    0下载:
  2. 运用数值方法求解导数问题; 求解微分问题; 求解积分问题的源代码-Use of numerical methods for solving the derivative solving differential problem solving integral problem of source code
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:143964
    • 提供者:yaogui
  1. PSO

    0下载:
  2. pso算法,运用智能优化的数值方法求解最优值-pso algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:16118
    • 提供者:anthooper
  1. 45

    0下载:
  2. 计算机数值方法中利用追赶法求线性方程组的解,在此只限定四阶-The use of the catch-up method to seek the solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:721
    • 提供者:郭景
  1. linear-equations-iterative-algorithm

    0下载:
  2. 《计算科学与数值方法》中解线性方程组的迭代算法的c++代码实现-" Computational Science and numerical methods of solution of linear equations iterative algorithm c++ code to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:2227988
    • 提供者:christy9088
  1. Newton-interpolation

    0下载:
  2. 《计算科学与数值方法》中的牛顿插值算法实现-Newton interpolation algorithm in Computational Science and Numerical Methods
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1148151
    • 提供者:christy9088
  1. Integral

    0下载:
  2. C++的各种积分程序,已形成头文件和内联函数文件,可用于各种数值方法的计算中。-The various integration program in C++, has formed the header files and inline function files that can be used in the calculation of the various numerical methods.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-12-03
    • 文件大小:4361
    • 提供者:sun changwen
  1. matlab

    0下载:
  2. 二分法,这是用matlab编写的c程序,数值方法-Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:2341
    • 提供者:苏简默
  1. Numerical-Quadrature

    0下载:
  2. 有限元方法,matlab实现,数值方法,解答详细。-Finite element method, matlab realize, numerical methods, detailed answer.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:82803
    • 提供者:hyuming
  1. lianxi

    2下载:
  2. 一维非稳态导热这个程序是用matlab程序编写的应用数值方法计算二维平板传热的一个应用程序,含有源代码和公式,可以根据具体参加和情况进行二次开发,简单使用,非常方-One-dimensional unsteady heat conduction matlab program This program is written in two-dimensional numerical method to calculate the heat transfer of a tablet applicati
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:559
    • 提供者:孙国建
  1. Monte-Carlo

    0下载:
  2. Monte Carlo 法不同于前面几章所介绍的确定性数值方法,它是用来解决数学和物理问题的非确定性的(概率统计的或随机的)数值方法。-Monte Carlo method is different from the previous chapters described deterministic numerical method, which is used to solve mathematical and physical problems of non-deterministic (p
  3. 所属分类:File Formats

    • 发布日期:2017-11-18
    • 文件大小:269312
    • 提供者:hanwei
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com