C#局域网聊天工具的设计与实现 摘要:本文提出并设计了一个局域网聊天工具,并在WINDOWS平台上利用Visual Studio2010加以实现。本设计将文本聊天和文件传输等功能综合在一个客户端程序之内,使用C#语言进行网络编程,并进行了人性化的界面设计,使用起来简单方便,并且功能十分合理,又易于扩展以及个性化定制。
关键词:局域网;C/S体系结构;文本聊天;文件传输
The Design And Implementation of The LAN Chat Tool
Abstract: This paper puts forward and design a LAN chatting tools, and in the Windows platform,it is realized by using Visual Studio 2010. This design will text chat and file transfer are integrate in a client program, using C# language for network programming, and the human interface design, easy to use, and the function is quite reaso- nable, and easy expansion and customization.
Key words: LAN; C/S Architecture ;Text-Chat; File-Ttransfer
目 录
摘要 1
1 局域网聊天工具概述 1
1.1 开发目标和意义 1
1.2 WINDOWS SOCKETS编程 1
2 系统分析 2
2.1 需求分析 2
2.2 性能要求与可行性分析 3
3 系统设计 3
3.1 系统功能结构 3
3.2 系统业务流程分析 4
3.3 数据库设计 5
4 系统模块详细设计 6
4.1 文本聊天模块实现 6
4.2 文件传输模块实现 7
5 系统测试 8
6 总结 10
参考文献 11
致 谢 12,3516