搜索资源列表
valueanalysis
- 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法 [ReMap.rar] - EASYARM2200教学实验平台上的存储器映射 -Numerical Differentiation and Numerical Integration: Newton-Cotes formulas, complex formulas and interval of successive half-hours law, ext
PLine
- 画图算法,包括数值微分法、中点画圆法、Bresenham画线、画圆算法等-Drawing algorithms, including numerical differential method, the midpoint drawcircle, Bresenham line draw, drawcircle algorithm
shuzhiweifen
- 数值微分的源程序,包含多种方法。请多多指教!-Numerical differentiation of the source, including a number of ways.
pake
- 共9个文件:C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,复数计算(复数类),矩阵计算(矩阵类),捆绑exe文件,收发电子邮件,数值积分,数值微分,用C编程获取WPS的文件密码-A total of 9 files: C Direct Reading dbf files, RS-232-C port real-time monitoring software design implementation, complex computing (complex type), ma
19854818Heat_Equation
- PDEmatlab 在环境下编写的偏微分方程的数值解法, 实验的程序实现 .-PDEmatlab prepared in the environment of the numerical solution of partial differential equations, experimental procedures for implementation.
szwrf
- matlab源程序,用于计算数值微分,里面有很多的有关数值微分的matlab程序。-matlab source code used to calculate the numerical differentiation, which have a lot of the numerical differentiation of the matlab program.
differential
- 这是一个基本数学运算中,关于计算数值微分的一个程序,程序设计简单规范,易读懂-This is a basic mathematical computations, on the calculation of numerical differentiation of a program, the program design is simple and standardized, easy to read and understand
weifen
- 包含多个数值微分的Vb 程序,有三点法,辛普森等-Vb multiple numerical differentiation procedures, three-point method, Simpson, etc.
mx_zhao3
- 画图 可保存读取 Bresenham算法 中点画线法 数值微分法(DDA)-Paint to save the Bresenham algorithm were dotted line is read the numerical differentiation Act (DDA)
MATLAB-codes
- matlab几乎所有数值计算程序,都包括在内,数值积分数值微分,方程求根等等,几乎所有需要用到的程序-The matlab almost all numerical procedures, including numerical integration numerical differentiation equation Root, etc., almost all the needed procedures
RICHAR
- 数值微分算法的计算机实现,数值方法与计算机实现。-Numerical differentiation algorithms, numerical methods and computer implementation.
RK4
- RK4通用程序,可以求解一般的数值微分的问题,RK4通用程序-RK4 General Procedure
常用数值算法--C语言
- 常用数值算法,C语言实现,尤其针对求解多重微分方程组数值解、求多重积分有帮助(Commonly used numerical algorithm, C language implementation, especially for solving multiple differential equations of numerical solution. It is very helpful for you to seek multiple points.)
第7章 数值微分
- matlab常用算法中的数值微分计算的程序,内含13个文件(matlab commonly used algorithm in numerical differential calculus program, containing 13 files)
偏微分数值求解部分上课程序
- 偏微分数值求解中部分上机程序,包括偏微分数值求解一书的第三章几个算例(Programming program of Wendroff method in partial differential numerical solution)
matlab数值微分程序原代码
- 9.1 利用差商近似导数 313 9.1.1 中点公式 313 9.1.2 利用Taylor公式构造差商公式 314 9.1.3 差商公式误差分析与步长优化 319 9.1.4 理查森外推法 321 9.2 插值型求导方法 323 9.3 样条求导 325 9.4 利用数值积分求导数 327 9.5 数值偏导数 329 9.6 MATLAB自带函数应用 329 9.6.1 diff函数 329 9.6.2 gradient函数 3
matlab 常微分方程数值解法 源程序代码
- 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外推公式
偏微分方程(PDEs)的MATLAB数值解法
- matlab 解偏微分方程 数值解法 pdf(matlab Solution partial differential equations Numerical solution)
微分方程求解————————matlab
- 常微分方程的数值解法,设计到欧拉解法,欧拉改进解法,矩阵解法等等(Ordinary differential equation numerical solution, design to euler solution, euler improved solution, matrix solution and so on)
Matlab数值微分法汇总
- Matlab数值微分法汇总:MidPoint 中点公式求取导数 ThreePoint 三点法求函数的导数 FivePoint 五点法求函数的导数 DiffBSample 三次样条法求函数的导数 SmartDF 自适应法求函数的导数 CISimpson 辛普森数值微分法法求函数的导数 Richason 理查森外推算法求函数的导数 ThreePoint2 三点法求函数的二阶导数 FourPoint2 四点法求函数的二阶导数 FivePoint2 五点法求函数的二阶导数 Diff2BSample 三次