搜索资源列表
udp客户端
- vc实现udp传输实例,属于客户端。-vc achieve udp transmission example, belong to the client.
DeltaNet
- 在嵌入式系统DeltaSYSTEM中实现PING主机,TCP服务器,TCP客户端,UDP服务器,UDP客户端的程序-in Embedded System DeltaSYSTEM achieve PING mainfr a me, TCP server, TCP Client, UDP server, the client UDP procedures
udp客户端
- vc实现udp传输实例,属于客户端。-vc achieve udp transmission example, belong to the client.
基于UDP-面向连接的应用程序
- 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order unde
UDPClientAndServer
- 一个简单的UDP服务器和客户端实现源码,适合初学网络编程者学习使用。-a simple UDP server and client to achieve source, network programming for beginners learning to use.
UdpClientDemo
- socket编程客户端例子,在VC6下编译通过,采用UDP协议-client socket programming examples, compiled under the VC6 by using UDP
utalker
- 周立公smartarm2200 UDP客户端例子-Zhou public smartarm2200 UDP client examples
Linux_net_udp
- Linux网络通信(UDP)客户端和服务器程序,本人亲自编写,现奉献给大家-Linux Network Communications (UDP) client and server programs, I personally prepared, we are dedicated to
SocketTcpUdp
- udp和tcp程序 实现多客户端同时连接,并能同时发送信息和接收信息。 504547114-tcp and udp procedures multi-client link, and at the same time send messages and receive information. 504547114
myUDPClient
- 客户端程序具有多角度考虑类多协议模式的一个客户端程序-client with multi-angle type multi-protocol mode of a client program
UDP.Test
- 用Delphi 6实现的简单UDP客户端、服务端间的测试程序-with Delphi 6 realize the simple UDP client and the server-side test procedures
UDTtest
- UDP客户端与服务端的通讯测试程序,可以用为学习UDP编程的参考-UDP client and server communications test procedure can be used for programming learning UDP reference
UDP
- 设计一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。udp的.-Design a simple network communication systems, to achieve communication between the two sides to send and recei
CLient
- UDP客户端,简单实用,是您进阶的好帮手-UDP CLIENT
WINSOCK-UDP
- VC++接收、发布广播信息代码 VC++接收、发布广播信息的程序代码,广播信息其实也就是一个服务器和一个接收机,这里简化为一个服务端和客户端,服务端向外发送信息,客户端自动接收,当然,这里仅实现最基本的单元,扩展空间很大,了解了原理,你就能举一反三,开发出更复杂的消息应用来。-VC++ to receive, publish broadcast code VC++ to receive, publish broadcast the
UDP练习
- UDP简单的练习,包含客户端和服务端。大神绕道(UDP simple exercises, including client and server.Great god a detour)
同步TCP客户端
- 可以使用TCP进行连接,配合TCP或者UDP服务端一起使用(You can use TCP to connect, with TCP or UDP server to use together)
RadarUDP0914(算法)
- 建立一个python udp客户端和服务器(this is a python udp client and server,very simple.)
UDP 广播socket自动连接客户端
- 两台或多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行自动连接.其实现的原理很简单,服务端这一边通过MulticastSocket将自己的有关信息,如IP,端口等广播出去,同一个广播地址里面的客户端可以接收到该广播,并从中解析要相关的信息.(Two or more Android devices, including one as a server, then another one or s
UdpClient
- 利用qt自带的网络编程套件,建立udp客户端,实现简单的通讯聊天功能(Utilize qt's own network programming kit to establish udp client and realize simple communication chat function)