论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

嵌入式Linux基于MiniGUI信息终端软件开发

 本文ID:LWGSW13589 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 嵌入式Linux基于MiniGUI信息终端软件开发 (收费:1000 积分)  

论文字数:18340,页数:42  有开题报告,任务书

 摘 要
     
 随着信息技术日新月异的发展,嵌入式系统在信息终端上的应用越来越广泛。由于嵌入式系统在硬件方面的限制,需要GUI平台具有短小精悍、可靠稳定、方便移植、可裁减等特性,因此需要一个轻量级的通用图形用户接口,提供给终端的用户使用,从而加速终端设备的普及和发展。因为MiniGUI具有轻型,占用资源少,高性能,高可靠性等特点,所以MiniGUI能够好的提供一个满足需要的开发基础平台。与此同时,随着家用电器的增多,使得人们需要一个方便的智能终端进行统一操控。本论文研究在嵌入式Linux下基于MiniGUI开发一个智能家居信息终端。
 本论文详细介绍了整个系统的开发过程,从交叉编译开发环境的搭建,MiniGUI库和资源文件的移植,ramdisk.gz制作,到Flash的烧制以及终端图形化界面的设计与实现。
 系统实现采用JXARM9-2410嵌入式开发板作硬件平台,在Linux操作系统下利用MiniGUI作为图形用户界面软件开发平台,实现智能家居系统的主界面显示、智能家居系统开关控制显示、智能家居系统定时控制显示等功能。最后,本文对智能家居终端开发进行了总结,并对需要进一步解决的问题进行了讨论。
 
 关键词:嵌入式Linux,开发板,MiniGUI,智能家居,信息终端
 
 
 
MiniGUI –Based Embedded Linux
Information Terminal Software Development
 
 ABSTRACT
 With the rapid development of information technology, the embedded system is more and more frequently used in information terminal. Because the embedded system has some limitations on hardware, its GUI platform should be short and pithy, reliable and steady, convenient to transplant and able to reduce, thus it needs a lightweight common graphical user interface to be provided for the terminal user. The need accelerates the popularization and development of the terminal appliance. MiniGUI have these advantages, such as take up fewer resources, high performance, high reliability, etc. So can MiniGUI meet the needs of the development platform. Meanwhile, with the increase in household appliances, we need to make an intelligent terminal for the unified control. This paper introduces with detail an information terminal software-brainpower household system which is developed on the base embedded Linux and MiniGUI.
 This paper introduces the development process of the system, the development environment’s construction of cross translation, the transplant of MiniGUI storeroom and resource, the fire of Flash, the design and realization of terminal graphical user interface.
 In practice, the paper adopts JXARM9-2410 embedded development board as software platform, and it also takes MiniGUI which belongs to Linux operating system as software development platform of graphical user interface, which, aims at realizing the functions of display the main interface, switch control and timing control of the brainpower household system.In the end, the paper summarizes the development of the brainpower household terminal and discusses problems which need to be solved in implementations.
 
 Key words: embedded Linux, development board, MiniGUI, brainpower household, information terminal
 
 目录
1绪论 1
1.1 基本概念及国内外研究现状 1
1.2 智能家居概述 2
1.3 论文背景 3
1.4 论文组织结构 3
2嵌入式系统与嵌入式图形用户界面 4
2.1 嵌入式系统与嵌入式Linux 4
2.1.1嵌入式系统概述 4
2.1.2嵌入式系统发展阶段 4
2.1.3嵌入式系统的技术特点 5
2.1.4嵌入式系统和嵌入式Linux 5
2.1.5嵌入式Linux的特点和优点 6
2.2 图形用户界面(GUI) 7
2.2.1用户界面概述 7
2.2.2图形用户界面的特点 7
2.3 嵌入式系统下的GUI系统 8
2.3.1图形用户界面(GUI) 在嵌入式系统中的地位 8
2.3.2目前嵌入式系统GUI的实现方法 8
2.3.3各种嵌入式GUI系统之比较 10
2.4 MiniGUI的开发模式 11
2.4.1事件驱动编程 11
2.4.2 MiniGUI 的三种运行模式 12
3基于JXARM9-2410平台和Linux程序开发 15
3.1开发环境的建立及开发调试方法 15
3.1.1开发环境的建立 15
3.1.2开发调试方法 16
3.2 操作系统的裁减 18
4 MiniGUI的安装和移植 20
4.1 MiniGUI的特点和体系结构 20
4.1.1 MiniGUI的特点 20
4.1.2 MiniGUI的体系结构 20
4.2 MiniGUI的安装 21
4.3 MiniGUI的移植 22
4.4制作Ramdisk 24
4.5烧写Flash 25
5智能家居终端的设计与实现 28
5.1 智能家居功能设计 28
5.2 人机界面设计与实现 29
5.2.1 主界面 29
5.2.2 智能家居开关控制 29
5.2.3 智能家居定时控制 30
5.2.4 家用电器状态显示 31
5.2.5 家用备忘录 31
5.3 程序总体框架 32
5.4 代码实现 33
6 总结 35
致谢 36
参考文献 37


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:业务规则引擎词法分析 下一篇:基于信息摘要的版权注册技术研究..
Tags:嵌入式 Linux 基于 MiniGUI 信息 终端 软件开发 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号