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

搜索资源列表

  1. MATLABpro

    1下载:
  2. 该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton interpolation, Taylor Xie differen
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:20925
    • 提供者:叶建槐
  1. jcwffc

    0下载:
  2. 解常微分方程,数值分析,c语言在数值分析中的应用-Solutions ordinary differential equations, numerical analysis, c language in the numerical analysis of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2616
    • 提供者:zyf
  1. RKF46

    1下载:
  2. 变步长五阶精度RK方法,用于积分常微分方程。Fortran程序已验证,放心使用。-variable step five bands RK precision method for integral ordinary differential equations. Fortran procedure has been verified, assured use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1983
    • 提供者:刘雁
  1. Nr_C

    3下载:
  2. 书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下读写屏幕象点、基本
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:231098
    • 提供者:姚志良
  1. Numerik1prog

    0下载:
  2. 作业题 就是说matlab中的常微分方程问题,是有ode45-operations that Matlab is the ordinary differential equations, have ode45
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2161
    • 提供者:张乐
  1. P97

    0下载:
  2. 实用欧拉算法实现常微分方程的离散化!是非常经典的算法-practical Euler algorithm Ordinary Differential Equations discrete! It is very classic algorithm! !
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3012
    • 提供者:favinfeng
  1. rk4

    0下载:
  2. function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 % 输出列向量tout表示节点 (t0 , t1 , … ,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1337
    • 提供者:王志波
  1. RGKT7

    0下载:
  2. 单精度龙格-库塔-基尔法,在初值条件下,借常微分方程。-single-precision Runge - Kutta - Kiel, in the initial conditions, under ordinary differential equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:921
    • 提供者:张超
  1. RGKT14

    1下载:
  2. c语言,双精度的龙格-库塔解常微分方程,初始条件给出,可以用来解方程组-c language, double-precision Runge - Kutta solution ordinary differential equations, given initial conditions, the solution can be used to equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1132
    • 提供者:张超
  1. RGKT3

    0下载:
  2. 用c语言编程,定步长基尔法求解一阶常微分方程,给定一阶常微分方程的初值问题。-with c programming language, will step Kiel method of first-order differential equations, given an order ordinary differential equation initial value problems.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:913
    • 提供者:张超
  1. RGKT13

    1下载:
  2. c语言编程。单精度的龙格-库塔-基尔法在初始条件下求解n元联立一阶常微分方程组;很好。-c programming language. Single precision of the Runge - Kutta - Kiel in the initial conditions for n simultaneous first-order differential equations; Good.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1157
    • 提供者:张超
  1. TGKT(2)

    1下载:
  2. 变步长是一种很好的数值求解方法。 c语言编程,求解龙哥库塔的四阶 初值给定的常微分方程组-variable step is a good numerical solution method. C programming language, for Mangge Kuta initial four bands to the Ordinary Differential Equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1312
    • 提供者:张超
  1. cwf0002

    0下载:
  2. 用c++编的matlab程序.是常微分方程解法.希望能给大家帮助,都是老师给布置的作业!谢谢!-using Matlab c addendum to the proceedings. Solution of ordinary differential equations. I hope that it provides help, teachers are to the layout of operations! Thank you!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:25639
    • 提供者:古爽
  1. odemonitor

    0下载:
  2. 实用的具有精度监视功能的常微分方程数值解法-practical function with precision surveillance of ordinary differential equations Numerical Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:987
    • 提供者:游江
  1. exciese

    0下载:
  2. 解ode的算法源程序,算例为一阶常微分方程-ode solution algorithm source code, examples of first-order differential equation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3003
    • 提供者:章华容
  1. work5

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

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

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

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

    0下载:
  2. 数值方法求解常微分方程的C实现[TEXT为主程序,其余方法(即C文件)放入Include文件夹即可]-the numerical solution of ordinary differential equations to achieve C [TEXT-based procedures, other methods (C) Add Include folders can be]
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:25868
    • 提供者:急惊风
  1. MATLABequationsolve

    0下载:
  2. 用Taylor展开法、平方法等解常微分方程,非常直观易懂,适合于初学者。-start with Taylor, Xie Ping method ordinary differential equations, very intuitive to understand and suitable for beginners.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2715
    • 提供者:落落
  1. Delphi-ChangYongShuZhiSuanFa

    0下载:
  2. Delphi常用数值算法(源码) 这些算法将为千千万万非计算机专业的工程技术人员架起一座方便快捷的桥梁,并能缩短应用软件的编制周期,减少重复劳动,达到事业功倍的效果。 第1章线性代数方程组的解法 第2章插值 第3章数值积分 第4章特殊函数 第5章函数逼近 第6章特征值问题 第7章数据拟合 第8章方程求根和非线性方程组的解法 第9章函数的极值和最优化 第10章傅里叶变换谱方法 第11章数据的统计描述 第12章解常微分方程组 第13章偏
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1597499
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 33 »
搜珍网 www.dssz.com