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

搜索资源列表

  1. EMFD2D

    0下载:
  2. 一个用于模拟地下赋存有二维导体的电磁场有限差分法正演程序-A program in C++ for finite difference electromagnetic modeling of2D buried conductors
  3. 所属分类:书籍源码

    • 发布日期:2013-06-10
    • 文件大小:4548
    • 提供者:普之仁
  1. TheCalculationandAnalysis

    0下载:
  2. 利用二维有限差分法对单脊波导TM模进行计算。通过调整网格数目观察计算结果的精度,可以设定出最优的网格数目,然后改变波导中脊的尺寸,观察最低两个TM模对应的截止频率的变化规律,最后给出对应的横截面电场、磁场分布图-The two-dimensional finite difference method to calculate the single-ridge waveguide TM mode. The optimal number of grid can be set by the accur
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:110788
    • 提供者:aa
  1. BLkg19

    1下载:
  2. Visual C++ 基于帧间差分法的视频运动目标检测 轮廓提取-Visual C++ the interframe difference method based video moving target detection contours extracted
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1580395
    • 提供者:杨洋
  1. detect-motion

    0下载:
  2. 在VC++6.0的MFC中结合opencv1.0的环境中编写的运动目标检测,采用的是背景差分法,混合高斯背景建模-Combined opencv1.0 environment written in the MFC VC++6.0 moving target detection using background subtraction method, Gaussian mixture background modeling
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:164034
    • 提供者:高东旭
  1. Matlab-for-finite-difference-

    0下载:
  2. 利用有限差分法进行数值分析的matlb源代码,欢迎下载-The finite difference method for numerical analysis matlb source code, welcome to download
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:4040
    • 提供者:宋明亮
  1. Video-Demo

    0下载:
  2. VC++视频图像运动目标检测,视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 视频只限于RGB非压缩Windows AVI格式-VC++ video image moving target detection, video presentations algorithm including: 1. The background prediction target d
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:103700
    • 提供者:yangdong
  1. 1

    0下载:
  2. 利用有限差分法解边值问题时,首先将求解区域分为很多个网格和节点,并用差商代替微商,然后,使区域中的偏微分方程转化为以节点的数值为未知量的差分方程组,最后,解该方程组便可得到各离散点待求的数值解-Using the finite difference method for solving boundary value problem, the solution region is divided into many grid nodes, instead of the derivative wit
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:10590
    • 提供者:lime2009
  1. the-detection-of-moving-targets

    0下载:
  2. 本程序运用帧间差分法进行运动目标的检测,通过帧间差分法获得差分图像,然后运用数学形态学进行处理,突出运动目标。-This program uses the inter-frame difference method for the detection of moving targets, the difference image obtained through the inter-frame difference method, and then use mathematical morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:627696
    • 提供者:guocheng
  1. researsh-based-FDTD

    1下载:
  2. 基于时域有限差分法的带挡板平行板传输线的研究-Basierend auf der Finite-Differenzen-Methode im Zeitbereich mit Schallwand parallelen Platte übertragungsleitung
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:175493
    • 提供者:李江
  1. qushixiaochu

    2下载:
  2. LLD法、ROR法、差分法三种对时间序列消去趋势的方法。LLD法作用最强,其次是ROR法,最后是差分法。用于股票和期货序列。能用于任何用Excel写的时间序列。-LLD law, ROR method, differential method three time-series trends elimination. LLD law the strongest effect, followed by the ROR method, final difference method. Used to
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-12-05
    • 文件大小:989
    • 提供者:yiwang
  1. TDE

    1下载:
  2. 非稳态二维热传导有限差分法matlab的代码-The unsteady two-dimensional heat conduction finite difference method matlab code
  3. 所属分类:assembly language

    • 发布日期:2014-09-26
    • 文件大小:1024
    • 提供者:xiaoxiao
  1. beijingfa

    0下载:
  2. 在vc++6.0下,利用opencv函数库,使用背景差分法检测车辆,并显示背景帧,和前景帧-Use opencv library in vc++6.0, using the background subtraction method detects the vehicle, and the background frame, frame and prospects
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:2685191
    • 提供者:王小飞
  1. cvcamera

    0下载:
  2. opencv 从摄像头或视频文件中读取视频,并利用背景差分法对运动物体进行检测-opencv read the video from the camera or video files, and use background subtraction method to detect moving objects
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:1439
    • 提供者:kobe
  1. Background-subtraction

    0下载:
  2. opencv 从摄像头或视频文件中读取视频,并利用背景差分法检测出视频中的运动物体-opencv read the video from the camera or video files, and using background subtraction method to detect moving objects in video
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:1453
    • 提供者:kobe
  1. BackSub

    0下载:
  2. 帧间差分法去背景,可以实现图片序列中的任意两帧的相减-Inter-frame difference method to the background, you can achieve any picture sequence subtraction of two
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:903
    • 提供者:天行者
  1. MotionddDetection

    0下载:
  2. 视频序列中的运动目标检测 帧间差分法 -motion target detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-17
    • 文件大小:1196292
    • 提供者:赵旭林
  1. Whl

    0下载:
  2. 背简单的景差分法,能够简单快速对视频进行差分-Back simple scene difference method, can be simple and quick video for difference
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:1295
    • 提供者:薛正清
  1. xp

    0下载:
  2. 背景差分法 运动目标的检测 获取二值图像 二值图像的腐蚀与膨胀处理-the background difference
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:734
    • 提供者:邢鹏
  1. modeling

    0下载:
  2. 基于C语言的地震正演模拟程序,主要采用了有限差分法来实现,希望可以帮助到大家-C language program based on the seismic forward modeling, mainly using the finite difference method to achieve, hope you can help to
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:2769625
    • 提供者:kongwei
  1. multitracking

    0下载:
  2. 基于OpenCV2.4.4+Visual Studio2008下的多目标跟踪代码。基于帧间差分法判断视频的背景和前景。-OpenCV2.4.4+ Visual Studio2008-based multi-target tracking code. Based on inter-frame difference method to determine the background and foreground of the video.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:2724952
    • 提供者:Zion
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 50 »
搜珍网 www.dssz.com