局域网聊天室的设计与实现VC.pdf

  • 需要金币1000 个金币
  • 资料包括:完整论文
  • 转换比率:金钱 X 10=金币数量, 即1元=10金币
  • 论文格式:Adobe Reader格式(*.pdf)
  • 更新时间:2013-08-25
  • 论文字数:36页
  • 当前位置论文阅览室 > 毕业设计 > 信息与计算科学 >
  • 课题来源:(致青春郑微)提供原创文章

支付并下载

摘要:随着计算机科学和Internet 的飞速发展, 网上聊天已成为人们相互交流的一种方式, 与E-mail、电话相比, 聊天服务更具有实时性和有效性。各种各样基于网络的应用也随之诞生。比如基于互联网的信息发布,通信,数据共享等等。局域网的发展也同样迅速。很多政府机构,企业,学校,都是先以一个统一的局域网联结在一起,再分别接入Internet。因此基于局域网的即时通信工具,就这样应运而生了。

本论文提出一个运行于VC 平台上的局域网聊天软件的解决方案。该聊天软件包括服务器端和客户端两个模块,客户端通过服务器端进行通信。服务器端模块主要实现了服务器的配置和数据的传递;客户端模块主要实现了用户注册、登录、文字聊天等功能。该软件采用异步套接字的非阻塞模式,并实现对象的序列化和MFC 文件对象实现数据的保存。

该软件能够帮助企业在局域网内搭建起自己的聊天系统,避免企业内部员工使用类似QQ 等软件泄露内部信息,但是该软件只实现了聊天的基本功能,还有很多不足之处需要改进。

关键字:局域网,即时通信,套接字,异步模式

 

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