CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - filtering

搜索资源列表

  1. SButterworh

    0下载:
  2. fortran 编写的巴特沃斯滤波程序,可以实现低通滤波,高通滤波,带通滤波,作者是李建平。-fortran program written Butterworth filter, can achieve low-pass filtering, high pass filter, band-pass filter, the author is Li Jianping.
  3. 所属分类:Database system

    • 发布日期:2017-03-29
    • 文件大小:1.21kb
    • 提供者:wangliyi
  1. matlab

    1下载:
  2. 图像的滤波,可以适用于人民币序列号的识别相关步骤-Image filtering can be applied to the yuan serial number to identify the relevant steps
  3. 所属分类:Other Databases

    • 发布日期:2017-04-06
    • 文件大小:824byte
    • 提供者:汪海
  1. MiniSQL

    0下载:
  2. Mini SQL对用户提供的数据缺少充分过滤,远程攻击者可以利用这个漏洞对目标服务器进行格式字符串攻击,可能以数据库进程权限在系统上执行任意指令。 远程攻击者可以发送恶意格式串来触发此漏洞,导致破坏进程中的任意敏感信息,造成以数据库进程... -Mini SQL user data provided by the lack of adequate filtering, remote attacker could exploit the vulnerability on the target se
  3. 所属分类:Database system

    • 发布日期:2017-04-11
    • 文件大小:1.06kb
    • 提供者:柳益君
  1. QueryFiltering

    0下载:
  2. 对于移动数据库而言,移动终端可能有被盗现象,安全成了问题,在不考虑其他机制(如加密)情况下,限制单一终端的访问权限成为话题-dynamic query filtering
  3. 所属分类:Database system

    • 发布日期:2017-04-14
    • 文件大小:3.84kb
    • 提供者:neuwolf
  1. freq

    0下载:
  2. demonstrating 2D filtering effects
  3. 所属分类:Database system

    • 发布日期:2017-04-11
    • 文件大小:932byte
    • 提供者:silicon
  1. PB_pull-down_data_window

    0下载:
  2. PB下拉数据窗口的动态过滤 将test_data.mdf和test_log.ldf文件附加到sql server 2000中,然后运行系统即可-PB pull-down data window, the dynamic filtering to test_data.mdf and test_log.ldf files attached to sql server 2000, and then run the system can be
  3. 所属分类:SQL Server

    • 发布日期:2017-03-25
    • 文件大小:116.35kb
    • 提供者:太极先锋
  1. 1124345436765564

    0下载:
  2. 粒子滤波(PF: Particle Filter)的思想基于蒙特卡洛方法(Monte Carlo methods),它是利用粒子集来表示概率,可以用在任何形式的状态空间模型上。其核心思想是通过从后验概率中抽取的随机状态粒子来表达其分布,是一种顺序重要性采样法(Sequential Importance Sampling)。简单来说,粒子滤波法是指通过寻找一组在状态空间传播的随机样本对概率密度函数 进行近似,以样本均值代替积分运算,从而获得状态最小方差分布的过程。这里的样本即指粒子,当样本数量N→
  3. 所属分类:Database system

    • 发布日期:2017-05-11
    • 文件大小:2.27mb
    • 提供者:fanlianxiang
  1. gamutlogviewer

    0下载:
  2. GamutLogViewer© is log file, logfile, viewer that works with Log4J, Log4Net, NLog, and user defined formats. It supports filtering, searching, highlighting and many other useful features. This is a Windows application.-GamutLogViewer© is log
  3. 所属分类:SQL Server

    • 发布日期:2017-11-16
    • 文件大小:3.31kb
    • 提供者:duong
  1. CHENGXU

    0下载:
  2. 另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像 6.在图像中生成一个矩形,然后用模板匹配法找出矩形位置。使用SSDA或改进的SSDA法-ave
  3. 所属分类:Oracle

    • 发布日期:2017-11-20
    • 文件大小:925byte
    • 提供者:方芳
  1. ImageProcessing

    0下载:
  2. 能够打开RAW格式图片,并进行低通高通滤波和自定义模板处理。编译环境是Visual Studio2010,采用C/C++编写-RAW format images can be opened, and the low-pass and high-pass filtering custom template processing. Build environment is Visual Studio2010, using C/C++ to write
  3. 所属分类:Database system

    • 发布日期:2017-05-11
    • 文件大小:2.07mb
    • 提供者:胡韦名
  1. ekf

    0下载:
  2. EKF扩展kalman滤波估计二维平面运动轨迹,实现二维平面有源雷达对目标距离和速度的跟踪。-Kalman filtering estimation of 2D motion trajectory EKF extension, realize the planar active radar for target distance and velocity tracking.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:lcx
  1. KF_CV1D_JD

    0下载:
  2. 假设目标是一维,采用CV模型,用kalman滤波方式进行滤波,验证目标跟踪的有效性。-Assume that the target is one dimension, using the CV model, is filtered by the Kalman filtering method, validate the target tracking.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-11
    • 文件大小:1.37kb
    • 提供者:lcx
  1. EXCEL-filtering-PB9

    0下载:
  2. EXCEL class custom filtering PB9 Source
  3. 所属分类:SQL Server

    • 发布日期:2017-04-26
    • 文件大小:40.11kb
    • 提供者:tuvy
  1. xtlb

    0下载:
  2. 形态滤波的相关程序,很多都有包括。。很重要,很有用的-Morphological filtering
  3. 所属分类:Database system

    • 发布日期:2017-04-12
    • 文件大小:596byte
    • 提供者:贾文慧
搜珍网 www.dssz.com