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

搜索资源列表

  1. MATLAB 数值计算

    1下载:
  2. 科研和工程计算可分为数值计算和符号计算两类。数值计算具有适应性强、应用广泛的优点。MATLAB凭借其卓越的数值计算能力而称雄世界。随着科研领域、工程实践的数字化进程的深入,具有数字化本质的数值计算显得愈益重要。 今天计算机几乎已经普及到每个从事工程和科研的从业人员,普及到每个正在接受理工科培养的学生。计算机软硬件的普及使人们拥有了前所未有的计算潜能,激发了人们质疑旧方法尝试新算法的欲望,鼓舞了人们用新计算能力试探解决实际问题的雄心。 本章内容显著不同于常见的数值计算教科书。本章的讨论围绕
  3. 所属分类:编程文档

    • 发布日期:2012-03-19
    • 文件大小:12153856
    • 提供者:axong1990
  1. 运用Runge-Kutta法数值求解常微分方程

    0下载:
  2. fortran90程序,运用Runge-Kutta法数值求解常微分方程的程序,非常适用,包括源代码、一个算例和输出程序,fortran90 procedures, the use of Runge-Kutta method for numerical solution of ordinary differential equations of the process, is very applicable, including source code, a numerical example a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-08-22
    • 文件大小:9948
    • 提供者:吕枫
  1. 利用四阶龙格-库塔公式计算常微分初值问题的数值解

    2下载:
  2. 利用四阶龙格-库塔公式计算常微分初值问题的数值解,The use of fourth-order Runge- Kutta ordinary differential formula of the numerical solution of initial value problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-10
    • 文件大小:669
    • 提供者:runze
  1. matlab微分方程数值解

    0下载:
  2. 微分方程数值解,相图,轨线图,等高线图,等-Differential equations, phase diagram, rail lines, contour maps, etc.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:1243
    • 提供者:pangliuyong
  1. yingyongshuzhifenxi.rar

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3239623
    • 提供者:zz
  1. numericalmethodsofintegration.

    0下载:
  2. 数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3 x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算,Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming languag
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:60976
    • 提供者:andy
  1. pdesolve.rar

    4下载:
  2. 偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法,Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:92060
    • 提供者:何红亚
  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. suanli_modified.rar

    1下载:
  2. 《偏微分方程数值解法》孙志忠版中算例的一些MATLAB程序,对学习这本书很有帮助, Numerical Solution of Partial Differential Equations Zhi-Zhong Sun version of MATLAB examples of some procedures, this book helpful in learning
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:9361
    • 提供者:liuchen
  1. gsl_win[1]

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

    • 发布日期:2017-05-24
    • 文件大小:7934843
    • 提供者:tina
  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. 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. PWF-MATLAB

    0下载:
  2. 偏微分方程的MATLAB解法,很好的电子书籍,很适合自学-MATLAB Solution of Partial Differential Equations, good e-books, it is suitable for self-
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130207
    • 提供者:liuchen
  1. DDA_Line

    1下载:
  2. dda画线算法(数值微分法),matlab实现-Line dda algorithm (Numerical Differentiation), matlab achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:728
    • 提供者:章礼平
  1. FORTRAN

    1下载:
  2. FOR TR AN 77科学计算子程序汇编。谭浩强主编,提供了100多个最经常使用的、最基本的子程序。内容包括:实矩阵的运算、复矩阵的运算、多项式的计算、插值法、微分法、数值积分、方程求解、方程组求解、微分方程求解、函数计算、概率统计等。 -FOR TR AN 77 subroutine compilation of scientific computing. TAN Hao-Qiang editor, providing more than 100 of the most frequent
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1083035
    • 提供者:wangzi
  1. MATLAB-algorithm

    0下载:
  2. 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:151573
    • 提供者:puda
  1. prog10-16

    0下载:
  2. 余向阳博士Matlab教程的源代码。 包括:1.非线性方程的解法;2.线性方程的数值解法;3插值法;4.常微分方程的解法-Dr. Yu Xiangyang Tutorial Matlab source code. Include: 1. Non-linear equations 2. The numerical solution of linear equations 3 interpolation 4. The solution of ordinary differential eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12326
    • 提供者:张扬
  1. matlab-suanfadaquan

    0下载:
  2. 包括插值,函数逼近,矩阵特征值计算,数值微分,数值积分,方程求根, 非线性方程组求解, 解线性方程组的直接法,解线性方程组的迭代法,随机数生成等-Including interpolation, function approximation, eigenvalue computation, numerical differentiation, numerical integration, equation Root, non-linear equations to solve the direc
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:239605
    • 提供者:陈岚崴
  1. matlabnumericintegrationtoolbox

    2下载:
  2. matlab数值积分工具箱自己加入到工具箱就能够使用了-matlab numerical integration toolbox itself can be added to the toolbox used
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:21964
    • 提供者:ss
  1. adams

    0下载:
  2. 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1279
    • 提供者:secret
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com