文件名称:NetClient
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-03-14
- 文件大小:
- 6.71mb
- 下载次数:
- 0次
- 提 供 者:
- 彩*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Knowledge of the network, network program, Socket is connected to the application and the network driver bridge, Socket created in the application, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. Received by the computer from the network with the Socket bound IP+ the Port related data, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LESSON14\NetClient\Debug\NetClient.exe
........\.........\.....\NetClient.ilk
........\.........\.....\NetClient.obj
........\.........\.....\NetClient.pch
........\.........\.....\NetClient.pdb
........\.........\.....\vc60.idb
........\.........\.....\vc60.pdb
........\.........\NetClient.cpp
........\.........\NetClient.dsp
........\.........\NetClient.plg
........\...Srv\Debug\NetSrv.exe
........\......\.....\NetSrv.ilk
........\......\.....\NetSrv.obj
........\......\.....\NetSrv.pch
........\......\.....\NetSrv.pdb
........\......\.....\vc60.idb
........\......\.....\vc60.pdb
........\......\NetSrv.cpp
........\......\NetSrv.dsp
........\......\NetSrv.dsw
........\......\NetSrv.ncb
........\......\NetSrv.opt
........\......\NetSrv.plg
........\TCPClient\Debug\TCPClient.exe
........\.........\.....\TCPClient.ilk
........\.........\.....\TCPClient.obj
........\.........\.....\TCPClient.pch
........\.........\.....\TCPClient.pdb
........\.........\.....\vc60.idb
........\.........\.....\vc60.pdb
........\.........\TCPClient.cpp
........\.........\TCPClient.dsp
........\.........\TCPClient.plg
........\...Srv\Debug\TCPSrv.exe
........\......\.....\TCPSrv.ilk
........\......\.....\TCPSrv.obj
........\......\.....\TCPSrv.pch
........\......\.....\TCPSrv.pdb
........\......\.....\vc60.idb
........\......\.....\vc60.pdb
........\......\TCPSrv.cpp
........\......\TCPSrv.dsp
........\......\TCPSrv.dsw
........\......\TCPSrv.ncb
........\......\TCPSrv.opt
........\......\TCPSrv.plg
........\UdpClient\Debug\UdpClient.exe
........\.........\.....\UdpClient.ilk
........\.........\.....\UdpClient.obj
........\.........\.....\UdpClient.pch
........\.........\.....\UdpClient.pdb
........\.........\.....\vc60.idb
........\.........\.....\vc60.pdb
........\.........\UdpClient.cpp
........\.........\UdpClient.dsp
........\.........\UdpClient.plg
........\...Srv\Debug\UdpSrv.exe
........\......\.....\UdpSrv.ilk
........\......\.....\UdpSrv.obj
........\......\.....\UdpSrv.pch
........\......\.....\UdpSrv.pdb
........\......\.....\vc60.idb
........\......\.....\vc60.pdb
........\......\UdpSrv.cpp
........\......\UdpSrv.dsp
........\......\UdpSrv.dsw
........\......\UdpSrv.ncb
........\......\UdpSrv.opt
........\......\UdpSrv.plg
........\NetClient\Debug
........\...Srv\Debug
........\TCPClient\Debug
........\...Srv\Debug
........\UdpClient\Debug
........\...Srv\Debug
........\NetClient
........\NetSrv
........\TCPClient
........\TCPSrv
........\UdpClient
........\UdpSrv
LESSON14