- 102
- 0
- 约3.6万字
- 约 54页
- 2017-08-11 发布于辽宁
- 举报
毕业设计(论文)
题目:FTP客户端的设计与实现
学 生 姓 名
学 号 201022080243
班 级 通信102202H
所属院(系) 电子信息工程系
指 导 教 师
2014 年 5 月 20 日
FTP客户端的设计与实现
摘要
(
随着嵌入式系统开发的迅速发展,嵌入式系统应用从传统的工业和设备拓展到了家用电器,通信设备,汽车电子等领域,使得嵌入式系统、图形用户界面(GUI)得到了广泛应用。实时嵌入式系统对GUI的需求越来越明显,而这一切均要求有一个高性能、高可靠的GUI支持。QT作为一种先进的跨平台语言,可以在Windows、Linux以及Android和众多的嵌入式场合发挥作用。本文从QT架构和特点以及Ftp通信协议的原理出发,在需求分析的基础上详细论述了利用QT设计出Ftp下载工具的具体方法。该下载工具实现了给出计算机名称或者IP地址进行Ftp登陆,并能查看本地和服务器端的文件信息列表,从而对指定文件进行下载功能,并具有一定的实用性和便捷性。
关键词: 嵌入式, QT语言, FTP, 下载
The Design and Implementation of FTP Client
ABSTRACT
(
With the rapid development of embedded system development, embedded system application is expanded from industry and the traditional equipment to household appliances, communication equipment, automotive electronics and other fields, the embedded systems, the graphical user interface (GUI) has been widely applied.Real-time embedded system on GUI is more and more obvious, all of which require a high performance, high reliable GUI support.QT as an advanced cross-platform language, can be Windows, Linux and Android and embedded occasions many play a role.According to the principle of the QT architecture and the characteristics of Ftp communication protocol, on the basis of the demand analysis in detail using QT to design a specific method of Ftp download tool.The download tool is the computer name or IP address of the Ftp log file information, and can view the list of local and server off, then download and upload function to the specified file, and has certain practicability and convenient.
Key words : Embedded, QT language, FTP, Download
目录
第1章 引言 - 1 -
第2章 系统分析 - 3 -
2.1 需求分析 - 3 -
2.2 功能分析 - 3 -
第3章 系统设计 - 5 -
3.1 概要设计 - 5 -
3.2 详细设计设计 - 5 -
3.2.1 系统界面 - 5 -
3.2.2 登陆验证功能设计 - 6 -
3.2.3 文件检索浏览设计 - 12 -
3.2.4 下载功能设计 - 12 -
3.2.5 上传功能设计 - 13 -
3.2.6 进度条显示功能设计 - 14 -
3.3 关键技术简介 - 15 -
3.3.1 QT介绍 - 15 -
3.3.2 FTP通信协议 - 17 -
第4章 系统实现 - 19 -
4.1 QT工程的编译步骤 - 19 -
4.2 登陆验证功能实现 - 19 -
4.3 下载功
原创力文档

文档评论(0)