嵌入式linux基于minigui下的手机应用程序.rar

RAR格式版权申诉手机打开展开

嵌入式linux基于minigui下的手机应用程序,嵌入式linux基于minigui下的手机应用程序1.4万字 46页包括开题报告和任务书摘 要随着软硬件资源的成熟与完善,基于嵌入式linux信息终端的需求越来越多。但是适合于嵌入式系统的图形界面系统却很少,而市场对于图形界面的开发的需求非常迫切。minigui是一种面向嵌入式的实时系统图形用户界面支持系统,能够为嵌入...
编号:88-34622大小:365.30K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 usactu 发布

嵌入式Linux基于MiniGUI下的手机应用程序
1.4万字 46页
包括开题报告和任务书


摘 要
随着软硬件资源的成熟与完善,基于嵌入式Linux信息终端的需求越来越多。但是适合于嵌入式系统的图形界面系统却很少,而市场对于图形界面的开发的需求非常迫切。MiniGUI是一种面向嵌入式的实时系统图形用户界面支持系统,能够为嵌入式系统提供一个轻型、可灵活配置、友好的图形界面系统。本文研究嵌入Linux基于MiniGUI的手机应用程序的开发与实现。
论文首先概要介绍了MiniGUI的体系结构,以及嵌入式Linux下基于MiniGUI的应用程序开发过程。然后针对具体的手机应用程序系统,详细地介绍了整个系统的开发过程,从硬件平台和软件环境到编译开发的环境搭建,MiniGUI函数库等的移植,到图形化界面的实现。最后开发并实现了一个简易的手机界面应用程序,该系统能实现诸如电话簿,短消息,照相机等基本功能界面。
最后,本文对整个设计阶段的工作进行了一定的总结,并对下一步需要进行学习研究的方向进行了讨论。
关键词 :嵌入式系统;图形用户界面;MiniGUI


The Phone Application Based on MiniGUI of
Embedded Linux


Abstract

With the maturity and perfection of software and hardware resources, terminal system based on embedded Linux is on great demand. Despite that graphics interface systems suitable for the embedded operating system are short in hand, market need for these specific system is urgent. MiniGUI is a graphics interface supporting system oriented for embedded or real-time system, providing a flexible and user-friendly graphics interface system. This essay aims to make a research into the exploitation and realization of the programming for MiniGUI cellphone.
First, the paper gives a general introduction for MiniGUI structure and procedures of the exploitation for its programmes. Then, the overall exploration of the system is also set forth in light of a special cellphone, from the environment of hardware and software platform to the construction of translating environment, the transformation of MiniGUI functions and the completion of graphics interface system. Finally, a simple mobile phone interface programme is created , which performs the basic functions of telephone directory ,short message, camera and so on.
In the end a summary for the whole initiative phase and a discussion for further research are given.
Keywords : Embedded systems; graphical user interface; MiniGUI


目 录

1.绪论 1
1.1嵌入式系统与GUI 1
1.2 MINIGUI简介 2
1.3 论文组织结构 2
2. 基于嵌入式的几种典型的图形用户界面 4
2.1 MIEROW INDO~S/NMMX 4
2.2 QT/EMBEDDED 4
2.3 MINIGUI 5
2.4 MINIGUI的开发平台 7
2.4.1 MiniGUI的硬件平台 7
2.4.2 MiniGUI的软件环境 8
2.5 MINIGUI的开发 9
2.5.1 MiniGUI的特点 9
2.5.2 图形用户界面的基本元素 10
2.5.3对话框和标准控件 10
2.5.4其他 GUI 元素 10
2.5.5消息和消息循环 11
2.5.6图形抽象层GAL和输入抽象层lAL 12
2.5.7消息和消息循环 13
2.6 本章小结 14
3. MINIGUI程序在PC机上的开发 15
3.1设置MINIGUI运行环境 15
3.2建立 MINIGUI开发环境 15
3.3图形用户界面的开发 15
3.4 MINIGUI的移植过程 21
4. 手机界面应用系统设计与实现 26
4.1 手机界面应用程序的设计说明 26
4.2 手机界面应用程序各控件功能的实现 28
4.4 本章小结 39
5. 结束语 40
致 谢 41
参考文献 42


参考文献
[7] 李善平,刘文峰,王焕龙等编著,Linux与嵌入式系统[M].北京:清华大学出版社
[8] Labrosse Jean J. 嵌入式实时操作系统μC/OS-II. 邵贝贝译. 第2版. 北京:中国电力出版社
[9] 周立功等.ARM嵌入式MiniGUI初步与应用开发范例[M].北京:北京航空航天大学出版社
[10] 贾明,严世贤.Linux下的C编程[M].人民教育出版社
[11] 魏永明.MiniGUI 编程指南[EB/OL] V1