{$cfg_webname}
主页 > 计算机 > C++ >

基于Linux下电子阅读器的实现(QT,UMD)

来源:56doc.com  资料编号:5D10945 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D10945
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍
基于Linux下电子阅读器的实现(QT,UMD)(任务书,外文翻译,毕业论文19000字,程序代码,答辩PPT) 
摘   要
近年来,Linux嵌入式技术得到迅速的发展并已经成为计算机产业的一个技术热点。促成嵌入式高速发展的因素之一就是模拟器技术。模拟器技术的发展无论是对于软件开发人员还是软件学员来说是一笔巨大的财富和福利,原因在于各大公司利益导致的平台独占问题,导致一些平台(如某家公司的手机和掌机)的文件(如UMD移动文档格式)以及程序只能在其对应的平台使用,而不能在PC端甚至我们熟知的Linux环境下浏览,查看以及开发。于是就出现各种各样的模拟器,这些模拟器的作用就是模拟那些平台的运行环境,以便于达到浏览,运行甚至开发这些平台文件的目的。
在数据和资源共享的时代,虽然我们要支持产品版权,但是我们也要反对垄断,这样,许多虚拟机包括转码程序就应运而生。基于它们本身的作用以及属性,它们现阶段或许不能够正式地面向一些大批量产品市场,但是,这些小程序能够提供足够的范例以教学使用并促进嵌入式软件的开发。其中包括本次项目中解决UMD移动格式独占问题的Linux下电子阅读器的模拟器程序。
关键词:嵌入式,Linux,模拟器,UMD格式,平台独占
 
The Realization of electronic reader based on Linux
Abstract
 
    In recent years, the embedded Linux technology is developing rapidly and has become a hot technology point in the computer industry. One reason for the rapid development of technology is embedded simulator. The development of simulator technology both for software developers or software students is a great wealth and welfare. The reason is that each big company interests cause platform monopoly, leading some platform (such as a company's mobile phone and handheld) file (such as UMD mobile document format) and program can only be used on the platform, but not in the PC end and the Linux we know environment to browse, view and development. Hence a variety of simulator, the simulator is the role of the platform running environment, in order to browse, operation and development of these platform file purpose.
     In the data and resource sharing time, although we have to support product copyright, but we also want to oppose monopoly, so, many virtual machine includes a transcoding will emerge as the times require. Their role and attribute based on the stage, they may not be able to formally ground to some large quantities of products to the market, however, these small program can provide enough examples in teaching and promote the development of embedded software. Including the simulator program electronic reader UMD mobile format exclusive problem of Linux under the project.
     Key words: embedded system, Linux, simulator, UMD format, Platform exclusive
 
总体功能
实现UMD的浏览,归档功能,PDF,PS格式转码,可写文件txt另存为功能
鉴于以上对UMD文件的软件支持甚少,我们对此作出如下目的性分析,即本系统需要具有以下功能:
(1)拥有简单干净易上手的操作界面
(2)能够实现文件路径的打开关闭功能。
(3)能够实现UMD文件浏览,章节归类,书签管理功能
(4)能够实现转码打印功能
(5)能够实现PDF,PS转码打印和另存为txt可写文件功能。
 
基于Linux下电子阅读器的实现(QT,UMD)
基于Linux下电子阅读器的实现(QT,UMD)
基于Linux下电子阅读器的实现(QT,UMD)
基于Linux下电子阅读器的实现(QT,UMD)
基于Linux下电子阅读器的实现(QT,UMD)
基于Linux下电子阅读器的实现(QT,UMD)
基于Linux下电子阅读器的实现(QT,UMD)
基于Linux下电子阅读器的实现(QT,UMD)
基于Linux下电子阅读器的实现(QT,UMD)
目   录
摘   要 i
Abstract ii
1 引  言 1
2 环境工具介绍 3
2.1   Linux系统介绍 3
2.2   QTcreator环境介绍 4
2.3   GCC编译环境介绍 5
2.3.1  前端接口 6
2.3.2  中介接口 6
2.3.3  后端接口 6
2.3.4  基本用法 7
2.4   文件架构依赖包的使用简介 7
2.4.1   zlib的简介以及作用 7
2.4.2   qmake介绍以及特点 8
3 系统分析 9
3.1   格式介绍 9
3.1.1   PC格式 9
3.1.2   手机格式 10
3.2   技术需求分析 10
3.2.1   UMD格式解码技术 10
3.2.2   C语言开发依据以及执行过程 12
3.3   可行性分析 12
4 概要设计 13
4.1   总体功能 13
4.2   功能展示以及UI界面描述 13
4.3   代码框架以及程序总流程 14
4.3.1 代码框架 14
4.3.2 程序总流程 15
5 详细设计以及实现 17
5.1   后台设计 17
5.1.1   UMD命名空间 17
5.1.2   Umdparser 19
5.1.3   bookmarkwidget书签插件设计 20
5.1.4   主界面的设计 21
5.2   主要功能设计 23
5.2.1   UMD文件的打开 23
5.2.2   UMD文件的阅览 26
5.2.3   转码功能的实现 42
5.2.4   书签功能的设计与实现 46
6 程序测试和调试 54
6.1   程序调试 54
6.2   程序测试 54
6.2.1   测试重要性以及目的 54
6.2.2   测试主要步骤以及思想 55
6.2.3   测试内容 55
6.2.4   测试用例 55
7 结术语 57
7.1 软件总体评价 57
7.2 文件格式兼容性以及功能扩展评估 57
7.2.1   关于对PDF格式的开发决议 57
7.2.2   操作系统兼容性 57
7.2.3   apk文件扩展 57
参考文献 58
致   谢 59
外文文献 60
中文翻译 65
 
推荐资料