搜索资源列表
multi_thread_udp.zip
- 多线程UDP通讯例子
udpClient
- 一个用于UDP通讯的示例程序。可以方便的查看通讯数据,以及发送数据。-a UDP communications for the sample program. Check to make communications data, and send data.
UDP_Multicast_IOCP_CLIENT
- 使用完成端口进行UDP通讯编程,很少有实用例子-completed using UDP communications ports for programming, few practical examples
ExceedUDP
- 一个UDP通讯类的底层实现,开发环境.NET2005.采用了开放架构,安全的底层分包/合并.-a UDP communications of the underlying implementation, the development environment.NET2005. Using an open architecture, the underlying security sub-/ merger.
UDP-protocal-communication
- UDP协议实现网络通讯 可实现局域网内的通信-UDP protocol network communication can be realized within the local area network communication
Udp329
- UDP是一种面向非连接,不可靠的通讯协议,相对于TCP来说,虽然可靠性不及,但传输效率较高。所以在网络上仍有很大的用途。这几日需要了解下udp通讯的过程,上网发现这方面的资料还挺少。于是仔细的翻找了下msdn,基本上搞清楚了udp通讯的过程。做了一个测试的例子。希望对大家有帮助。 -UDP is a non-connection-oriented, reliable communication protocol, compared to TCP, Although less than rel
UDP-winsock
- UDP程序 c.cpp为客户端 s.cpp为服务端 实现了客户端和服务端的互连,通讯-UDP c.cpp procedures for the client to the server s.cpp achieve the client and service side of the interconnection , communications
UDpcommunication
- 用户设置,实现UDP通讯功能,客户机发送“d”,服务器收到后返回“E”信号。
UDPPtoPDemo
- UDP点对点Demo,可以用于理解UDP通讯的知识。
UDP
- socket编程 : 一个基于UDP协议的通讯实例
WINSOCK-UDP
- 使用vb编写的UDP通讯(通信)程序,windows/winsock.
UDP
- labview 的UDP通讯编程实例,可以在两台计算机之间传递数据
PPC
- ppc上的udp通讯 测试通过,wm6上测试通过.
UDP协议实现网络通讯
- UDP协议实现网络通讯-UDP communications network
TCP.UDP
- VC++6 TCP UDP通讯程序实例-VC 6 TCP UDP communication procedures example
基于UDP通讯
- 用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!-technology used UDP Multicast can achieve one-to-many communications! ! Chat can yo!
tcpip通讯程序
- vc编的tcp和udp服务器,客户端,很好用-vc series tcp and udp server, client, a very good use
multithreadudp_1.33
- 多线程UDP通讯程序源代码,利用VC实现的源代码,可用于网络通信,不妨一试,-multithreading UDP communications source code, using VC source code can be used for network communications, it may be a test,
UDP安全传输演示(Delphi源码)
- UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
TCP-UDP测试软件
- 这是用qt编写的TCP-UDP测试软件,可以让你理解tcp/udp通讯机制