文件名称:UDPDemo
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 22kb
- 下载次数:
- 0次
- 提 供 者:
- hexu*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
UDP 传输实例。 UDP(User Data Protocol,用户数据报协议)是与TCP相对应的协议。它是面向非连接的协议,它不与对方建立连接,而是直接就把数据包发送过去-UDP transport instance. UDP (User Data Protocol, User Datagram Protocol) is corresponding to the TCP protocol. It is connection-oriented protocol, it does not establish a connection with each other, but put the packet sent in the past
(系统自动生成,下载前可以参看下载内容)
下载文件列表
UDPDemo\Common\CUDPManager.cpp
.......\......\CUDPManager.h
.......\......\UNetwork.cpp
.......\......\UNetwork.h
.......\UDPClient\res\UDPClient.ico
.......\.........\...\UDPClient.rc2
.......\.........\resource.h
.......\.........\StdAfx.cpp
.......\.........\StdAfx.h
.......\.........\UDPClient.cpp
.......\.........\UDPClient.dsp
.......\.........\UDPClient.h
.......\.........\UDPClient.rc
.......\.........\UDPClientDlg.cpp
.......\.........\UDPClientDlg.h
.......\...Server\res\UDPServer.ico
.......\.........\...\UDPServer.rc2
.......\.........\resource.h
.......\.........\StdAfx.cpp
.......\.........\StdAfx.h
.......\.........\UDPServer.cpp
.......\.........\UDPServer.dsp
.......\.........\UDPServer.h
.......\.........\UDPServer.rc
.......\.........\UDPServerDlg.cpp
.......\.........\UDPServerDlg.h
.......\WsClientServer.dsw
.......\UDPClient\res
.......\...Server\res
.......\Common
.......\UDPClient
.......\UDPServer
UDPDemo
.......\......\CUDPManager.h
.......\......\UNetwork.cpp
.......\......\UNetwork.h
.......\UDPClient\res\UDPClient.ico
.......\.........\...\UDPClient.rc2
.......\.........\resource.h
.......\.........\StdAfx.cpp
.......\.........\StdAfx.h
.......\.........\UDPClient.cpp
.......\.........\UDPClient.dsp
.......\.........\UDPClient.h
.......\.........\UDPClient.rc
.......\.........\UDPClientDlg.cpp
.......\.........\UDPClientDlg.h
.......\...Server\res\UDPServer.ico
.......\.........\...\UDPServer.rc2
.......\.........\resource.h
.......\.........\StdAfx.cpp
.......\.........\StdAfx.h
.......\.........\UDPServer.cpp
.......\.........\UDPServer.dsp
.......\.........\UDPServer.h
.......\.........\UDPServer.rc
.......\.........\UDPServerDlg.cpp
.......\.........\UDPServerDlg.h
.......\WsClientServer.dsw
.......\UDPClient\res
.......\...Server\res
.......\Common
.......\UDPClient
.......\UDPServer
UDPDemo