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

搜索资源列表

  1. SimuTcpClient

    1下载:
  2. 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using winpcap development in a multi-t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-05-14
    • 文件大小:80.74kb
    • 提供者:wellphone
  1. DirectShow-src

    0下载:
  2. DirectShow开发指南》源码 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技 术的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。
  3. 所属分类:DirextX

    • 发布日期:2017-05-23
    • 文件大小:772.83kb
    • 提供者:zhomec
  1. DirectShow

    0下载:
  2. DirectShow开发指南源码 陆其明老师书带的源码,有几个很不错的实例。学流媒体不错的资源 。 下载内容说明: readme.txt:本说明文件。 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,S
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-05
    • 文件大小:585.1kb
    • 提供者:呈现出
  1. filter

    0下载:
  2. 建立了一个完整的MFC应用程序,实现了位图的中值滤波和均值滤波。-Set up a complete MFC application, implementation of the digital map median filter and mean filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:36.69kb
    • 提供者:shuiyeshan
  1. filter

    0下载:
  2. 基于MFC的。实现一些比较常见的图像变换,如滤波,剪裁、旋转、颜色空间转换等-Based on the MFC. The realization of some of the more common image transformations, such as filtering, cropping, rotation, color space conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4.19mb
    • 提供者:sss
  1. FIRCON

    0下载:
  2. 用MFC编写基于对话框的对FIR滤波器设计控件的使用的示例程序,可点击按钮设计滤波器的参数,长度等。-A demo programe of the FIR filter design ActiveX ctrl.It s a dialog programe based on MFC in visual c++6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:7.84mb
    • 提供者:xinjirong
  1. filter

    1下载:
  2. 巴特沃斯低通滤波器的MFC程序,FS是采样频率,fp是截止频率,大家-Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off frequency, we take a look at
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-06-17
    • 文件大小:39.86kb
    • 提供者:金隆
  1. firfilter

    0下载:
  2. mfc滤波器.rar 用MFC编写的滤波器程序 fir滤波器 firfilter.cpp firfilterDlg.cpp firfilter.dsw firfilter.-mfc filters. rar filters written using MFC program fir filter firfilter.cpp firfilterDlg.cpp firfilter.dsw firfilter.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3.47mb
    • 提供者:adam
  1. MFC_Graphic

    0下载:
  2. 这MFC图像处理源代码总集包括了均值滤波,直方图均衡,高斯平滑,,锐化,拉普拉斯锐化(边缘检测),阈值变-This MFC source code for the total set of image processing, including the mean filter, histogram equalization, Gaussian smoothing, sharpening, Laplacian sharpening (edge detection), the threshold c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8.41mb
    • 提供者:萤火虫
  1. tiaoshi1

    0下载:
  2. 计算机图像处理,MFC实现图像的直方图显示、直方图的均衡化,以及中值滤波等功能-Computer image processing, MFC histogram of image display, histogram equalization and median filter and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.27mb
    • 提供者:张会会
  1. filter

    0下载:
  2. 饮水思源。决定分享自己的MFC编程开发经验。 ZXG_MySniffer网络抓包分析仪软件说明文档一、 软件功能描述: 1、 能够获取本地网卡信息,包括以太网卡、无线网卡和虚拟网卡的所有详 [winpcap.rar] - 本程序通过使用WinPcap来捕获TCP数据包,并解析TCP包头 -Drinking water source. MFC programmer decided to share their development experience. ZXG_MySniffer E
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:136.83kb
    • 提供者:lvjing
  1. Wiener-Filter--

    0下载:
  2. 基于MFC的维纳滤波的c++算法实现,过程很详细,能运行。-Wiener filter based on MFC c++ algorithm, the process is very detailed and can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:141.49kb
    • 提供者:ding
  1. URLfilter

    0下载:
  2. 本软件基于MFC开发,在程序界面单击“选择URL库文件”然后选择实例库文件url.txt。然后在“输入待匹配URL”中输入URL规则,例如http://www.huawei.com。之后单击开始匹配,匹配结果将会在最下方的结果栏输出结果。关于URL库文件,需要txt格式,同时库文件中每一行应该为一个url,不应该有空行。 注意该源码使用vs2010编译通过,低版本不保证一定成功-The MFC-based development of software, the program interf
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:153.23kb
    • 提供者:mengxin
  1. Digital-iamge_MFC

    0下载:
  2. 运用C实现了数字图像的一些基本算法,包括canny edge detection,阈值变换,维纳滤波,直方图均衡,图像细化,旋转,图像配准,图像分割kmeans, isodata, fuzzy c means, fuzzy clustering, mrf image seg, 图像浏览,road svm using matlab, snakes matlab, anistropic gaussian filter-Canny edge detection, threshold transform
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21.41mb
    • 提供者:wangzhe
  1. Student-MFC-VCPP-ODBC

    0下载:
  2. 用MFC做的一个学生信息管理系统,有增加、删除、排序、筛选功能,系统通过ODBC方式连接数据库。 由于文库不支持RAR,故需要完整的程序以及数据库可以联系俺,希望对大家有帮助。 -To do with the MFC, a student information management system, increase, delete, sort, filter functions, the system through ODBC to connect to the database. T
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2.2mb
    • 提供者:clear
  1. filter

    0下载:
  2. 自己写的一个MFC的字符串匹配,支持多模式匹配,关键词和匹配文档写在TXT中读入,BM算法实现-Himself wrote an MFC string matching, support for multi-pattern matching keywords and matching documents written in TXT reads, BM algorithm implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:1.88mb
    • 提供者:zzy
  1. TraceFilter

    0下载:
  2. My Trace Filter MFC application
  3. 所属分类:File Operate

    • 发布日期:2017-11-23
    • 文件大小:102.24kb
    • 提供者:undici77
  1. MFC-MedianFilter

    0下载:
  2. 利用VC编写的基于对话框的中值滤波源代码。-VC prepared using dialog-based median filter source code.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-29
    • 文件大小:25.52mb
    • 提供者:西大楼107
  1. The-median-filter-complete-version

    0下载:
  2. MFC用中值滤波算法,实现对图像的平滑处理,对含有椒盐噪声的图像特别有用-MFC algorithm of median filter, smoothing the image processing, especially useful for images with salt and pepper noise
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.31mb
    • 提供者:西门吹雪
  1. filter

    0下载:
  2. 低通滤波巴特沃斯低通滤波器的MFC程序,FS是采样频率,fp是截止频率,大家-Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off freq(Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off freq)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:39kb
    • 提供者:王玉
« 12 3 4 5 6 »
搜珍网 www.dssz.com