搜索资源列表
UDPExample
- 程序名称:UDPExample.cpp 功 能:控制台命令状态运行的UDP通信程序 调试环境:VC++.NET 2003 说 明:充当服务器进程时的运行方式:UDPExample 端口号 充当客户进程时的运行方式:UDPExample 端口号 服务器IP地址 服务器端口号-Program Name: UDPExample.cpp function: state of the console commands to run UDP communication program de
cPP
- 用Visual C++实现局域网IP多播,在局域网中,管理员常常需要将某条信息发送给一组用户。如果使用一对一的发送方法, 虽然是可行的,但是过于麻烦,也常会出现漏发、错发。为了更有效的解决这种组通信问题 ,出现了一种多播技术(也常称为组播通信),它是基于IP层的通信技术。-Using Visual C++ LAN IP multicast in the LAN, administrators often need to send a message to a group of users. If