搜索资源列表

  1. TCP_Sniffe

    0下载:
  2. 这是我在做硕士论文时编的一个小工具,比较简单,主要目的是捕捉网络封包,因为是小玩意,所以没有加入封包分析。 使用了线程技术对流经本机的封包进行截获并可记录到文件中,可以从源主机和目的主机来指定过滤。软件界面及其简单,一目了然。-This is my master s thesis at the time allocated to do a small tool that is relatively simple, the main
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-09
    • 文件大小:219136
    • 提供者:Zhao Genlin
  1. Mean_Mid_MATLAB

    0下载:
  2. 八邻域均值算法与中值算法的比较,加高斯噪声滤波进行比较-Eight-neighbor algorithm with the mean value of the comparison algorithm, plus Gaussian noise filter comparison
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:29696
    • 提供者:Vincent
  1. iir

    0下载:
  2. iir filter creat by altera
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-09
    • 文件大小:21504
    • 提供者:heti
  1. filter

    0下载:
  2. 基于CCS开发的低通滤波器,个人感觉,很适合初学者学习-Based on the CCS Development of low-pass filter, personal feeling, it is suitable for beginners to learn
  3. 所属分类:DSP编程

    • 发布日期:2024-05-09
    • 文件大小:1104896
    • 提供者:
  1. upf

    0下载:
  2. the unscented particle filter,文章内容详尽,对学习particle filter很有帮助,在移动机器人中有着广泛的应用-the unscented particle filter, detailed article on the study and helpful particle filter, in the mobile robot has a broad application
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:445440
    • 提供者:张才
  1. HistogramVC

    0下载:
  2. // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:3362816
    • 提供者:yue feng
  1. ekfcode

    0下载:
  2. Introduction to Estimation and the Kalman Filter (KC-1) Extended Kalman Filter Navigation System Example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:1561600
    • 提供者:刘冬
  1. wangluoguolv

    0下载:
  2. 有效地过滤网络病毒和有害数据,简易的包过滤程序和代理服务器软件-Effectively filter harmful viruses and data networks, simple procedures for the packet filter and proxy server software
  3. 所属分类:代理服务器

    • 发布日期:2024-05-09
    • 文件大小:523264
    • 提供者:baby
  1. Gaborfilter

    0下载:
  2. 本代码是Gabor带通滤波器,f应该是滤波器的中心频率,即你的纹理的主频率,Segma1,Segma2是正态分布的标准方差,看你带通的需要了,值越大,通带越大。你可以通过试验进行调整。-This code is Gabor bandpass filter, f should be the filter center frequency, that is your main frequency texture, Segma1, Segma
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:rex2042
  1. FsTPM0

    0下载:
  2. 一个过滤层文件系统驱动的完整代码,实现了文件的加密,操作截获等-A filter layer of the integrity of the file system driver code, the realization of the document encryption, such as operation of intercepted
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:190464
    • 提供者:baby
  1. work

    0下载:
  2. 一种简单的cic filter matlab实现方法-A simple way to realize cic filter matlab
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:lvxiaobing
  1. radar1

    0下载:
  2. 对MTD雷达中进行杂波滤除的滤波器组,就是多普勒滤波器组的仿真-Of MTD radar clutter filter in the filter group, that is, the simulation of Doppler filter bank
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:刘姝
  1. MCMC_Unscented_Particle_Filter_demo

    0下载:
  2. The algorithms are coded in a way that makes it trivial to apply them to other problems. Several generic routines for resampling are provided. The derivation and details are presented in: Rudolph van der Merwe, Arnaud Do
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:58368
    • 提供者:晨间
  1. ParticleFilterTutoria

    0下载:
  2. ParticleFilterTutorial 粒子滤波的入门介绍-Entry ParticleFilterTutorial particle filter introduction
  3. 所属分类:多媒体

    • 发布日期:2024-05-09
    • 文件大小:1759232
    • 提供者:豪仔
  1. code_Kalman

    0下载:
  2. 基于卡尔曼滤波器的物体追踪算法,很好用的,而且效率也很高-Kalman Filter-based object tracking algorithm, a very good use, but also high efficiency
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:15360
    • 提供者:杜鲁燕
  1. low_passfilter

    0下载:
  2. 用矩形窗设计线性相位FIR低通滤波器,给了源代码,已经调试过了。其中要用到一个函数myfreqz要自己编,在这也附上其代码。希望对大家有用。-Rectangular window with the design of linear phase FIR low-pass filter, to the source code, have been debug. To use a function which myfreqz to own,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:赵亮
  1. wienerfilter

    0下载:
  2. 用维纳自适应滤波器对数字图像进行滤波 程序说明: 本程序在Matlab 6.5 下调试通过 将“程序”目录下的所有文件考到Matlab的“work”目录下,然后在Matlab的command window输入 WienerFilter,回车即可-Using Wiener adaptive filter for digital image filtering process Descr iption: This
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:104448
    • 提供者:none
  1. assign3

    0下载:
  2. 在matlab下用Bilateral filter进行High dynamic range 图像 tune的源代码。读取.hdr文件(可用hrdshop生成)-In matlab under the Bilateral filter used for High dynamic range image of the source code of tune. Read. Hdr file (can be used to generate h
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:wangsankuan
  1. HalfTone

    0下载:
  2. 基于GP/GPU的滤镜处理之半影调,模仿photoshop功能-Based on the GP/GPU filter treatment of penumbral emphasize the functional mimic photoshop
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:2923520
    • 提供者:周舟
  1. PencilSketchFilter

    0下载:
  2. 基于GP/GPU的滤镜系统之铅笔画,模仿photoshop功能-Based on the GP/GPU filter system pencil painting, photoshop features mimic
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:2936832
    • 提供者:周舟
« 1 2 ... 44 45 46 47 48 4950 »

源码中国 www.ymcn.org