Description:
请键入文字或网站地址,或者上传文档。
These two programs, which TCPDemos complete the TCP Server (server)
Function, TCPDemoc complete the TCP Client (client) function,
Please open the program before running, modifying the server were modified according to the local IP
And client programs in the IP address (in#define SERVER_IP), attention
IP settings for the current program 127.0.0.1, namely the local IP, so students
Do not change the program can be run directly on the machine. Runtime Server s first run
Program, and then run the Client program, the effect of the program is the server
After receiving the connection to the client sends a string of I am a server
To Search:
File list (Check if you may need any files):
网络实验\关于TCP编程.doc
........\说明.txt
........\TCPDemos\TCPDemo.cpp
........\........\TCPDemo.dsp
........\........\TCPDemo.dsw
........\........\TCPDemo.ncb
........\........\TCPDemo.opt
........\........\TCPDemo.plg
........\........\Debug\TCPDemo.exe
........\........\.....\TCPDemo.ilk
........\........\.....\TCPDemo.obj
........\........\.....\TCPDemo.pch
........\........\.....\TCPDemo.pdb
........\........\.....\vc60.idb
........\........\.....\vc60.pdb
........\.......c\TCPDemoc.cpp
........\........\TCPDemoc.ncb
........\........\TCPDemoc.plg
........\........\TCPDemoc.opt
........\........\TCPDemoc.dsp
........\........\TCPDemoc.dsw
........\........\Debug\TCPDemoc.pdb
........\........\.....\vc60.idb
........\........\.....\vc60.pdb
........\........\.....\TCPDemoc.obj
........\........\.....\TCPDemoc.pch
........\........\.....\TCPDemo.obj
........\.......s\Debug
........\.......c\Debug
........\TCPDemos
........\TCPDemoc
网络实验