文件名称:Socket-tcp-udp
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 52kb
- 下载次数:
- 0次
- 提 供 者:
- huami******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Knowledge of the network, the network procedures for the preparation, Socket is connected applications and the bridge network driver, Socket created in the application, through a relationship with the driver bind. Since then, the application data sent to Socket, the Socket to the driver sent to the network. Received from the network computer with the Socket bound to IP+ Port-related data, by the driver to the Socket, Socket applications can be extracted from the received data. This web application is sending data through the socket and receiving. TCP and UDP and the preparation process works, how to link library file in the program. A character interface chat program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
14网络\Code\NetClient\NetClient.cpp
......\....\.........\NetClient.dsp
......\....\.........\NetClient.plg
......\....\...Srv\NetSrv.cpp
......\....\......\NetSrv.dsp
......\....\......\NetSrv.dsw
......\....\......\NetSrv.ncb
......\....\......\NetSrv.opt
......\....\......\NetSrv.plg
......\....\TcpClient\TcpClient.cpp
......\....\.........\TcpClient.dsp
......\....\.........\TcpClient.plg
......\....\...Srv\TcpSrv.cpp
......\....\......\TcpSrv.dsp
......\....\......\TcpSrv.dsw
......\....\......\TcpSrv.ncb
......\....\......\TcpSrv.opt
......\....\......\TcpSrv.plg
......\....\UdpClient\UdpClient.cpp
......\....\.........\UdpClient.dsp
......\....\.........\UdpClient.plg
......\....\...Srv\UdpSrv.cpp
......\....\......\UdpSrv.dsp
......\....\......\UdpSrv.dsw
......\....\......\UdpSrv.ncb
......\....\......\UdpSrv.opt
......\....\......\UdpSrv.plg
......\Lesson14网络编程.ppt
......\课程内容.txt
......\Code\NetClient
......\....\NetSrv
......\....\TcpClient
......\....\TcpSrv
......\....\UdpClient
......\....\UdpSrv
......\Code
14网络
......\....\.........\NetClient.dsp
......\....\.........\NetClient.plg
......\....\...Srv\NetSrv.cpp
......\....\......\NetSrv.dsp
......\....\......\NetSrv.dsw
......\....\......\NetSrv.ncb
......\....\......\NetSrv.opt
......\....\......\NetSrv.plg
......\....\TcpClient\TcpClient.cpp
......\....\.........\TcpClient.dsp
......\....\.........\TcpClient.plg
......\....\...Srv\TcpSrv.cpp
......\....\......\TcpSrv.dsp
......\....\......\TcpSrv.dsw
......\....\......\TcpSrv.ncb
......\....\......\TcpSrv.opt
......\....\......\TcpSrv.plg
......\....\UdpClient\UdpClient.cpp
......\....\.........\UdpClient.dsp
......\....\.........\UdpClient.plg
......\....\...Srv\UdpSrv.cpp
......\....\......\UdpSrv.dsp
......\....\......\UdpSrv.dsw
......\....\......\UdpSrv.ncb
......\....\......\UdpSrv.opt
......\....\......\UdpSrv.plg
......\Lesson14网络编程.ppt
......\课程内容.txt
......\Code\NetClient
......\....\NetSrv
......\....\TcpClient
......\....\TcpSrv
......\....\UdpClient
......\....\UdpSrv
......\Code
14网络