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

搜索资源列表

  1. library(deSolve).R

    1下载:
  2. 传染病sis模型代码,用于求解常微分方程模型,带有人口结构(Code of SIS model for infectious diseases)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:kaaa
  1. 微分PID控制

    0下载:
  2. 上传代码是对微分PID控制系统的仿真,已经验证过(Upload code is the differential PID control system simulation, has been verified)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:30720
    • 提供者:pareto
  1. 文件

    0下载:
  2. 偏微分方程数值解的简单matlab计算演示(Simple matlab calculation demonstration of numerical solution of partial differential equation)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:9216
    • 提供者:Hpock
  1. 新建文件夹

    0下载:
  2. 龙哥库塔求解微分方程组的解,使用matlab语言编程(Mangge Kutta solving solutions of differential equations)
  3. 所属分类:文章/文档

  1. 常微分方程matlab解法

    0下载:
  2. matlab解常微分方程,欧拉公式,梯形法则等等,非常好用的小程序。
  3. 所属分类:其它资源

  1. separate1_temperature_distribution_y

    1下载:
  2. 温度场偏微分方程,盘面摩擦,二维,无热原(The basic equations of heat transfer are solved by two - dimensional partial differential equations, without pyrogen and frictional thermal boundaries)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:吴健鹏
  1. finite_element_quadratic_form

    0下载:
  2. 这个c++程序用于求解形如 -(pu')'+qu=f;u=0于左边界;u'=alpha于右边界。 的椭圆型偏微分方程。采用有限元解法,二次元差分格式。 使用说明: 在corefunc.h中自己定义修改方程中的函数p,q,f,它们分别对应文件中的3个函数funcp,funcq,funcf。 核心函数是double *Calcu(double *x, int n,double alpha=0.0) 其中x是节点数组,n+1应等于节点数量。alpha是右边值条件。核心函数返回计算的 近似解u在节点及对
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:4096
    • 提供者:random海
  1. zd530003514 (2)

    1下载:
  2. 一个matalb的四阶龙格库塔法解二阶微分方程的案列,附带一个FFT变换程序,供初学者参考(A MATALB four order Runge Kutta method for solving the two order differential equations for reference for beginners)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Phumetr
  1. 05317533Differential_Evolution2

    1下载:
  2. 微分进化优化算法用于进行多学科优化设计使用。(Differential_Evolution)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:214016
    • 提供者:幽梦随缘
  1. 五点差分法(matlab)解椭圆型偏微分方程

    0下载:
  2. 五点差分法(matlab)解椭圆型偏微分方程,内容详尽(Five-point difference method (matlab) Elliptic partial differential equations)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:liao2016
  1. 迎风格式

    0下载:
  2. 用迎风格式求解偏微分方程实例,答案通过图形方法给出(use wind-scale to figure out the partial differential equation)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:46080
    • 提供者:令1995
  1. 常微程序

    0下载:
  2. 常微分方程matlab软件仿真,方便,好用。(Ordinary differential equation MATLAB software simulation, convenient, good use.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:陈林林
  1. pde-thesis

    0下载:
  2. 求解偏微分方程常用代码,分别有初始值函数设置程序m文件,与边界条件、主程序等(matlab code for partial differential equations)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:仰望蓝天
  1. fortran

    0下载:
  2. 梯形法积分子程序 fortran 积分微分方程可以用(Trapezoid integral subprogram)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:pzzzzzz
  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. 常微分方程的初值问题

    0下载:
  2. 常微分方程初值问题的matlab计算方法代码(The calculation method of initial value problem of ordinary differential equation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:11264
    • 提供者:娜娜0102
  1. odesRK4

    0下载:
  2. 四阶经典龙格库塔法求解线性常微分方程组, 以及简易食物链的模型应用,方程组以向量输入输出(Four order Rung-Kutta for differential equations)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:柯基饼干
  1. shoot

    0下载:
  2. 试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:柯基饼干
  1. Morris Hirsch 3ed

    0下载:
  2. Differential Equations, Dynamical Systems, and an Introduction to Chaos 3ed, 微分方程,动力系统,混沌系统入门图书(Differential Equations, Dynamical Systems, and an Introduction to Chaos 3ed,pdf)
  3. 所属分类:其他

  1. MATLAB

    2下载:
  2. MATLAB解常微分方程组,常见的比如传染病模型(SIR,SIRS,SEIR等)(MATLAB solution to ordinary differential equations.Common models of infectious diseases (SIR, SIRS, SEIR, etc.))
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:9216
    • 提供者:木之田
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com