网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于ActiveSkin4.3的车载视频播放器设计
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

基于ActiveSkin4.3的车载视频播放器设计

本文ID:LW19894 字数:14017,页数:48 价格:¥98.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于ActiveSkin4.3的车载视频播放器设计 (收费:9800 积分)  如何获取积分?
基于ActiveSkin4.3的车载视频播放器设计

^论文字数:14017,页数:48

摘要

 车载视频综合管理系统应用于公交、长途运输、铁路等交通行业已越来越广泛。为了更好地为交通行业提供最直接和方便的运行信息,帮助交通行业优化线路,有效调度车辆,提高服务质量。有必要对实时车载视频进行进一步的统计与整理,为此有必要开发一款本地车载视频播放的播放器。
 本文简单介绍了ActiveSkin4.3如何运用于MFC的原理和技术,以及播放界面与车载视频解码同步。ActiveSkin4.3本身是一款强大的换肤ActiveX控件,改变了应用程序框架。它提供两种开发模式,分别是SkinForm和SkinFreeForm模式,集中了MFC基于Dialog下的大部分控件对象,ActiveSkin4.3能够通过Skinbuilder对控件对象进行动态的创建,编辑。从而做出基于Dialog的用户界面。形成.Skn结尾的皮肤文件,ActiveSkin4.3提供皮肤编辑,做出界面皮肤,完成车载视频播放器的界面设计。
 基于ActiveSkin4.3的车载视频播放器是通过SkinBuilder设计用户界面,采用海康威视以及DH等视频解码的SDK对车载监控视频解码,其功能包括:打开文件,播放,暂停,停止,加速,减速,单帧步进,单帧回放,音量控制,静音,拖动文件播放,最大化,最小化,关闭,自动改变窗口大小等功能。

关键词:开发框架,ActiveSkin4.3,UI,SDK,解码


ABSTRACT

 The Car Video Management System are used in public tansport, long-distance transport, railways and other transport industry, which become more extensive. We want to provide the most direct and convenient information that can optimize the transportation sector lines, the effective scheduling of vehicles and improve service quality, we need to order and arrange the real-time vechicle video statistics,therefore, we need to develop a local car video player.
 This article explains how ActiveSkin4.3 the principles and techniques used in MFC, and play interface board video decoding synchronization. ActiveSkin4.3 peeling itself is a powerful ActiveX control, change the visualization application framework. It provides two development models, which were SkinForm and SkinFreeFrom mode, concentrated under MFC Dialog-based majority control object, ActiveSkin4.3 Skinbuilder of the control through the dynamic object creation and editing. To make a Dialog-based user interface. Formation. Skn at the end of the skin file, ActiveSkin4.3 use skin editor to make the interface skin, how to apply the procedures under MFC based Dilalog we do not know, do this through the car video player development and implementation. I learned after the company developed program based on Dialog, you can ActiveSkin for good interface design. To discover the design features and UI software can separate ideas.
 ActiveSkin4.3 car video player are designed by SkinBuilder, which use Hikvision , DH and other video decoding on-board surveillance video decoder SDK, the player contains the features include, open files, play, pause, stop, acceleration, deceleration, single frame stepping, single frame playback , volume control, mute, drag the file play, maximize, minimize, close, automatic change window size and so on.

Keywords: Data Encryption,ActiveSkin4.3,UI,SDK,Decoder
目录
                                 
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 背景 1
1.2 研究内容 1
第2章 ActiveSkin换肤技术 3
2.1 ActiveSkin换肤技术简介 3
2.2 ActiveSkin运用于VC 3
2.2.1 相关概念 3
2.2.2 应用于MDI与SDI程序 6
2.2.3 SkinFreeForm程序示例 8
2.3 皮肤编辑SkinBuilder介绍 12
2.3.1 SkinBuilder主界面 12
2.3.2 图片选择器 13
2.3.3 ActiveSkin皮肤制作简介 14
2.4 本章小结 15
第3章 播放器界面设计 16
3.1 界面设计规范 16
3.1.1 概述 16
3.1.2 界面设计原则 16
3.1.3 播放器界面开发平台 17
3.2 播放器界面详细设计 18
3.2.1 概述 18
3.2.2 需求分析 18
3.2.3 具体界面设计 21
3.3 本章小结 24
第4章 DH,HK视频解码功能实现 25
4.1 DH程序架构 25
4.1.1 解码基类 25
4.1.2 DH解码过程 26
4.1.3 Skin类 26
4.1.4 界面皮肤与解码同步 29
4.2 HK解码过程 33
4.2.1 SDK接口说明 33
4.3 本章小结 36
第5章 AY视频解码功能实现 37
5.1 AY视频解码过程 37
5.1.1 视频解码过程 37
5.1.2 播放控制 38
5.2 本章小结 40
第6章 结论 41
6.1 总结 41
6.2 对未来的展望 41
致谢 42
参考文献 43
附录:系统工具介绍 44

基于ActiveSkin4.3的车载视频播放器设计由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于JSP的公司员工信息管理系统 下一篇:基于PHP的学生博客系统开发
推荐论文 本专业最新论文
Tags:基于 ActiveSkin4.3 车载 视频 播放器 设计 2011-05-26 09:29:57【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有