文档详情

基于局域网的即时通讯聊天室系统设计_毕业设计论文1.doc.doc

发布:2018-03-31约1.66万字共42页下载文档
文本预览下载声明
本科毕业设计(论文) 题 目 基于局域网的即时通讯聊天室系统设计 部 系 地方生部 专 业 电子信息工程 学 员 王锋 指导教员 朱四华 中国人民解放军海军航空工程学院 2010 年 5 月 基于局域网的即时通讯聊天系统的设计 摘 要 ? 随着计算机科学和Internet 的飞速发展, 网上聊天已成为人们相互交流的一种方式, 与E-mail、电话相比, 聊天服务更具有实时性和有效性。 本论文提出一个运行于VC平台上的局域网聊天软件的解决方案。该聊天软件包括服务器端和客户端两个模块,客户端通过服务器端进行通信。服务器端模块主要实现了服务器的配置和数据的传递;客户端模块主要实现了用户注册、登录、文字聊天等功能。该软件采用异步套接字的非阻塞模式,并实现对象的序列化和MFC文件对象实现数据的保存。 该软件能够帮助企业在局域网内搭建起自己的聊天系统,避免企业内部员工使用类似QQ等软件泄露内部信息,但是该软件只实现了聊天的基本功能,还有很多不足之处需要改进。 ? 关键字:局域网、即时通信、套接字、异步模式 An instant messaging chat system based of LAN Abstract Along with the high-speed development of the computer science and Internet, chatting on line has been an important method in our communication. Comparing with E-mail and telephone, the chat-line service is more real-time and effective. This thesis proposes a solution of a LAN chatting software based on C++ language, which is operated on the VC platform. This chatting software includes two modules: the server and the client, which can communicate with each other. The server module mainly completes the sever device’s configuration. The client module mainly completes the users’ login, registration, instant messaging and so on. The software used model of non-blocking asynchronous socket , And to achieve the object and MFC series documents the preservation of the object data. This software can help the company to build their own chatting system in the local area network, and it also can avoid the staff of the company disclosing the insider information by using the other software such as QQ, but this software has only completed the basic function as a chatting system, so it need much more improvement. ? Key words:LAN 、Instant messaging、Socket、asynchronous modle 目 录 摘 要 I Abstract II 1 概 述 1 1.1 系统现状 1 1.2 系统内容与目标 2 1.3 系统综述 2 2 系统开发环境和关键技术 3 2.1 开发环境 3 2.2 关键技术 3 2.2.1 .Visual C++和面向对象程序设计 3 2.2.2 M F C 4 2.2.3 WINDOWS SOCKETS网络编程接口 4 2.2.4 WS
显示全部
相似文档