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

搜索资源列表

  1. Computmethod

    0下载:
  2. 有关计算方的经典算法的C程序,迭代、插值、各类积分公式,常微分方程的数值求解、Gauss列主元消去法-side of the calculation of the classical algorithm C procedures, iterative, interpolation, all integral formula, and often the numerical solution of differential equations. Gauss out PCA elimination
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13759
    • 提供者:易牧
  1. jsff

    0下载:
  2. 计算方法程序常微分方程的数值解法课堂讲义-calculation procedures Ordinary Differential Equations Numerical Solution of classroom lectures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:157006
    • 提供者:fanshi
  1. Neville

    0下载:
  2. 本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1034
    • 提供者:阙歌
  1. Euler_Taylor

    0下载:
  2. Euler解常微分方程,Taylor解常微分方程,追赶法求解三对角方程-Euler solutions ordinary differential equations, differential equations solution Taylor, catching up with the method three pairs Kok equation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:陈鹏
  1. flyMachine

    2下载:
  2. 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge - Kutta method to calculate the numerical solution of differential equations with graphics and movement track their authors trace the sour
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17404
    • 提供者:wchen1983
  1. changweifen

    0下载:
  2. 常微分方程的习题,有效帮助大家学习常微分方程的知识-Exercise Ordinary Differential Equations, effective help people acquire knowledge Ordinary Differential Equations
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:162076
    • 提供者:郭群
  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. 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 2 3 4 5 67 8 9 10 11 ... 27 »
搜珍网 www.dssz.com