文件名称:Socket
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-04-10
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
SOCKET之间的通信 是通过DOS窗口实现的简单通信 首先运行服务器 然后运行客户端 通过客户端发送消息 让服务器接受-SOCKET communication between simple communication DOS window to run the server first and then run the client through the client sends a message to let the server accepts
(系统自动生成,下载前可以参看下载内容)
下载文件列表
服务器与客户机\TcpClient\ReadMe.txt
..............\.........\StdAfx.cpp
..............\.........\StdAfx.h
..............\.........\TcpClient.cpp
..............\.........\TcpClient.dsp
..............\.........\TcpClient.dsw
..............\.........\TcpClient.ncb
..............\.........\TcpClient.opt
..............\.........\TcpClient.plg
..............\...Server\ReadMe.txt
..............\.........\StdAfx.cpp
..............\.........\StdAfx.h
..............\.........\TcpServer.cpp
..............\.........\TcpServer.dsp
..............\.........\TcpServer.dsw
..............\.........\TcpServer.ncb
..............\.........\TcpServer.opt
..............\.........\TcpServer.plg
..............\TcpClient
..............\TcpServer
服务器与客户机