搜索资源列表
project2
- Finite Difference Method for Poisson equation. -Δu =f(x,y) in Ω u(x,y)=0 on Γ-Finite Difference Method for Poisson equation. -Δu =f(x,y) in Ω u(x,y)=0 on Γ
Finite_difference_method
- 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
fdmcorrect
- finite difference method for 2d heat conduction problem
FD
- 本程序用矩阵实现有限差分算法,本程序求解第一类边界条件下无源矩形金属槽电位分布,计算电磁学。-A simple code for finite difference method.
difference-method-of-hydrodynamics
- 一维流体力学差分方法,共10章。本书是介绍流体力学计算的差分格式基础理论的专著,对于研究流体力学的数值计算有很大帮助。-One-dimensional hydrodynamic finite difference method, a total of 10 chapters. This book introduces the basic computational fluid dynamics theory of the differential form of monographs, nume
frame-difference-method-
- 帧间差分法处理图像视频,可用于运动目标的检测-Image processing video frame difference method can be used for the detection of moving targets
background-difference-method
- 利用OpenCV中背景差分的函数,进行背景差分法构建,可以很好的进行运动目标检测-Background difference method based on OpenCV
Fwaves
- Solve 2d wave equation with Finite difference method有限差分法解二维波动方程-Solve 2d wave equation with Finite difference method
Time-Difference-Method
- 基于“时差法”测量流量:原理在于通过计算超声波顺流传播信号及逆流传播信号之间的时间差来求得管道内流体平均流速并进而得到流量。-Measurement of flow based on the Time difference method
Frame-difference-method
- 实现了基于二帧差分法和三帧差分法的目标检测-Frame difference method
Finite-Difference-Method
- 有限差分方法(网格法)是最早使用的一种电磁场数 值计算方法。 边值问题 物理思想:场域离散。 (连续区域→网格和节点) 数学基础:差分原理。 (微商→差商) 线性代数方程组 §6-3 有限差分方法 作为数值计算方法,有限差分法将连续场域的问题变换 为离散系统的问题(连续场域划分为若干个细小的区域:网 格和节点)。也就是说通过离散化模型上各离散点的数值解 来逼近连续场域内的真实解。-The finite difference method (grid
Finite-Difference-Method-solution-to-Laplaces
- Objective of the program is to solve for the steady state DC voltage using Finite Difference Method
forward-finite-difference-method-
- 地震勘探中,有限差分正演方法的简单一维数值模拟-Seismic exploration, forward finite difference method is simple one-dimensional numerical simulation
frame-difference-method(matlab)
- 基于帧间差分法的运动目标检测 赵小川 matlab例程 超赞 -Moving object detection based on frame difference method
Finite-difference-method-in-Matlab
- 有限差分法的Matlab程序(椭圆型方程),用有限差分法求解矩形域上的Poisson方程-Finite difference method in Matlab (elliptic equations), the finite difference method for solving the Poisson equation on a rectangular domain
The-background-difference-method
- 背景差分法,视频程序,分离出了前景和背景-Background difference method, video program, separating the foreground and background
Finite-Difference-Method
- 有限差分法求解非线性一维固结问题,利用的是6点差分格式。-Finite Difference Method
Central-difference-method
- 结构动力学解法,中心差分法帮助求解包括位移、加速度、速度以及阻尼的功能-Structural Dynamics solution, including the central difference method to help solve the displacement, acceleration, velocity and damping functions
three-Frame-difference-method
- 基于视频图像的三帧差法,使用相邻且连续的三帧图像进行相关的运算得到运动目标。一般用于运动目标检测。-Based on the video image of three difference method, the use of adjacent and contiguous three images related to the operation to get moving target. Generally used for moving target detection.
MATLAB_Finite-difference-method
- 有限差分法matlab 实现及其相关应用,包含相应实例-The MATLAB implementation of Finite Difference method, including some application examples