- 1、本文档共36页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
VC局域网天程序修正
毕 业 设 计(论文)
题 目:VC局域网聊天程序
学 院: 黄石理工学院
专业名称: 计算机科学与技术
学 号: 0229099210314
学生姓名: 李洪刚
指导教师: 成俊 _
2011年11月27日
摘 要
随着计算机科学和Internet 的飞速发展, 网上聊天已成为人们相互交流的一种方式, 与E-mail、电话相比, 聊天服务更具有实时性和有效性。本项目采用软件工程的方法,综合运用程序设计技术、网络技术,以Visual C++ 6.0作为系统前台应用程序开发工具,主要研究了在TCP/IP协议下的局域网聊天室。
此局域网聊天室采用客户端/服务器(C/S)模式和TCP连接。它有两个模块组成:服务器和客户端。服务器模块主要用来维护网络上所有用户的信息,如用户名;聊天客户端模块主要包括用户登录、发送信息、接收信息等。整个工程采用结构化的方式进行编译,逐步完善系统功能。
系统采用CSocket实现连网功能。CSocket是MFC在CAsyncSocket基础上派生的一个同步阻塞Socket的封装类。而Socket是Windows中得到广泛应用的、开放的、支持多协议的网络编程接口。
该聊天室是一套适用于Internet网络使用的网络聊天室,其操作简单,灵活性好,运行也比较稳定。
关键词:VC++;套接字;传输控制协议;网络;聊天室
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. The subject under discussion adopts the method of the software project ,use procedure designing technique and the network technology. The project use Visual C++6.0 as the development tools,mainly studies under the TCP/IP protocol of LAN chat rooms.
This local area network chat tool adopts client/server mechanism(C/S) and TCP.It is composed of two components:the server and the client. The server model is mainly used to prootect all users ’ information ,incuuding user’s name and so on;The client model includes user regediting,,sending message,receiving message and so on.
System uses CSocket to achieve networking. CSocket is a synchronous blocking Socket wrappers derived by MFC based on CAsynncSocket. The Socket is widely used for open, multi-protocol network programming interface in windows.
This network chat tool can be used in internet environment ,it can be operated simply, its flexibility is fine and can run steadily.
Key Words:VC++;CSocket;TCP;Network;Chat room
1 绪论
在网络越来越发达的今天,人们对网络的依赖越来越多,越来越离不开网络,由此而产生的聊天工具越来越多,例如,国外的ICQ、国内腾讯公司开发的OICQ。基于VC++网络编程的
文档评论(0)