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

搜索资源列表

  1. matlab.rar

    1下载:
  2. 主要用来计算抛物型偏微分方程的数值解,而且通过调用边界函数来计算方程,采用差分编程方式,Mainly used to calculate the parabolic partial differential equations numerical solution, and by calling the function to calculate the equation of the border, using differential programmatically
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:549
    • 提供者:马冠男
  1. Cmathlib.rar

    0下载:
  2. 一个相当不错的C++数学库.该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。 ,A pretty good C++ Math Library. The database covers the vast majority of modern engineering computing: complex computing, linear algebra, permutations and com
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2163670
    • 提供者:Yingze wang
  1. edgedemo

    0下载:
  2. 通过拉普拉斯滤波器,高斯微分滤波器以及高斯差分滤波器提取图像边缘的简单matlab代码-Filter by Laplace, Gaussian derivative filters and difference filter from the edge of Gaussian simple matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:640
    • 提供者:endchaos
  1. gsl_win[1]

    0下载:
  2. 一个相当不错的C++数学库.该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。-A pretty good C++ Math Library
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7934843
    • 提供者:tina
  1. finite_element_toolbox_v2.01

    3下载:
  2. matlab工具箱,使用有限元计算ODEs(常微分), PDEs(偏微分),BVPs(边值问题),包括一维,二维,三维.(Matlab Finite Element toolbox,version2.01)-This is a toolbox for computing ODEs or PDEs in BVPs using FEM in 1D, 2D and 3D
  3. 所属分类:matlab例程

    • 发布日期:2013-05-18
    • 文件大小:95631
    • 提供者:wjl
  1. LE

    2下载:
  2. 高维李雅普诺夫指数计算程序,是关于三阶微分方程组的李雅普诺夫指数的matlab计算方法-High order Lyapunov Computation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3227
    • 提供者:Wenwen Shen
  1. Graphics-generation-and-filling

    1下载:
  2. 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4493407
    • 提供者:
  1. Euler

    0下载:
  2. 欧拉法和龙格库塔算法解一阶常微分方程源代码-Euler method and Runge-Kutta algorithm for solving differential equation source code
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:643
    • 提供者:
  1. wave

    2下载:
  2. 偏微分方程的波动方程数值解法,可选多个解法,对比作图-wave equation numerical solution
  3. 所属分类:matlab例程

    • 发布日期:2013-11-04
    • 文件大小:5649
    • 提供者:chi
  1. TRAPEZOIDAL-WITH-NEWTON-ITERATION-ALGORITHM

    1下载:
  2. 本程序提供一种求解刚性微分方程组的算法:具有牛顿迭代的梯形法-This procedure provides an algorithm for solving stiff differential equations: the trapezoidal method with Newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1679
    • 提供者:mike
  1. oula

    0下载:
  2. 数值分析作业。C语言编程。常微分方程初值问题的数值方法,详细分析了欧拉法的解法和分析,有结果输出和分析-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:178191
    • 提供者:王昆仑
  1. 20091227line

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:208575
    • 提供者:aliang
  1. RungeKuttaGill

    0下载:
  2. 用vc源程序实现经典rungekuttaGill法解微分方程组-Vc source code used to achieve the classic solution of differential equations rungekuttaGill method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:307462
    • 提供者:美丽
  1. colorimagerestoration

    1下载:
  2. 一种基于tv模型的彩色图像修复方法,效果很好-Tv model based on color image restoration
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3310
    • 提供者:fang
  1. Adams

    0下载:
  2. 包含多种算法的微分方程求解程序 如Adams,龙格贝塔等方法-Contains a variety of algorithms for solving differential equations of programs such as Adams, Long Ge Beita and other methods
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1405
    • 提供者:crynixes
  1. Second-order-dynamic-circuit

    0下载:
  2. 使用MATLAB对二级微分方程采用直接求解的方法,并使用GUI编制界面-Use of two differential equations using MATLAB direct solution methods, and use the GUI interface to the preparation of
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6790
    • 提供者:武当奇人
  1. 用四阶龙格库塔法求解

    3下载:
  2. 用四阶龙格库塔法求解一阶微分方程组的通用程序,C++编写-Fourth-order Runge-Kutta method for solving a common procedure order differential equations, C++ writing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-10
    • 文件大小:301274
    • 提供者:成晓东
  1. mesh_2d

    0下载:
  2. 二维贴体网格 fortran 源程序;偏微分方程生成网格,附详细的说明文档-body-fit mesh generation, two dimension
  3. 所属分类:Algorithm

    • 发布日期:2014-05-18
    • 文件大小:3072
    • 提供者:朱海
  1. Optical-bench4m7

    2下载:
  2. Matlab实现光线跟踪算法,建模光线折射、衰减、像差-Matlab to achieve ray tracing algorithm, modeling of light refraction, attenuation, aberrations
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:170039
    • 提供者:xinxinxin
  1. Crank-Nicolson

    8下载:
  2. 这是用matlab编辑的求解偏微分方程的一种方法隐式求解抛物型偏微分方程-This is edited using matlab a method of solving partial differential equations implicit solution of parabolic partial differential equations
  3. 所属分类:matlab

    • 发布日期:2015-11-21
    • 文件大小:1024
    • 提供者:vongpo
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com