1、 毕业论文(设计) 2015 届 电子通信工程 专业 1113072 班级 题 目 基于 iOS 平台的视频播放器的设计与实现 2015 年 5 月 25 日 1 摘 要 摘 要 现在,我们已经越来越进入一个信息技术,科学技术都日 益发达的时代,在日常生活中,各式各样的视频播放器应用越来越普及, 因此开发一款简单方便的视频播放器是非常迎合用户需求的。本课题就 是利用互联网技术的传播广泛性来设计实现的一款手机客户端的视频播 放器应用。本课题是基于 iOS 平台下 Objective-C 开发语言以及 C 语言 来实现,利用系统提供的类以及第三方类库实现数据加载、视频播放和 数据处理,主要实现各类
2、视频信息的展示与播放功能。课题所用的数据 接口信息来自第三方供应商,数据来源稳定准确。通过测试,基本可以 实现观看视频信息与搜索视频信息的功能,应用程序简单易操作,具有 很好的用户体验度。 关键词 手机客户端;iOS 平台;视频播放器; II Abstract Abstract: With the progress of science and technology, the rapid development of network technology, smart phones now in Chinas development trend in recent years, everyon
3、e is there for all to see, mention smartphones have to speak phone software, smart power to run from game entertainment to a variety of software for mobile office. Subject is the use of mobile Internet features provide people with better, more full of game strategy. This topic is to use the Object -
4、 the C programming language to implement the iOS software platform game box, by using the system class and the third-party libraries to realize data refresh and loading, image processing, video playback, and data analysis, user base is bigger, also have good development space and prospects. Data use
5、d in the project information from third party suppliers, ensure the accuracy of the data. Subjects in order to improve the user experience, USES the asynchronous thread processing network request and UI display separately, which makes the program more robust is reasonable. III 目目 录录 1 概论 . 1 1.1 课题研
6、发的背景 . 1 1.2 课题研究的目的和意义 1 1.3 课题预期的目标 . 1 2 相关技术的介绍 2 2.1 软件环境 . 2 2.2 核心技术介绍 . 2 2.2.1 内存管理机制 2 2.2.2oc 语言 3 3 需求分析 . 4 3.1 软件功能需求分析 . 4 3.1.1 视频信息搜索 4 3.1.2 视频信息展示 4 3.1.3 视频信息播放 5 3.2 软件可行性分析 . 5 4 系统设计 . 6 4.1 对象模型 . 6 4.2MVC 模式 7 5 系统实现 . 9 5.1 开发所用的关键类 . 9 IV 5.2 应用程序编码实现 12 5.2.1 应用程序工作流程 12 5.2.2 应用程序管理类 . 13 5.2.3 应用程序工具类 . 14 5.2.4 应用程序功能实现 15 5.2.5 应用程序界面实现 16 5.3 应用程序模块实现 18 6 系统测试 23 致谢 24 参考文献 24 第 1 页 基于基于 iOSiOS 平台的视频播放器的设计与实现平台的视频播放器的设计与实现 1 1 概论概论 现在,我们已经越来越进入一个