搜索资源列表
xxxxxxxUDP
- 一个命令行CMD形式的UDP通讯示例程序,实现了基本的主机、服务器通讯方式。可供学习UDP入门的编程人员学习。-The form of a command line CMD UDP communication sample programs, to achieve a basic host, server communication. UDP entry programming for learning to learn.
UDP
- delphi 编写的UDP协议通讯程序示例,适合初学者,因为它够简单。-UDP communication example
UDP
- VC6MFC使用MFC实现socket通讯示例程序-VC6MFC socket communication using the MFC sample programs to achieve
XPC
- XPC UDP通讯的示例程序 实现UDP发送数据-XPC UDP communication
UDPDemo
- 无连接通信是通过“用户数据报协议”(User Dadagram Protocol,UDP)来完成的。它不保障可靠数据的传输,但能够向若干个目标发送数据,接收来自若干个源的数据。本例程是一个UDP示例程序。使用UDP异步通讯,并利用事件机制判断数据的接收。-Connectionless communication is through the " User Datagram Protocol" (User Dadagram Protocol, UDP) to complete.
udp-comm-samples
- 一个C++的使用UDP协议进行通讯的例子,比较直观的示例了如何使用UDP协议进行两个程序之间的通讯。例子中包含客户端和服务端程序。-An example of a C++ using UDP protocol for communication, more intuitive example of how to use the UDP protocol for communication between the two programs. Examples include client and