1 / 49
文档名称:

即时通讯系统的设计与实现.doc

格式:doc   页数:49页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

即时通讯系统的设计与实现.doc

上传人:6188 2016/4/19 文件大小:0 KB

下载得到文件列表

即时通讯系统的设计与实现.doc

文档介绍

文档介绍:本科毕业设计(论文)说明书即时通讯系统的设计与实现学院计算机工程学院专业班级 09 软件工程 1班学生姓名林恬煜学生学号 200930111351 指导教师郑馥丹讲师提交日期 2013 年 5月 27日 I 摘要即时通讯软件是目前计算机用户进行交流最普遍的方式之一,各种各样的聊天软件也层出不穷;服务提供商也提供了越来越丰富的通讯服务功能。即时通信中最基本的功能就是通过计算机之间的文本数据的互换的形式实现思想的交流和沟通,它的优点是方便快捷, 为人们之间创建了一种新型的、廉价的、快速的、简便的沟通方式。本文分析了即时通讯系统的原理及其实现过程,探讨了 Socke t技术与多线程技术在 C/S 模式下的局域网即时通讯系统的应用。本毕业设计就是模拟 QQ 聊天软件,开发一个包括文字聊天、文件传输等功能的聊天软件。系统主要采用 C/S 架构、 C# 编程语言、.NET 开发平台、 UDP 通信协议以及 Socket 等技术来完成。主要实现的功能有注册、登录、聊天、发送表情以及文件传输等功能。系统采用客户机/服务器( C/S )的模式设计,是一个三层 C/S 结构,数据库服务器、应用程序服务器端、应用程序客户端,按照此设计思想,可以将任务合理分配到客户机端和服务器端,从而降低了系统的通信开销。此系统共分为两个模块: 客户端模块和服务器端模块。通过运行、测试与分析,该多功能聊天软件运行稳定、可靠, 具有一定的实用价值。关键词:即时通讯; Socket; UDP; C# II Abstract Instant messaging software is currently one of the puter users municate the way, a variety of chat software also emerge in an endless stream; the service provider offers more and munication services. munication is the most basic function is the text data puter are realized in the form of the exchange of ideas munication, it has the advantage of convenience, asa new, cheap, fast, convenient way municate to create among the people. This paper analyzes the principle of munication system and its realizing process, discusses the application of work technology and multithreading technology in C\/S mode of instant messaging system. This graduation design is to simulate the QQ chat software, the development ofa text chat, file transfer and other functions of the chat software. The system mainly uses C/S architecture, C# programming language,.NET development platform, UDP protocol and Socket technology plete. The main function of registration, login, chat, send expression and file transfer functions. The system uses a client / server (C/ S) mode design, isa three layer C/S structure, database server, application server, client application program, according to the design idea, the system uses the C/S structure, the rational allocation of tasks to the client side and server, which reduces munication overhead system. This system consists