搜索资源列表
2008149392271
- 今晚终于搞定xvid的调用,开了很多资料,没有完整的xvid说明,只好慢慢摸索。 用delphi调用xvid的范例怎么也没有找到,今天总算搞出来点成就。发出来大家分享,顺便研究一下。 实现了QQ摄像头的视频采集,用DC-DSP控件那个在delphi盒子上可以下载。实时捕获的位图数据采用xvid压缩后,再立即解码显示。实时性良好,CPU不到8 -Tonight finally buttoned xvid call, open a lot of information, no c
Flows_the_media_technology_to_live_in_the_distance
- 流媒体技术住远程教育中的应用实现 :主要研究分析了流媒体技术在网络传输中的特性、原理,以及现代实时传输协议RTP/RTCP协议的传 榆机制,最后通过实例,介绍了使用Windows Media Tecbnologies构建的远程教育系统,从系统的实现原理到系 统的编码器、服务器和客户端的功能设置都进行了完整的阐述-Flows the media technology to live in the distance learning the application to realize
fireflower
- 烟花模型,内有详细代码和思路,可以实现完整的烟花燃放过程-Fireworks model, which has a detailed code and ideas, can achieve full of fireworks going off course
SkypeAPI
- skype的API及相关功能实现代码,包含可执行二进制程序,是一个完整的vc++工程。-skype and related functions of the API code that contains the binary executable program, is a complete vc++ project.
wwerfsadfjasif
- 本例源代码文件由用户按照书中的操作步骤自己生成,“Example-2-1\Project_Navigator_Demo\源代码”目录下为源代码的参考文件。“Example-2-1\Project_Navigator_Demo\counter”目录下为完整的工程,包括源代码文件、综合与实现的结果文件、ISE工程文件等,可以使用ISE工程管理器打开工程,供读者参考-In this case the source code files by the user in accordance with th
MP3_ENCODER
- MP3编码的完整实现(源代码和使用例子都有)-MP3 encoding of the full implementation (source code and use examples of both)
duomeiti
- VC++多媒体播放器,能实现暴风影音等播放器各种基本功能,报告书完整-Multimedia Player
J2MEshouji
- 本文件,用Player类完整的实现了音乐播放器的一些功能,例如循环播放,随机播放等一下功能-This document, use the Player class implements a complete music player features, such as loop, shuffle wait function
MyPlayered
- C++写的实现打开播放停止,快进快退,音量播放控制,全屏截屏,有完整代码,运行通过。-a special mediaplayer
vc-mpeg4-player
- 完整的MP4播放器,可实现播放MPEG4,欢迎下载测试。-Complete MP4 player, enabling playback MPEG4, welcome to download the test.
EDAStopwatch-design
- 该文件包含有秒表设计的所有程序及设计框图,很好的实现了秒表的实现,是EDA课程设计的完整报告-This file contains all the procedures and design diagram stopwatch designed to achieve a good stopwatch implementation is complete EDA curriculum design report
AviDLL
- 一个录屏功能完整的dll,里面涉及了很多多线程,实现开始录屏,录屏一段时间,时间段录屏-A screen recording and functional integrity of the DLL, which relates to a lot of multi thread
WaterWave
- 可实现给图片添加水波纹效果的C++程序。 该文件是完整的基于Visual Studio 2010开发环境的工程文件,可以正确编译运行。-Pictures can be achieved by adding water to the ripple effect of the C++ program. The document is based on a complete project files Visual Studio 2010 development environment, yo
Login_Register
- 实现用户登录注册,完整的服务器和客户端系统-User Registration implement, complete server and client
RTSPTool
- 1:此示例只是用来显示视频流,并没有处理存储视频及回放视频功能. 2:在打开项目后务必将构建里面的影子构建(Shadow build)取消. 3:实时显示视频,视频响应速度比VLC,QTAV等播放器快很多倍. 4:精简代码,在windows下是可以完整编译通过并运行的.linux下要将对应ffmpeg库文件替换. 5:支持三通道同步显示一个视频流,可以单击截图按钮截图放在最后一个通道. 6: 支持单个通道双击最大化显示. 7:代码处理并不够完整,还有很多需要优化的地方.