搜索资源列表
VC下的MAPX实现
- 文实验环境为 .NET 1.1,MAPX4.5。 为了让鹰眼图脱离主View单独浮动,决定使用CJLibrary控件来放置鹰眼图,该控件可由网址[2]下载。 鹰眼图上面有一个红色矩形框,表示主图的当前可视范围。要求点击鼠标左键来移动此框时能够引起主图的联动。 主图上有放大、缩小、移动三个工具按钮,要求主图变化的时候,能够引起鹰眼图矩形框的联动。 实现的易错点在CMapXEagleBar::OnMouseUpInMap函数, 鹰眼图中矩形框的移动要经过如下几步: a) 得到矩形框四个顶点
Gabor Filters
- 日本人写的Gabor Filters的c源码,可以直接运行,有图像化的界面,可以实时的修改参数,比较效果。
基于c/s的视频点播系统
- 基于c/s的视频点播系统,VC开发 ,Based on the c/s of video-on-demand system, VC development
MediaPlay
- 用VC++开发的一个播放器,屏幕大小可以变换,能播放AVI,MPG,WMV格式的视频-VC++ development with a player, the screen size can change, can play AVI, MPG, WMV video formats
RmPlayer
- RM播放器的C++ MFC实现,在VC++下开发,测试通过-RM player to achieve C++ MFC in VC++ under development, testing through
FFmpeg-20100711.tar
- 经过整理过的ffmpeg for visual c++,可以编译通过,并有关键注释。-ffmpeg for visual c++,lot s of comment~
Example033
- vc 借助内嵌资源实现Visual C++对Flash动画的播放的程序源码,希望对大家有所帮助-vc with embedded Visual C++ resources to achieve the animation of the Flash source code, we hope to help
DirectShow_AMCap
- This is the DirectShow AmCap source code, to execute this source code you need to first run the base class project in the debug and release mode. Then you have to add the debug and release directories into your VC++ directories. Please refere online
VC++
- c++算法源程序实现AVI文件的图像截取-c++ algorithm source AVI file of images to achieve the interception of
ExcelTest_VC_Code
- VC与Exel交互的程序,代码完整,在“C :\根目录自动建立Execel文件-VC Excel
mfcc_bsl
- 近期老师叫做MFCC,在用vc做这个程序的过程中,查找了大量的资料与其他人的源代码。发现并不是所有的人都能很准确的了解MFCC的计算过程,参考了matlab中关于MFCC中的数据,编写了此程序。 结果是可以做出来的,但是还没有跟matlab结果作对比 -recently i was told to write a program, using vc++. during the course, i have had substantial amount of reading related t
CoolPlayer
- CoolPlayer播放器源码,C++语言实现,环境:VC++6.0-CoolPlayer Player source code, C++ language, the environment: VC++6.0
motion-estimation
- 实现全搜索块匹配的运动估计,在VC环境下如有不对请指正-motion estimation
seevideoPLAYA
- 开发环境:VC/C++ MPEG4播放器源代码
see4vscap
- 开发环境:VC/C++ 屏幕截取制作avi的源代码
MyMCIWAVE
- MCI音频编程类,非常适合C++,Vc++程序员在开发中使用-MCI audio programming class, ideal for C++, Vc++ programmers to use in the development
sdp
- SDP协议,基于poco c++库,包含测试代码-SDP protocol c++ implement, base on poco c++ library, include testsuite project
MP3-audio-decoder-on-VC
- 基于VC环境下的MP3音频解码C语言源程序-Based on the C language source MP3 audio decoder
Multimedia-player
- 基于vc/c++高级程序编写的多媒体播放器,可以流畅运行-Based on the VC/c++ advanced programming multimedia player, can run smoothly
simplest_ffmpeg_player_2
- vc 利用 ffmpeg 和 sdl 实现的 h264文件 播放器(the H264 file player that uses ffmpeg and SDL In c++)