搜索资源列表
windows socket编程
- 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
8个socket编程实例
- tcp 同步 异步 UDP同步异步
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
windows-Udp-socket
- Windows下的socket编程源码,完整的工程,编译通过,无需更改即可使用-Socket programming under Windows source code, complete the project, compile, you can use without having to change
UDP
- 讲述了UDP程序的实现方法,并用C语言编程实现了一个UDP程序,该程序能实现广播功能和多播功能,能进行广播消息和多播消息的接发。通过本章的分析,想读者展示了UDP程序的实现过程,广播和多播的区别与共同点-UDP procedures described implementations, and programming using C language, a UDP program, the program can be for broadcast and multicast functions
UDP-broadcast-network-
- MFC 网络编程基础UDP广播, 小型的聊天程序, 有界面-UDP broadcast network programming based on MFC, small chat program, with the interface
VC-TCP-UDP
- VC++ TCP/IP编程通讯,详细试用,适合研发人员用的好资料-VC++ TCP/IP programming communication, more trials, for research and development staff with good information...
udpV3.1
- udp调试开发用的一个小程序,是学习udp编程的好例子-udp debugging development with a small procedure, is to learn from good examples of programming udp
udp-chat
- 基于UDP协议的网络聊天程序,对于学习网络编程的人员很可以简单借鉴-UDP protocol-based network chat program, for staff to learn network programming is a simple reference
RawUDPsources001
- UDP编程的一个入门级的例子,详细介绍了socket,以及如何使用UDP进行编程通讯,非常有价值。-UDP programming an example of entry-level details of socket, and how to use UDP communication program, extremely valuable.
UDPDemo
- EVC源代码,UDP编程应用,网络传输的实现实例程序 -udp
UDPReceiver
- UDP接收LabVIEW程序,初学者用于UDP编程的好例子。-A good example UDP reciever.
udpSample
- vc++ udp 编程实例 基于vs2008-vc++ udp programming sample vs2008
UDP
- C++编程实现UDP协议扫描端口,经检验源码可用,己生成程序-C++ Programming Scan UDP protocol port, source code is available via testing, has been generating program
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