文档详情

基于C#的网络聊天软件的设计与实现2072460.doc

发布:2017-08-25约3.46万字共45页下载文档
文本预览下载声明
摘 要 作为除电视、报纸、广播之外的第四大媒体,互联网不仅成为人们获取新闻信息的主要来源,更成为了人们闲暇之余的一种休闲手段。随着互联网技术的发展,各种各样基于网络的应用也随之诞生,网络聊天工具便是其中的一种。本文采用Visual Studio 2008+SQL Server 2005开发环境,结合WinForms、ADO.NET等多种技术,实现了一个类似QQ的网络聊天工具,并在WINDOWS平台上加以了实现。通过C#语言进行网络编程,通过公共的数据库交换各种信息,实现了人性化的界面设计与功能设计。软件经过测试,满足现代人们即时通信的需求,达到预期的设计效果,对网络聊天工具的人性化设计具有一定的现实意义,同时也为其他相关项目的设计提供了参考。 关键词:网络聊天工具 C# 即时通信 数据库 人性化 AbstractInternet is the fourth major media other than televisions, newspapers and broadcasting, acting not only as a major source of news information, it is also a means of recreation for people during their leisure. Along with the high-speed development of the Internet technology, various of applications which are based on network were born,one of them is online chat tool. This thesis develops a online chat tool which like QQ and based on the integration of various technologies such as WinForms, ADO.NET etc,and based on the adoption of Visual Studio 2008+SQL Server 2005 development environment, then implement it on WINDOWS platform. It used C # language for network programming,and exchange different information through common database for the implemention of the humanized UI design and function design. After going through the tests, this online chat tool can achieve the projected design purpose of instantaneous communication needs of people in modern times, it also poses certain realistic significance to the humanization of online chat tool and provides as a reference to the design of other relevant projects. Key words: online chat tool C# instantaneous communication database humanization 目 录 第一章 引言 1 1.1 系统开发背景 1 1.2 聊天软件的开发目标 1 第二章 开发环境与关键技术简介 2 2.1 C#简介 2 2.2 .NET Framework简介 4 2.3 WinForms窗体设计技术 5 2.4 C/S结构 5 2.5 ADO.NET技术 6 2.6 SQL Server 2005数据库简介 6 第三章 需求分析 8 3.1 可行性研究 8 3.2 用户需求 8 3.3 性能需求 8 3.4 系统功能需求 9 第四章 系统设计 10 4.1 系统功能结构 10 4.2 系统模块划分 10 4.3 系统整体流程图 11 第五章 详细设计 12 5.1 登录界面设计 12 5.2 注册界面设计 15 5.3 主界面设计 19 5.4 查找/添加好友界面设计 22 5.5 聊天界面设计 28 5.6 个人设置界面设计 33 5.7 头像选择界面设计 34 5.8 系统消息界面设计 35 结束语 38
显示全部
相似文档