CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 微分方程

搜索资源列表

  1. kexuejisuanchengxu

    1下载:
  2. 《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including numerical differentiation, nu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:590096
    • 提供者:yyy
  1. CommonArithmetic

    0下载:
  2. 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特征值与特征向量的计算、矩阵运算、拟合与逼近、排序、数据处理与回归分析、数学变换与滤波、数值积分、随机数产生、特征函数、图形模式下读写屏幕象点、线性代数方程组求解等C语言算法-algorithms big Collection; Including interpolation, locate, ordinary differential equa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:274773
    • 提供者:狼夜行
  1. IDPDENS1

    0下载:
  2. 用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1229
    • 提供者:iamwlg
  1. YXL1

    0下载:
  2. 用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:iamwlg
  1. YXLA

    0下载:
  2. 用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1208
    • 提供者:iamwlg
  1. YXLS

    0下载:
  2. 用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1207
    • 提供者:iamwlg
  1. DEFFIRENTIAL-EQUATION

    0下载:
  2. 用LAPLACE方法求解多维沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。此处为MATHEMAICAL程序-used method for multiple preoperational Ertaila equation here as a variable element of the equation, As the same time contain differential equations and integral, the general
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10207
    • 提供者:iamwlg
  1. 程序

    0下载:
  2. 微分方程算例matlab等程序,方便高数学习者及编程初学者(Differential equation example with matlab program, convenient for advanced mathematics learner)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:sbf
  1. 欧拉法

    0下载:
  2. 常微分方程数值解法:欧拉法,并将其应用于自由落体问题(here is the matlab code for solving the ordinary differential equation by using the Eular method. besides, the author also gave an example for testing.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:小JJJJJ
  1. tunge-kutta

    0下载:
  2. 常微分方程的数值解法当中的四阶经典龙格库塔程序(Four order classic Runge Kutta program)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:杨小歪
  1. 08常微分方程初值问题

    0下载:
  2. 详细功能说明参见word文档,word文档中给出了具体案例及过程(Detailed functional descr iptions refer to the word document. Specific cases and procedures are given in the word document.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:61440
    • 提供者:sunxq4079
  1. functionequation

    0下载:
  2. 求解微风方程边界条件限制下的解。解一个方程组, du/dx+dv/dx=0 u=dn/dx v=-dm/dx du/dx=-exp(-x)+n*m/(m+n) 边界条件和初值条件 u(p)=0,u(0)=v(p),v(0)=0 n(0)=q 其中函数自变量为x,边界条件和初值条件中p为常量,q为变量(Solving the solution of the boundary condition of the breeze equation)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:尼克尔萨
  1. 19 Fortran常用算法程序集 附算法源代码

    3下载:
  2. 常用的数值计算程序代码,包括插值,微分方程求解等(fortran numerical, interpolate.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-06
    • 文件大小:6487040
    • 提供者:liangwei246
  1. shiyan

    1下载:
  2. 改进欧拉,四级龙格库塔,c++ 利用改进的欧拉格式及四阶经典龙格—库塔格式求解下面的常微分方程初值问题(Improved Euler, four level Runge Kutta, c++)
  3. 所属分类:数学计算

    • 发布日期:2020-11-03
    • 文件大小:248832
    • 提供者:山远近
  1. MATLAB有限元分析与应用(P_I_Kattan).part1

    2下载:
  2. 有限元分析,基于matlab的解决偏微分方程的有限元分析法(finite element analysis)
  3. 所属分类:数学计算

    • 发布日期:2020-07-07
    • 文件大小:1048576
    • 提供者:SJQQ
  1. KS_扰动_后向差分数值解

    1下载:
  2. 用python求解偏微分方程KS方程,用于混沌系统预测(solve PDE by python and use the data to predict chaotic)
  3. 所属分类:数学计算

    • 发布日期:2020-12-03
    • 文件大小:1024
    • 提供者:doushilangf
  1. boussinesq3d

    0下载:
  2. freefem++是基于C++开发的一种汇编语言,专门用于有限元方法求解偏微分方程,但是比C++编程容易许多(Freefem++ is an assembly language developed on the basis of C++. It is specially used to solve partial differential equations by finite element method, but it is much easier than C++ programming.
  3. 所属分类:数学计算

    • 发布日期:2020-04-22
    • 文件大小:3072
    • 提供者:viscoelastic
  1. 四阶龙格-库塔法

    2下载:
  2. 利用四阶龙格库塔求解微分方程,并给出方程实例。(The fourth order Runge Kutta is used to solve the differential equation and an example is given.)
  3. 所属分类:数学计算

    • 发布日期:2020-07-09
    • 文件大小:1024
    • 提供者:杜杜i
  1. 龙格库塔法

    1下载:
  2. 使用MATLAB仿真软件,实现4阶龙格库塔法求解常微分方程,结果精确
  3. 所属分类:数学计算/工程计算

  1. Multigrid methods + documentation

    0下载:
  2. Fortran 软件包 BOXMG 和 BOXMGP。 它求解具有以下边界条件的任意组合的矩形域上散度形式的二维二阶偏微分方程:Dirichlet、Neumann、Robin 和周期性
  3. 所属分类:数学计算/工程计算

    • 发布日期:2022-09-05
    • 文件大小:15982409
    • 提供者:nutrik
« 1 2 ... 25 26 27 28 29 3031 32 »
搜珍网 www.dssz.com