搜索资源列表
穿透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编程实例子,周立功的,值得参看!
UDP
- LINUX下的UDP编程,通过UDP传输随机数,实现加法和减法!
windows socket编程
- 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
简单的TCP,UDP服务器,客户端(入门学习用)
- WIN API开发的基于SOCKET的简单TCP,UDP通信程序,对初学者使用SOCKET很有帮助
vc基于udp的简单网络编程
- vc基于udp的简单网络编程
8个socket编程实例
- tcp 同步 异步 UDP同步异步
chat_room QT 下UDP实现
- 在Redhat enterprise 5 Linux 下的QT编程。用UDP实现双方的通信。
javaUDP编程
- java实现的基于UDP网络通讯代码. JAVA语言
udp.rar VC编程用UPD协议实现广播通信
- VC编程用UPD协议实现广播通信,VC programming corresponds with the UPD agreement realization broadcast
udp.rar
- 这是udp的详细介绍,有利于学习udp的编程,进一步提高自己所学,This is a detailed descr iption udp, udp conducive to learning programming, further enhance their learning
linux-udp.rar
- linux下udp客户端和服务器的程序,可用于无差错传输文件和对网络编程的学习,linux-udp
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()、UdpClient(int port)、UdpClient(IP