优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于QT的图像格式转换器设计与实现

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
基于QT的图像格式转换器设计与实现(任务书,外文翻译,毕业论文21000字)   摘  要 在linux,windows不同平台,利用QT开发工具,实现了对本地图像进行格式转化功能。设计的图像转化软件,具备了一些基本的图像操作,包括查看图片、放大图片、缩小图片、前一张、后一张、图像转化和新建截图等功能。利用QT实现代码复用。使得该软件操作简便,界面整洁。 在Linux系统嵌入式环境下基于QT的图像转化设计更具有实用价值。本设计是在Linux和windows下使用QT技术进行GUI设计,利用QTCreator软件编程实现一个图形界面,完成一个简单的图像转化的设计。该设计基于QT集成开发环境,利用系统的函数接口来编程、具有体积小、支持的格式多、系统占用资源少、支持各种常用格式的转化等功能,还可以实现代码复用,实现跨平台的效果。 此次开发设计在Windows 7系统 和Ubuntu12.04下,以C++为开发语言,在Qt 4.7.4开发平台上。通过对其开发,深入了解QT开发软件的流程和其强大功能,为后来使用者起借鉴作用。 关键词:不同平台;图形用户界面;QT;代码复用   Design and implementation of image format converter based on QT  ABSTRACT In Linux, windows platform, using QT development tools, implementation of the native image format conversion function. Image conversion software design, has some of the basic operation of the image, including view pictures, enlarge, narrow, a picture before, after a, image transformation and new screenshots and other functions. Reuse code by using QT. The software is easy to operate, clean interface. In the embedded Linux system environment design of image transformation based on QT and has more practical value. This design is a GUI design using QT technology in Linux and windows, the realization of a graphical interface using QTCreator software programming, to complete a simple image transforming design. The design of the QT integrated development environment based on, programming, has the advantages of small volume, support playback function format conversion, the system takes fewer resources, support a variety of commonly used format using the function interface system and Can also achieve code reuse, to achieve cross platform effect. The development of design in the Windows 7 system and Ubuntu12.04, which is developed by C++ language, in the Qt 4.7.4 development platform. Through its development, in-depth understanding of QT software development process and its powerful functions for later reference, user. Keywords: different platform; graphic user interface; QT; code reuse   基于QT的图像格式转换器设计与实现 目  录 摘  要 i Abstract ii 1 绪  论 1 1.1 课题背景 1 1.2 课题研究的目的及意义 3 1.3 嵌入式的现状和前景 3 1.4 QT的历史和最新发展 5 2 QT开发软件的架构和简介 7 2.1 QT的特点与组成 7 2.2 QT开发机制简介 9 3 QT图像格式转化的设计和实现 12 3.1 系统架构分析设计 12 3.1.1 需求分析设计 12 3.1.2 界面的设计与分析 13 3.1.3 软件结构设计 15 3.2 程序的实现 19 3.2.1 使用QT建立GUI开发 19 3.2.2 算法设计和具体功能 22 4 测试环节 31 4.1 QT CREATOR 进行调试 31 4.2 WIN7和UBUNTU12.04平台测试 32 5 总 结 35 参考文献 36 致谢 37 外文资料 38 对应中文翻译 49