基于TCP/IP的网络聊天工具的设计与实现
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
密 惠 保
摘要
Socket 接口是TCP/ IP 网络的API(应用程序接口) ,Windows Sockets (Winsock) 是一个基于Socket 模型的API。本文通过论述了Windows 环境下的实现计算机数据传输服务的机制,提供了一种网络环境下实现计算机通信的手段,分析了TCP/ IP 协议的体系结构、组成与功能以及通过TCP/ IP 协议实现异构型网络互连的机理。对TCP/ IP 协议提供的两种通信功能进行了分析,辩证地提出了它们不同的应用场合。本聊天工具使用VC++语言和较成熟的微软的mfc71作为开发语言,本文详细介绍了本聊天工具的开发过程。并从系统的需求分析、系统分析、详细设计的整个开发过程进行全面论述。最后,给出了在TCP/ IP 基础上开发通信应用程序的编程模型和实现要点,对用户开发应用程序有一定参考意义。 copyright think58
本文来自think58 [资料来源:www.THINK58.com]
关键词: 网络;TCP/ IP 协议 通信编程 VC++
copyright think58 [资料来源:www.THINK58.com]
[资料来源:http://www.THINK58.com]
[版权所有:http://think58.com]
copyright think58
Abstract
Socke interface is a API of TCP/ IP network and Winsock is another API which is base of the model of Socket ,This article discuss a service mechanismof computer data communications, providing a means of achieve computer communications in networks environment , analyzes the system construction , composition and function of TCP/ IP protocol , and realization mechanism intercommunication between isomerous networks through TCP/ IP protocols. The paper also analyzes two kinds of communication functions provided by TCP/ IP protocols , and proposes their different application occasions dialectically .this article use takes fundamentally with the VC++ language,in detail introduced this management system management system performance history.And from system demand analysis, system analysis, detailed design entire performance history .. Finally , the paper gives programming models and realization keys of developing communication programs , which will provide some reference value for users who develop application programs. copyright think58
[资料来源:http://think58.com]
内容来自think58
[来源:http://think58.com]
Key words :network TCP/ IP protocols communication program VC++