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

搜索资源列表

  1. volutionalgorihm

    0下载:
  2. 微分进化算法的一套实用程序,适合学习微分进化算法的朋友研究-A set of differential evolution algorithm utility for the study of differential evolution algorithm research friend
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:14214
    • 提供者:xiongjun
  1. devec3

    0下载:
  2. 微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven tha
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:9423
    • 提供者:ashsun
  1. solvingdifferentialequations

    1下载:
  2. 有关求解微分方程的代码 常微分方程的matlab解法-using matlab to solve normal differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:297461
    • 提供者:田有良
  1. diff

    0下载:
  2. 微分方程数值解法源代码,包括四阶Adams方法和四阶RK方法,,数值分析作业。-Differential Equations Numerical Solution of the source code, including fourth-order Adams methods and fourth-order RK method, numerical analysis operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:70402
    • 提供者:lsw_hit
  1. dlsode.f.tar

    0下载:
  2. 微分方程程序 微分方程程序 微分方程程序-odes odes odes odes odes odes odes odes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:41989
    • 提供者:asd
  1. PDEresearch

    0下载:
  2. 基于偏微分方程的图像去噪,图像修复及放大研究-Based on partial differential equations of image denoising, image restoration and research to enlarge
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8873192
    • 提供者:
  1. lichaxun

    0下载:
  2. 理查逊外推法求数值微分,能达到很高的精度。-Richardson extrapolation method for numerical differentiation, to achieve high accuracy.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:516
    • 提供者:cz3vx
  1. NumericalSolutionofPartialDifferentialEquations.ra

    0下载:
  2. 这个是matlab经典教程的一个关于 偏微分方程的数值解法的原代码,希望大家赶快下载哦-This is a classic tutorial matlab partial differential equations on the numerical solution of the original code, I hope you get to download Oh
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9595
    • 提供者:
  1. pianweifenMATLAB

    0下载:
  2. 各种偏微分方程 使用MATLAB程序设计的解法-Solution of Partial Differential Equations
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5129994
    • 提供者:陶珂
  1. shuzhiweifen

    0下载:
  2. 数值微分的源程序,包含多种方法。请多多指教!-Numerical differentiation of the source, including a number of ways.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5842
    • 提供者:changxu
  1. fangchengqiugeng

    1下载:
  2. 偏微分方程的数值解法,包括所有源程序,请多多指教!-The numerical solution of partial differential equations, including all source code, please advice!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:9837
    • 提供者:changxu
  1. AFEM@matlab

    0下载:
  2. EM@matlab是一个有限元工具包,适用于静力和偏微分方程的演变-AFEM@matlab is a MATLAB package of adaptive finite element methods (AFEMs) for stationary and evolution partial differential equations in two spatial dimensions
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:273756
    • 提供者:晁忠贵
  1. TV_resto

    0下载:
  2. 偏微分方程应用与图像去噪,迎风方案,采用TV方法- Restore an degraded Image (noising and blurring) by TV method. The numerical implementation is based on Roe upwind schema
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:753
    • 提供者:maomao
  1. PDE

    0下载:
  2. 求解偏微分方程,可以自己输入方程,注意方程式二维的才可-pde solutions
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1918
    • 提供者:李冰
  1. PDFmatlabsovler

    0下载:
  2. 详细的偏微分方程的matlab求解步骤与程序说明。-detailed PDE soler ,using PDE tools and codes.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130028
    • 提供者:吴涛
  1. Matlab

    1下载:
  2. Matlab数值微分的程序,包含下面所列多种微分算法。 MidPoint 中点公式求取导数 ThreePoint 三点法求函数的导数 FivePoint 五点法求函数的导数 DiffBSample 三次样条法求函数的导数 SmartDF 自适应法求函数的导数 CISimpson 辛普森数值微分法法求函数的导数-Matlab numerical differentiation procedure, including a variety of differential al
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3211
    • 提供者:Wade
  1. MATLAB-Solution-of-Partial-Differentl-Equations.ra

    0下载:
  2. 本书详细介绍了偏微分方程的MATLAB解法,是解决偏微分方程的一种有效的数值解法。-The book details the MATLAB Solution partial differential equations, partial differential equations to solve an effective numerical method.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5129968
    • 提供者:陈德智
  1. MATLAB

    1下载:
  2. 这是一个MATLAB中文工具箱,提供了很多有用的,MATLAB自身没有的数学建模的源码,例如:数据拟合,微积分和微分方程,随机模拟和统计分析,数学规划,离散优化等,并有中文的注释。非常好!-This is a MATLAB toolbox Chinese, providing a lot of useful, MATLAB does not own the source of mathematical modeling, such as: data fitting, calculus and d
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:372368
    • 提供者:王怀勇
  1. upjode

    0下载:
  2. fortran程序,迭代常微分方程求解器,包括源代码、使用说明。-fortran program, iterative solver of ordinary differential equations, including source code, use the instructions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:39848
    • 提供者:吕枫
  1. pdegui

    3下载:
  2. 偏微分方程数值解法,包括泊松方程,特征值方程,热传导方程和波动方程-PDEGUI demonstrates the finite difference solution of model problems involving Laplace s operator
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3371
    • 提供者:wangg
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com