资源描述:
《精品毕业论文--网络聊天工具的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着Internet技术的飞速发展,网络已经成为人们生活中不可缺少的一部分,通过聊天室在线聊天已成为网络上人与人之间沟通、交流和联系的一种方式。为此,越来越多的网站开始提供在线聊天的功能。与此同时,聊天室也以其方便、快捷、低成本等优势受到众多企业的青睐,很多企业的网站中也加入了聊天室模块,以达到增进企业与消费者之间、消费者与消费者之间相互交流的目的。本文是软件工程在线聊天室系统的开发说明,重点运用软件工程知识对系统进行分析、设计实现和测试的思想的具体描述,其中包括软件生命周期的三个主要方面:软件定义(问题定义、可行性研究、需
2、求分析)、软件开发(总体设计、详细设计、编码、测试)和运行维护。通过实际的运用软件工程知识处理问题,加强程序的规范性、清晰性、可靠性,并且使得程序易于维护。本软件使用C#进行编写,具有良好的兼容性且易于实现。聊天室操作简洁容易上手、结构简单、查找方便、实用性强。关键词:网络通信套接字连接AbstractWiththerapiddevelopmentofInternettechnology,networkhasbecomepeopletotheindispensablepartinlife,throughonlinechathas
3、becomeachatroomonthenetworkcommunication,communicationbetweenpeopleandcontactakindofmeans.Therefore,morewebsitesbegantoprovideonlinetochatfunction.Atthesametime,thechatroomwithitsconvenient,quick,lowcostadvantagebynumerousenterprise'sfavor,themanyenterprisewebsiteals
4、ojoinedthechatroom,soastopromoteenterprisemodulebetweenconsumersandconsumersandconsumers,communicationbetweenpurpose.Thispaperisasoftwareengineeringonlinechatroomthatfocusonthedevelopmentofthesystem,usingthesoftwareengineeringknowledgeforsystemanalysis,designandtesto
5、fthoughttorealizedescription,includingsoftwarelifecycleofthethreemainaspects:softwaredefinition(problemdefinition,feasibilitystudy,needsanalysis),softwaredevelopment(overalldesign,detaileddesign,code,test)andoperationandmaintenance.Throughthepracticalusingthesoftware
6、engineeringknowledgeprocessing,strengthenthestandardizationofprogramproblem,clarity,reliability,andmakestheprogramiseasytomaintain.Thissoftwareusingc#forwriting,hasthegoodcompatibilityandeasyimplementation.Simpleoperation,easytousechatroomofsimplestructure,easysearch
7、,practical.Keyword:Network,communication,sockets,connection目录摘要2Abstract3目录4第1章绪论11.1课题研究现状分析11.1.1本领域内已开展的研究工作21.1.2已经取得的研究成果31.2选题的目的及意义41.3课题研究的主要内容5第2章系统需求分析62.1问题的提出62.2系统的设计目标6第3章系统开发的技术背景83.1Socket套接字介绍83.2.NETFramework2.0介绍14第4章系统具体实现154.1概要设计154.2定义服务器端和客户端的
8、通信结构及含义164.2.1客户端164.2.2服务器端174.3客户端具体实现174.4服务器端具体实现17第5章系统测试19第6章系统模块设计及调试206.1系统登录界面206.2系统维护界面206.3用户聊天界面216.3.1聊天室模式216.3.2私人聊