搜索资源列表
穿透Socks5 代理的UDP编程1
- 关于p2p编程的一些资料-p2p programming on some of the information
穿透Socks5 代理的UDP编程2
- 关于p2p编程的一些资料-p2p programming on some of the information
Multithreaded TCP-UDP Client Server
- .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
udp-cs
- UDP编程 在redhat9下测试通过-UDP programming in the test under redhat9
UDP
- Windows CE下UDP编程实例子,周立功的,值得参看!
穿透Socks5 代理的UDP编程1
- 关于p2p编程的一些资料-p2p programming on some of the information
TCPIP Socket编程实例
- Socket编程示例-Socket Programming Example
Multithreaded TCP-UDP Client Server
- .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program
udpc
- udp编程,是本校的一个老师自己编出来,用于教学用用的。-udp programming, is a teacher at the university's own series, and for teaching purposes.
udp-cs
- UDP编程 在redhat9下测试通过-UDP programming in the test under redhat9
SockUDP
- windows socket UDP编程源码,vc6.0编译通过-windows socket UDP source programming, vc6.0 compiled through
UDTtest
- UDP客户端与服务端的通讯测试程序,可以用为学习UDP编程的参考-UDP client and server communications test procedure can be used for programming learning UDP reference
UDP
- Windows CE下UDP编程实例子,周立功的,值得参看!-UDP programming under Windows CE examples son, Zhou meritorious and worthy of see!
UDP
- LINUX下的UDP编程,通过UDP传输随机数,实现加法和减法!-LINUX programming under the UDP, UDP transmission through the random number, the realization of addition and subtraction!
RawUDPsources001
- UDP编程的一个入门级的例子,详细介绍了socket,以及如何使用UDP进行编程通讯,非常有价值。-UDP programming an example of entry-level details of socket, and how to use UDP communication program, extremely valuable.
udp
- Linux UDP 编程 适用于嵌入式ARM开发板-Linux UDP programming for embedded ARM development board
UDP
- UDP编程,C#实现-UDP programming, C# Implementation
UDPDemo
- UDP编程实例,该程序主要功能是实现字符串的发送和接收-UDP programming examples, the main function is to achieve the program to send and receive strings
Java的UDP通讯
- 使用java实现UDP编程,需要同时运行文件中的server和client文件。实现客户端和服务器的通讯和接收。(Using java to achieve UDP programming, you need to run files in the server and client files. Realize the communication and reception between client and server.)
UdpChatSync
- UDP编程有两种技术,一种是直接使用Socket类,另一种是使用UdpClient类。UdpClient类对基础Socket进行了封装。 与TCP有TcpListener类和TcpClient类不同,UDP只有UdpClient类。 有两种建立远程主机的方式:1.使用远程主机名和端口号来创建;2.先创建不带参数的UdpClient实例,再调用Connect方法。 构造函数:UdpClient()、Ud