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

搜索资源列表

  1. yuplayer

    0下载:
  2. 一个VC的MP3播放器源代码,基于MFC-a VC MP3 Player source code, based on the MFC
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:61721
    • 提供者:shaan
  1. VCPlayer200701100115(fullscreen+caption)

    0下载:
  2. 用mfc编写direcshow的播放器源代码,包含全屏和叠加字幕-prepared by mfc direcshow player source code, and includes full-screen subtitles superimposed
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:57364
    • 提供者:景叔武
  1. 4

    0下载:
  2. 其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:78943
    • 提供者:wangchao
  1. 用MFC改写的点对点语音通讯的ActiveX控件源代码

    1下载:
  2. 用ActiveX重新改写了一个点对点通讯的DLL文件,这样可以方便的在VB,vbs,js等脚本语言,特别是用在IE里面特别方便了。-using ActiveX rewriting of a point-to-point communications DLL files, this can be convenient in VB, vbs, js other scr ipting language, especially the use of IE in particular inside con
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:88311
    • 提供者:trezegue
  1. VCap1

    0下载:
  2. 基于MFC的视频捕捉程序,提供预览窗口,实现连续截图,也可以单张保存图片。源代码,编译后可运行。-MFC-based video capture program, providing the preview window, to achieve continuous shot, you can also save the image sheet. Source code can be compiled to run.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:29716
    • 提供者:Chunhui
  1. basedonmfcvideoandvoicesystem

    0下载:
  2. 基于MFC的语音视频聊天系统,功能超强大,很好的学习源代码-based on mfc video and voice system,it strongly and good .you come on
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-31
    • 文件大小:232791
    • 提供者:chanmaker
  1. vcap

    0下载:
  2. vcap源代码这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-vcap source code This is a pure Win32 API application, No MFC. Procedures demonstrated the VFW (Video for W
  3. 所属分类:Video Capture

    • 发布日期:2017-11-09
    • 文件大小:20210
    • 提供者:周哲
  1. MPlayerGUI

    0下载:
  2. 多媒体播放器,播放多种音频文件,MFC源代码-Multimedia player, play a variety of audio files, MFC source code
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-08
    • 文件大小:423822
    • 提供者:staying
  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
    • 文件大小:599138
    • 提供者:呈现出
  1. duomeiti

    0下载:
  2. 压缩包里包含了四个源代码,分别是用MFC做的多媒体资源,其中有.WAV播放器,BMP位图程序,AVI播放器,还有web浏览器等。刚学,觉得蛮好玩的,大家-Compression bag contains four source code, were done using MFC multi-media resources, including. WAV player, BMP bitmap program, AVI player, web browser, such as there is. J
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-24
    • 文件大小:8624975
    • 提供者:Toby
  1. 3DShow

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-05
    • 文件大小:105959
    • 提供者:325
  1. DirectShow_case

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

    • 发布日期:2017-04-06
    • 文件大小:417503
    • 提供者:ajing
  1. player

    0下载:
  2. 播放器的制作,里面有文档,有源代码,是基于mfc的WMP控件-Player' s production, which has documentation, source code, is based on the WMP control mfc
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-16
    • 文件大小:4461365
    • 提供者:wangyan
  1. MP3-bofangqi

    0下载:
  2. 是MP3播放器的源代码,VC++环境下的,很好用-This is about MFC
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-27
    • 文件大小:10309580
    • 提供者:穆小星
  1. MFC-1234321

    0下载:
  2. 基于MFC实现的远程视频监控系统源代码 程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。-MFC implementation of remote video surveillance system source code program runs in Windows 98/2000/XP/2003 platform in VC++ 6.0. NET debuggi
  3. 所属分类:Video Capture

    • 发布日期:2017-11-04
    • 文件大小:2905597
    • 提供者:小红
  1. OPENCV-video-palyer

    0下载:
  2. MFC视频播放器可以播放视频文件里面包含源代码可以供学习使用-MFC video player can play the video file which contains the source code can be used for learning to use
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-03
    • 文件大小:351150
    • 提供者:啊啊
  1. Chapter04

    0下载:
  2. 第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。-The code used in Chapter 4 where AppIPTransform example MFC Filter, DsDemo some demo code, FilterTitleOverlay the characters superimposed Filter the source co
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-13
    • 文件大小:78741
    • 提供者:huangmuo
  1. AVIPlayer

    0下载:
  2. VS2008 MFC & opencv 写的AVI 视频播放器。 有详细源代码。适合初学者。-vs2008 & MFC & OPEBCV SOURCE CODE
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-28
    • 文件大小:10911551
    • 提供者:史森
  1. SpecialVIJPG

    0下载:
  2. 自己的开源小项目:JPEG分析器。JPEG全称是 Joint Photographic Experts Group(联合图像专家小组),是当今使用最为广泛的图像编码标准。我这个项目规模不大,主要可以用来学习JPEG编码标准。结合着源代码看的话效果比较好。它支持将JPEG解码为像素数据(YUV或者RGB)。同时支持输出DCT系数等参数。使用VC 2010的MFC开发完成。 详细参考: http://blog.csdn.net/leixiaohua1020/article/details/1
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-16
    • 文件大小:512131
    • 提供者:雷霄骅
  1. MP3

    0下载:
  2. VC++编写的MP3播放器,有编程文档、工程源代码,想学MFC的可以看看。-VC++ write MP3 player with programming documentation, project source code, want to learn MFC can see.
  3. 所属分类:Audio program

    • 发布日期:2017-06-12
    • 文件大小:19752215
    • 提供者:huyaoge
« 12 »
搜珍网 www.dssz.com