CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - ode

搜索资源列表

  1. BipedHumSimulation

    0下载:
  2. 用ODE开发的双足机器人行走模拟。需要安装ODE环境。-Developed by ODE walking biped robot simulation. Need to install the ODE environment.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:278.27kb
    • 提供者:贾子枫
  1. MATLABjiemi

    1下载:
  2. 在这本实用的指导书帮助下你立即就可使用MATLAB了。《MATLAB揭秘》为学习这种功能强大的数学计算工具提供了高效的、启发性的方法。 本书使用简单易行的风格,一开始介绍了MATLAB基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE的数值解,使用特殊函数工作。本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB精华。 本自学指导书提供了: 上手MATLAB的最快方法 几百个带有解答过程
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7.04mb
    • 提供者:
  1. Ode

    0下载:
  2. 简单的插值,积分功能,,其中有文件的注释,希望对刚入门者有用-Simple integral function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:212.32kb
    • 提供者:张星
  1. ode

    0下载:
  2. ode problemds in mathematic
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:709byte
    • 提供者:mass
  1. scipy-0.9.0b1

    1下载:
  2. SciPy函数库在NumPy库的基础上增加了众多的数学、科学以及工程计算中常用的库函数。例如线性代数、常微分方程数值求解、信号处理、图像处理、稀疏矩阵等等。-SciPy is package of tools for science and engineering for Python. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal
  3. 所属分类:Other systems

    • 发布日期:2016-04-26
    • 文件大小:6.88mb
    • 提供者:沈觅仁
  1. Kutta-

    0下载:
  2. ODE库塔四阶法源程序 基于labview下的库塔四阶法的源程序-Kutta method of fourth order ODE source labview-based David Coulthard fourth order under the law of the source
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:10.15kb
    • 提供者:周铭
  1. solve-ODE-using-Matlab

    0下载:
  2. 用matlab解决一般常微分方程的代码~其中还有测试代码。-General ordinary differential equations solved using matlab code to which the test code.
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2.67kb
    • 提供者:陈侃
  1. 20030613

    0下载:
  2. 龙格库塔法ode是专门用于解微分方程的功能函数,他有ode23,ode45,ode23s等等,采用的是Runge-Kutta算法。ode45表示采用四阶,五阶runge-kutta单步算法,截断误差为(Δx)3。解决的是Nonstiff(非刚性)的常微分方程.是解决数值解问题的首选方法,若长时间没结果,应该就是刚性的,换用ode23来解.-Runge-Kutta method is designed for solving differential equations ode performan
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:469.79kb
    • 提供者:ricky
  1. SimRobot-

    0下载:
  2. 基于ODE引擎的机器人腿部运动控制,对学习ODE物理引擎很有用-Small leg robot program based on the ODE engine, it is very useful for learning ODE engine.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.34kb
    • 提供者:aven
  1. 3

    0下载:
  2. ode files in matlab in five method: full order 3rd order reduced order linear dynamic
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:558.46kb
    • 提供者:behnaz
  1. chua

    0下载:
  2. 这是一个用ode系列命令求解方程的实例,希望你能从中得到自己想要的-this is a program about the code for ode series ,hope you can learn from it
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:Jack
  1. ODENonLinFinDif

    0下载:
  2. NonLinear ODE Function
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.88kb
    • 提供者:zhewei
  1. ODELinFinDif

    0下载:
  2. This Matlab scr ipt solves the linear boundary value problem, second-order finite differences, as explained in the text.-linear ODE Function
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.42kb
    • 提供者:zhewei
  1. Matlab-ODE

    0下载:
  2. 常微分方程的初值问题(包括欧拉法、隐式欧拉法等)-Matlab initial value problem of ODE
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:10.01kb
    • 提供者:GGG
  1. ODE

    0下载:
  2. 这是书籍An Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB第二章非线性方程组(常微分方程组)的matlab程序,主要应用于化学动力学的相关领域,具体参见书籍-This is books An the Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB i
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:8.28kb
    • 提供者:ztao
  1. BzzMath6

    0下载:
  2. numerical tool for ode and pde equations
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:15.68mb
    • 提供者:xxjinhxx
  1. matlab 程序

    0下载:
  2. Lorenz方程的ODE解法,希望能帮助大家。(The ODE solution of the Lorenz equation, I hope to help you.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1.02mb
    • 提供者:木翊雪
  1. matlab 常微分方程数值解法 源程序代码

    5下载:
  2. 11.1 Euler方法 380   11.1.1 Euler公式的推导 380   11.1.2 Euler方法的改进 383   11.2 Runge-Kutta方法 385   11.2.1 二阶Runge-Kutta方法 385   11.2.2 三阶Runge-Kutta方法 388   11.2.3 四阶Runge-Kutta方法 390   11.2.4 隐式Runge-Kutta方法 391   11.3 线性多步法 392   11.3.1 Adams外推公式
  3. 所属分类:其他

    • 发布日期:2020-05-27
    • 文件大小:16kb
    • 提供者:XWLYF
搜珍网 www.dssz.com