文件名称:TCPDemo
- 所属分类:
- IP电话/视频会议
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-04-10
- 文件大小:
- 28kb
- 下载次数:
- 0次
- 提 供 者:
- lanxi******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个服务器程序,一个客户机程序,双方通过TCP方式传输数据。
Bin\TCPServer.exe是服务器程序。
Bin\TCPClient.exe是客户机程序。
打开TCPDemo目录下的WsClientServer.dsw文件,可以同时浏览该目录下所有
项目。-A server program and a client program, the two sides to transfer data via TCP mode. The Bin \ TCPServer.exe server program. The Bin \ TCPClient.exe client program. Open the the files of TCPDemo directory WsClientServer.dsw, can browse the directory of all projects.
Bin\TCPServer.exe是服务器程序。
Bin\TCPClient.exe是客户机程序。
打开TCPDemo目录下的WsClientServer.dsw文件,可以同时浏览该目录下所有
项目。-A server program and a client program, the two sides to transfer data via TCP mode. The Bin \ TCPServer.exe server program. The Bin \ TCPClient.exe client program. Open the the files of TCPDemo directory WsClientServer.dsw, can browse the directory of all projects.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TCPDemo\WsClientServer.dsw
.......\Utils\CMsgReceiver.cpp
.......\.....\CMsgReceiver.h
.......\.....\CMsgStation.cpp
.......\.....\CMsgStation.h
.......\.....\CObjectList.cpp
.......\.....\CObjectList.h
.......\TCPServer\StdAfx.cpp
.......\.........\StdAfx.h
.......\.........\TCPServer.cpp
.......\.........\TCPServer.dsp
.......\.........\TCPServer.h
.......\.........\TCPServer.rc
.......\.........\TCPServerDlg.cpp
.......\.........\TCPServerDlg.h
.......\.........\resource.h
.......\.........\...\TCPServer.ico
.......\.........\...\TCPServer.rc2
.......\...Client\StdAfx.cpp
.......\.........\StdAfx.h
.......\.........\TCPClient.cpp
.......\.........\TCPClient.dsp
.......\.........\TCPClient.h
.......\.........\TCPClient.rc
.......\.........\TCPClientDlg.cpp
.......\.........\TCPClientDlg.h
.......\.........\resource.h
.......\.........\...\TCPClient.ico
.......\.........\...\TCPClient.rc2
.......\Common\CSocketReceiver.cpp
.......\......\CSocketReceiver.h
.......\......\CSocketSender.cpp
.......\......\CSocketSender.h
.......\......\CStreamSocket.cpp
.......\......\CStreamSocket.h
.......\......\CTCPListener.cpp
.......\......\CTCPListener.h
.......\......\Netdefs.h
.......\......\UNetwork.cpp
.......\......\UNetwork.h
.......\TCPServer\res
.......\...Client\res
.......\Utils
.......\TCPServer
.......\TCPClient
.......\Common
TCPDemo