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

搜索资源列表

  1. 2数值微分.rar

    0下载:
  2. 所属分类:其它

    • 发布日期:
    • 文件大小:7485
    • 提供者:
  1. 龙格库塔求解微分方程数值解

    0下载:
  2. 龙格库塔求解微分方程数值解-Runge - Kutta numerical solution of differential equations solved
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7389
    • 提供者:林子
  1. C++常用数值算法之5常微分方程

    1下载:
  2. 是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source file
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:27976
    • 提供者:潘杰
  1. 用四阶龙格-库塔法解求解微分方程初值问题

    1下载:
  2. 典型的数值分析程序,用四阶龙格-库塔法求解微分方程初值问题-typical numerical analysis procedures, with four bands Runge - Kutta method to solve initial value problems
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2873
    • 提供者:tsibintsibin
  1. 实验4-微分方程

    0下载:
  2. 用欧拉方法和龙格-库塔方法求微分方程数值解,画出解的图形,对结果进行比较分析。-using Euler method and RK method to solve the differential equations ,ploting the graph of the solution, compare and analyze the solutions
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:100454
    • 提供者:葛林
  1. 多功能数值仿真计算器

    0下载:
  2. 本程序提供了输入表达式计算、积分、微分、拟合、插值等多种数值计算,界面简练,功能强大-procedures for the importation of expression, integral, differential, fitting, interpolation and other numerical calculation, concise interface, powerful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18174
    • 提供者:向红
  1. 常微分方程初值问题的数值解法

    1下载:
  2. 常微分方程初值问题的数值解法:Euler方法、 Runge-Kutta方法、线性多步法、预测-校正法、 等。-Ordinary Differential Problems Numerical Solution : Euler's method, Runge - Kutta method, linear multi-step forecast-correction method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21166
    • 提供者:周思良
  1. weifen_jifen

    0下载:
  2. MATLAB数学实验之数值微分与数值积分,里面有课件以及作业,含程序以及分析过程-MATLAB Mathematical experiments and numerical differential numerical integration, and they courseware and operations, including procedures and analysis process
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2171550
    • 提供者:萧七
  1. ddaline.c

    0下载:
  2. ddaline.c 在Turboc2下编写DDA画直线算法。本程序实现的是数值微分画线算法。-ddaline.c prepared under the DDA Turboc2 painting linear algorithms. This program is the numerical differential line drawing algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1020
    • 提供者:Sungol
  1. 偏微分数值求解部分上课程序

    0下载:
  2. 偏微分数值求解中部分上机程序,包括偏微分数值求解一书的第三章几个算例(Programming program of Wendroff method in partial differential numerical solution)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:8192
    • 提供者:酒酿提子
  1. 第16章 偏微分方程的数值解法

    0下载:
  2. 工程应用中的偏微分方程的数值解法,包括源代码和函数索引,用于matlab中PDE工具箱的学习(Numerical solution of partial differential equation in engineering application)
  3. 所属分类:mathematica

    • 发布日期:2018-04-21
    • 文件大小:9216
    • 提供者:yrmin
  1. 常微分方程的数值解法

    1下载:
  2. 常微分方程的数值解法,包括欧拉法,改进欧拉法,四阶龙格-库塔法(The numerical solution of ordinary differential equations, including Euler method, improved Euler method, four order Runge Kutta method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. Romberg

    0下载:
  2. 数值分析的龙贝格算法。数值积分与数值微分,谢谢使用!(Romberg algorithm of numerical analysis.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:62464
    • 提供者:嗣子
  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. 常微分方程初值问题数值解法matlab程序及说明

    0下载:
  2. 常微分方程初值问题数值解法matlab程序及说明(Numerical solution of initial value problem of ordinary differential equations matlab program and descr iption)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-30
    • 文件大小:104448
    • 提供者:-zl-
  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
    • 提供者:杜红
  1. 偏微分方程的数值解法的程序

    2下载:
  2. 偏微分方程数值解法的MATLAB程序汇总(Summary of MATLAB program for numerical solution of partial differential equation)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-09
    • 文件大小:92160
    • 提供者:Weiyu_Shen
  1. [微分方程的数值解法与程序实现][华冬英,李祥贵]

    7下载:
  2. [微分方程的数值解法与程序实现 书中的源码和课件。
  3. 所属分类:物理计算

    • 发布日期:2020-03-15
    • 文件大小:14693177
    • 提供者:937092140@qq.com
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com