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

搜索资源列表

  1. 显式格式

    0下载:
  2. 偏微方程数值解法中显式格式的c语言程序,刚刚开始练习编程,希望各位多多指教。-Partial Differential Equations numerical computation Explicit format c language program has just begun to practice programming, I hope the exhibitions.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9650
    • 提供者:莫非
  1. 矩阵直接三角分解法

    0下载:
  2. 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法-c numerical methods used to prepare the direct numerical triangular matrix decomposition method of linear equations Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7405
    • 提供者:姚天伟
  1. jsff

    0下载:
  2. 计算方法程序常微分方程的数值解法课堂讲义-calculation procedures Ordinary Differential Equations Numerical Solution of classroom lectures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:157006
    • 提供者:fanshi
  1. thermal_math

    0下载:
  2. 导热问题数值解法的基础。热力学的数值解法已经称为一门独立的课程,工程中经常使用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27654
    • 提供者:比安
  1. yingyongshuzhifenxi.rar

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3239623
    • 提供者:zz
  1. Ryenolds_equation

    0下载:
  2. 7篇有关雷诺方程的论文 GMRES算法在雷诺方程数值解法中的应用 关于雷诺方程的渐近解 雷诺方程的推导_形式及应用 -Seven papers on the Reynolds equation GMRES algorithm for numerical solution of Reynolds equation in the application on the Reynolds equation of the asymptotic solution of Reynolds Eq
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:3105727
    • 提供者:宫晓春
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:374250
    • 提供者:xig
  1. lkt

    0下载:
  2. 龙库塔算法,C++实现,微分方程数值解法-Kutta algorithm for long, C++ implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:224809
    • 提供者:燕子
  1. pianweifenfangchengdeshuzhijiefa

    0下载:
  2. 关于偏微分方程数值解法的的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-Numerical solution of partial differential equations about the source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contr
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:9612
    • 提供者:苏木亚
  1. 1

    0下载:
  2. 掌握几种简单的数值解法,包括Euler方法、R-K方法、线性多步法 -shu zhi fen xi zha chi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39321
    • 提供者:邓杰
  1. nonlinershuzhifenxi

    2下载:
  2. 本书介绍非线性数值分析的理论和方法,如Newton型方法,同伦延拓法,带参数的非线性问题的解法,不适定问题的数值解法。-This book describes the theory and numerical analysis of nonlinear methods, such as Newton-type method, homotopy continuation method, with the parameters of the solution of nonlinear problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2848673
    • 提供者:zz
  1. test_solution

    0下载:
  2. 解三对角线方程数值解法,在c++环境中使用类轻松实现 -Solution Numerical Solution of tridiagonal equations
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:615
    • 提供者:maxiao
  1. gaosixiaoqu

    0下载:
  2. 该算法有效解决了线形方程组的在计算机中的数值解法。误差小。收敛速度快-The algorithm solves linear equations in the computer numerical solution. Little error. Faster convergence
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4078
    • 提供者:yy
  1. 19854818Heat_Equation

    0下载:
  2. PDEmatlab 在环境下编写的偏微分方程的数值解法, 实验的程序实现 .-PDEmatlab prepared in the environment of the numerical solution of partial differential equations, experimental procedures for implementation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1381
    • 提供者:胡广平
  1. 微分方程数值解

    0下载:
  2. 欧拉法是常微分方程的数值解法的一种,其基本思想是迭代。其中分为前进的EULER法、后退的EULER法、改进的EULER法。所谓迭代,就是逐次替代,最后求出所要求的解,并达到一定的精度。误差可以很容易地计算出来。(Euler method is a kind of numerical solution of ordinary differential equations, and its basic idea is iteration. It is divided into forward EUL
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:tyshiwo1
  1. 数值分析自编程序

    2下载:
  2. 数值分析经典算法的C语言程序实现,包括幂法、反幂法、qr分解、线性方程组解法等(Numerical analysis of the classical algorithm C language program,)
  3. 所属分类:其他

  1. ]偏微分方程的数值解法的程序

    1下载:
  2. 用于偏微分求解,大家可以看看。。。。。。。(For partial differential solution, you can see.)
  3. 所属分类:Windows编程

    • 发布日期:2020-09-16
    • 文件大小:91136
    • 提供者:Ivenn
  1. matlab 常微分方程数值解法 源程序代码

    5下载:
  2. 11.1 Euler方法 380   11.1.1 Euler公式的推导 380   11.1.2 Euler方法的改进 383   11.2 Runge-Kutta方法 385   11.2.1 二阶Runge-Kutta方法 385   11.2.2 三阶Runge-Kutta方法 388   11.2.3 四阶Runge-Kutta方法 390   11.2.4 隐式Runge-Kutta方法 391   11.3 线性多步法 392   11.3.1 Adams外推公式
  3. 所属分类:其他

    • 发布日期:2020-05-27
    • 文件大小:16384
    • 提供者:XWLYF
  1. 偏微分方程(PDEs)的MATLAB数值解法

    1下载:
  2. matlab 解偏微分方程 数值解法 pdf(matlab Solution partial differential equations Numerical solution)
  3. 所属分类:其他

    • 发布日期:2019-11-12
    • 文件大小:417792
    • 提供者:pfq007
  1. 微分方程求解————————matlab

    1下载:
  2. 常微分方程的数值解法,设计到欧拉解法,欧拉改进解法,矩阵解法等等(Ordinary differential equation numerical solution, design to euler solution, euler improved solution, matrix solution and so on)
  3. 所属分类:其他

    • 发布日期:2019-12-18
    • 文件大小:10240
    • 提供者:杜红
« 12 3 4 »
搜珍网 www.dssz.com