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

搜索资源列表

  1. work5

    0下载:
  2. 常微分方程求解过程!主要是使用matlab环境编译的!-ordinary differential equation solving process! Mainly use Matlab environment compiler!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1721
    • 提供者:月夜
  1. algorithm_code

    0下载:
  2. 内容包括常用的经典数值算法,差值、拟合与逼近、常微分方程的求解、数据处理与回归分析
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:317912
    • 提供者:时圣柱
  1. changyongsuanfachengxuji

    1下载:
  2. 本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:200852
    • 提供者:杨志亮
  1. 07

    0下载:
  2. Delphi算法包含各种算法:如矩阵变换,傅里叶变换等,常微分方程等,都是源码程序-Delphi 计算方法;包含各种算法:如矩阵变换,傅里叶变换等,常微分方程等,都是源码程序
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-08
    • 文件大小:1585893
    • 提供者:pangchangtao
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:222943
    • 提供者:Jawen
  1. Spacecraft-orbit-extrapolation-code

    1下载:
  2. 航天器轨道外推代码(FORTRAN95/2003科学计算与工程,宋叶志),旨在介绍常微分方程处置问题的应用。-Spacecraft orbit extrapolation code (FORTRAN95/2003 scientific computing and engineering, Sung YE), aims to introduce the ordinary differential equation of the disposal of the application.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:717756
    • 提供者:
  1. daba

    0下载:
  2. 用四阶龙格库塔法解决常微分方程边值问题,具体来说就是打靶问题-The fourth-order Runge-Kutta method to solve ordinary differential equations, specifically targeting the problem
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:649
    • 提供者:刘雯
  1. numericalsolution

    0下载:
  2. 针对常微分方程的数值解法,包含三个程序,可用于计算方法,数学建模等课程-For numerical solution of ordinary differential equations, including three procedures, the method can be used to calculate mathematical modeling course
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1524808
    • 提供者:wy
  1. Differential-Equations

    0下载:
  2. 此代码实现常微分方程的求解,经测试代码正确无误。-This code implements ODEs, the code is correct.
  3. 所属分类:LabView

    • 发布日期:2017-04-28
    • 文件大小:10806
    • 提供者:hypig
  1. ordinary-differential-equation

    0下载:
  2. 用于求解常微分方程的Labview源代码,希望对大家有帮助。-The solution of ordinary differential equations Labview source code, we hope to help others.
  3. 所属分类:LabView

    • 发布日期:2017-04-26
    • 文件大小:17593
    • 提供者:sumin
  1. MATLAB

    1下载:
  2. 单自由度系统对初始条件和简谐激励相应 由单自由度的运动方程和初始条件得到二阶非齐次常微分方程,它的解有对应的齐次方程的通解和非齐次方程的特接构成。-Single degree of freedom system to initial conditions and the corresponding harmonic excitation Special general solution of the equations of motion and initial conditions b
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:45095
    • 提供者:王鹏宇
  1. ODEs--MATLAB

    0下载:
  2. matlab计算常微分方程,讲解通俗易懂-matlab computing ordinary differential equations, explain straightaway
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:246270
    • 提供者:kaka
  1. Improved-Euler-method

    0下载:
  2. 改进欧拉方法求解常微分方程的初值问题.-Improved Euler method
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-29
    • 文件大小:228003
    • 提供者:茶上上
  1. cwf

    0下载:
  2. 微分方程,有时简称为方程,未知函数是一元函数的微分方程称作常微分方程,未知数是多元函数的微分方程称作偏微分方程。微分方程中出现的未知函数最高阶导数的阶数,称为微分方程的阶。-Differential equations, sometimes referred to as the equation, the unknown function is called Differential DOLLAR FUNCTION ordinary differential equations, differe
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:15852
    • 提供者:fh
搜珍网 www.dssz.com