搜索资源列表
live555 media server 2011-09-02,VS2008项目
- live555 media server 2011-09-02,VS2008项目,如果想用最新的版本,从live555网站下载最新版,直接覆盖即可在vs2008下编译调试-live555 media server 2011-09-02, VS2008 project, if you want to use the latest version, download the latest version from live555, directly under the cover can be co
x264encodeforc
- 经过调试过的x264编码,用c编写。可以用于分析x264编码的原理,也希望你进一步优化,大家共享。-After debugging through the x264 encoding, with c written. X264 encoding can be used to analyze the principles, I hope you further optimized, and we share.
WMPHost
- windows下的媒体播放器,可以播放远程url,并进行多方调试。适合多媒体软件开发的爱好者。-under windows media player, can play a remote url, and multi-debug. Suitable multi-media software development enthusiasts.
PNG_vc
- 能够打开png,jpeg,bmp,gif图像格式能在VC6.0上运行,经过我亲手调试~!-It can be used in VC6.0 to open the picture type of png,jpeg,bmp and gif~!I have test by myself excectly~!
MesAudio
- MP3代码,在wince 平台下实现,详细的源代码,可编译调试运行-MP3 code, in the wince platform to achieve, detailed source code can be compiled to run debug
media-player
- 一个可以播放音乐的小软件,以调试,可以运行,流畅-A small software can play music, commissioning, can run, fluent
LRC
- 说明: 1、本程序在vc6.0环境下调试成功 环境:需安装千千静听到默认路径下,同时安装vc6.0环境 2、本程序完成功能: 完成irc格式歌词的文件读取、解析、链表创建等, 同时在屏幕上将解析出的歌词进行实时显示 3、输入歌名前要加路径但无需扩展名 例如:要播放D盘下的歌曲文件里的《简单爱》 就要输入:D://歌曲//简单爱 播放本工程下音乐文件的歌曲输入:音乐//xx(歌名) 4、只能播放mp3格式的歌曲-Descr iption
2
- 基于MATLAB的串口调试程序,可以帮助使用者很好的掌握串口的使用方法-Based on MATLAB serial debugger, you can help the user a good grasp of the serial port to use
QYDHLY
- 在加强社区内部的管理中,拥有可以对社区内部进行监控的系统可以节省下来很大一部分人力,并且比人为的巡逻更加可靠、安全。社区视频监控系统主要是利用摄像头和视频采集卡进行视频监控的,本社区视频监控系统主要实现以下功能: 视频监控。云台控制。快照和录像。录像回放。定时自动监控。监控管理及日志。经过修改调试,可以运行!欢迎使用-In strengthening the internal management of the community, the community can have an int
live_20130708
- live555源代码的日期是2013.07.03,在VS2008上建立了一个工程,编译正常通过,可以进行调试。-live555 source code is dated 2013.07.03, in VS2008 to build a project, compile properly passed, can be debugged.
xvid
- Xvid编码filter的源代码,编译成功出来的filter注册到系统后可以使用GraphEdit调出来调试-Xvid encoding filter source code, compile successfully registered to the system out of the filter can be used after GraphEdit tune out debugging
PlayWav
- 双缓冲技术音频播放。 缓存块数目及缓存大小可以宏定义调整,方便测试效果。 基于SDK函数编程。 可以播放Wav文件。 为了控制大小,调试及过程信息已清除。-Double buffering audio playback. The number of cache block and cache size can be adjusted macro definitions to facilitate the test results. SDK function-based p
studentsgrades-manage-system
- 这个文件包含了整个VS开发环境下的工程文件,指直接打开调试与运行-this file cover the VS project file you can dowland and debug it or run
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通