文件名称:TCP-UDP-server-client
介绍说明--下载内容均来自于网络,请自行研究使用
包含了两个完整的基于TCP和UDP的服务器端和客户端通信的windows程序,在VC++6.0下可以直接运行-Contains two complete TCP and UDP-based server-side and client communication windows program in VC++6.0 can be run directly
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TCP服务器和客户端程序\common\comm.cpp
.....................\......\comm.h
.....................\......\Debug.h
.....................\......\initsock.h
.....................\......\protoinfo.h
.....................\GetAllIps\Debug\GetAllIps.exe
.....................\.........\GetAllIps.cpp
.....................\.........\GetAllIps.dsp
.....................\.........\GetAllIps.dsw
.....................\LocalHostInfo\Debug\LocalHostInfo.exe
.....................\.............\LocalHostInfo.cpp
.....................\.............\LocalHostInfo.dsp
.....................\.............\LocalHostInfo.dsw
.....................\NetTime\Debug\NetTime.exe
.....................\.......\NetTime.cpp
.....................\.......\NetTime.dsp
.....................\.......\NetTime.dsw
.....................\TCPClient\Debug\TCPClient.exe
.....................\.........\TCPClient.cpp
.....................\.........\TCPClient.dsp
.....................\.........\TCPClient.dsw
.....................\...Server\Debug\TCPServer.exe
.....................\.........\TCPServer.cpp
.....................\.........\TCPServer.dsp
.....................\.........\TCPServer.dsw
.....................\UDPClient\Debug\UDPClient.exe
.....................\.........\UDPClient.cpp
.....................\.........\UDPClient.dsp
.....................\.........\UDPClient.dsw
.....................\...Server\Debug\UDPServer.exe
.....................\.........\UDPServer.cpp
.....................\.........\UDPServer.dsp
.....................\.........\UDPServer.dsw
.....................\GetAllIps\Debug
.....................\LocalHostInfo\Debug
.....................\NetTime\Debug
.....................\TCPClient\Debug
.....................\...Server\Debug
.....................\UDPClient\Debug
.....................\...Server\Debug
.....................\common
.....................\GetAllIps
.....................\LocalHostInfo
.....................\NetTime
.....................\TCPClient
.....................\TCPServer
.....................\UDPClient
.....................\UDPServer
TCP服务器和客户端程序