- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
吉林大学珠海学院
毕业论文(设计)
基于QT的局域网聊天软件开发
QT-based LAN chat software development
完成日期 2013 年4月19日
吉林大学珠海学院本科毕业论文开题报告
基于QT的局域网聊天软件开发
摘要
本文主要介绍了如何用QT技术来实现一个局域网的聊天软件。论文阐述了QT的概念,发展历史,功能及其应用平台,以及QT的发展前景;讲述了socket通信的工作原理及其应用方面;分别叙述了TCP/IP通信和UDP通信的工作流程和应用方面。本文还介绍了软件的需求分析,界面设计,及其测试用例,并且比较详细的描述了整个软件的实现过程。
本软件主要是应用于局域网的聊天及文件传输,采用最基础的C++语言,用QT界面开发工具来开发,使用了TCP/IP和UDP通信协议进行通信。该软件应用QT进行界面开发,能够开发出优美的界面;用TCP/IP通信实现文件的传送,用UDP通信实现聊天信息之间的传输。
关键词:QT,TCP/IP 通信,UDP 通信,界面开发
QT-based LAN chat software development
ABSTRACT
This paper describes how to use QT technology to achieve a software of chat base on LAN.This paper describes the conception of QT,and the history of QT,and the function of QT,and the Application Platform of QT,and the development prospects of QT.This paper also describes how to work of socket communication and the ways about it be used.It introduce the workflow and the ways about it be used that about TCP/IP communication and UDP communication,the design of interface,and the test case about the software.It also describes the realization process about software in detail.
This software is used to chat on LAN and send files.It use C++ language and QT develop software to develop this software.The software use TCP/IP communication and UDP communication to communicate.The interface of the software is developed by use QT develop software.The QT develop software can create beautiful interface.The software use TCP/IP deal to send files,and use UDP deal to chat with others.
Keywords: QT,TCP/IP communication,UDP communication,Interface
目录
摘要 ………………………I
ABSTRACT………………………II
绪论………………………1
第1章 QT………………………2
1.1 QT软件………………………2
1.3 QT的主要功能………………………3
第2章通信协议分析………………………4
2.1 TCP/IP简介………………………4
2.2 TCP/IP协议应用方面………………………4
2.2.1 TCP协议………………………5
2.2.2 UDP协议………………………5
2.3 客户机/服务器模式………………………6
第3章任务需求分析………………………7
3.1 任务设计目的………………………7
3.2 运行环境要求………………………7
3.3 通信协议需求分析………………………7
3.4 功能设计分析………………………8
3.4.1 公共端口设立………………………8
3.4.2 私有端口设立………………………9
3.4.3 功能模块图………………………9
3.4.4 主要功能描述………………………10
第4章界面设计………………………11
文档评论(0)