搜索资源列表
用UPD协议实现广播通信
- VC编程用UPD协议实现广播通信 UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据;
WinSocket-UDP
- 用vc写的winsock-UDP程序,是学习winsock的好帮手!- Winsock-UDP procedure writes which with vc, is good helper which studies winsock!
聊天工具vc.net
- 本程序在VC.NET中编译通过,实现了好友上线,下线UDP广播,及用XML实现消息传输,及文件传输功能。-procedures in the VC. Compiled by achieving a friend on the line, assembly line UDP broadcasting, and using XML messaging, and file transfer functions.
udp客户端
- vc实现udp传输实例,属于客户端。-vc achieve udp transmission example, belong to the client.
P2P之UDP穿透NAT的原理与实现源代码 .r
- P2P之UDP穿透NAT的原理与实现源代码,有VC实现的网络编程-P2P UDP penetrate NAT Zhi Theory and implementation of the source code, the VC Network Programming
vc开发tcp聊天服务器端
- 目前绝大多数的聊天程序都是采用UDP开发的,本程序则采用TCP开发,适用于对信息传输要求比较高的场合,本程序是服务器端源代码。-majority of the chat procedures are developed using UDP, TCP procedure is used to develop, apply to information transmission and high demand on the occasion, the process is server source
类似与QQ的UDP通信
- 这是一个用VC编写的网络通信程序,有两个服务器和端口,可以实现相互通信。使用时请注意修改IP地址-This is a VC prepared by the network communication procedures, and the two-port server can achieve mutual communication. When used to change IP addresses
VC_UDPSND
- VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是发射端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is to launch a process -
VC_UDPRCV
- VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是接收端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is receiving end procedures
vc网络编程
- 关于vc网络编程的几个例子包括 收发送电子邮件、FTP上传下载、WINSOCK-UDP、WINSOCK-TCP-vc network programming on a few examples, including resumption send e-mail, FTP upload download, WINSOCK - UDP, WINSOCK-TCP, etc.
VC...................................
- UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据; 具体实现很简单,但是现在在网络上很少看到这方面的代码;我也参考了VCKBASE上的关于UDP通信的原代码和一些书籍,写了这个简单的客户端,接收端程序,起到抛砖引玉的作用,希望能给初次接触UDP之BROADCA
UDPd
- VC++写的UDP 点对点程序,书上院码-VC write UDP point-to-point procedures on the upper house yards. .
udp_server
- VC++平台开发的,UDP协议传输的C/S模式编程,(转)有错误别找我啊-VC platform development, UDP transmission of the C / S mode programming, (to) find my other mistakes ah
Myudptest
- VC 获取本机IP,使用 CSocket类进行 UDP 发送和接收的例子,非常精炼,值得初学者参考,熟练人员作为模板引用。-VC IP access to the machine, use CSocket for sending and receiving UDP example, Refining very worthy reference beginners, skilled personnel cited as a template.
VideoTransfer
- 用vc编写的通过UDP传输的服务器和客户端的双端视频通信,很好用阿 -vc prepared with the adoption of the UDP transmission server and client-side video communications, with good A
udp-communication
- 网络调试精灵 基于VC++开发的网络调试,主要用UDP协议调试
vc++talk
- 用VC++开发的局域网聊天系统,基于UDP的传输协议
TCP.UDP
- VC++6 TCP UDP通讯程序实例-VC 6 TCP UDP communication procedures example
vc基于udp的简单网络编程
- vc基于udp的简单网络编程