搜索资源列表
car_sim300.rar
- GPRS-GPS车载机控制源码,使用SIM300模块,有短消息发送、接收,TCP、UDP连接控制源代码。,GPRS-GPS Vehicle Control source, use SIM300 module, there is a short message to send, receive, TCP, UDP connections to control the source code.
vb-udp.rar
- vb实现udp广播包发送、接收,可用于隔离系统的数据传输,vb achieve udp broadcast packet to send, receive, can be used to isolate the data transmission system
video_monitoring-system
- 用DirectShow技术和用户数据报(UDP)协议进行网络视频监控。该系统以VC6.0为开发平台,实现了远端视频采集、MPEG4编解码、网络发送、接收和远端视频实时播放.详细介绍了网络发送过滤器和网络接收过滤器的主要设计步骤及应用方法,实验结果表明了远端接收的视频具有良好的视觉效果和实时性.-Use DirectShow technology and User Datagram (UDP) protocol for network video surveillance. VC6.0 for t
udp
- 个人写的vc下UDP广播发送和接收的源码,对于初学网络socket的人有一定帮助-Vc written under the individual to send and receive UDP broadcast source, the network socket for the beginner who has some help
UDPsr
- udp组播收发,两个程序分别运行,一个收数据,一个发送数据-udp send and receive multicast, both programs were running, a collection of data, a send data
Matlab-UDP
- 实现Matlab UDP通讯工具箱的发送和接收功能-Communications toolbox to achieve Matlab UDP send and receive functions
UDP
- C语言写的一个UDP程序——一个既能发送、接受广播消息,又能发送、接受多播消息的程序。-C language to write a UDP procedures- a can send, receive broadcast news as well as send, receive messages multicast procedures.
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
WINSOCK-UDP
- VC++接收、发布广播信息代码 VC++接收、发布广播信息的程序代码,广播信息其实也就是一个服务器和一个接收机,这里简化为一个服务端和客户端,服务端向外发送信息,客户端自动接收,当然,这里仅实现最基本的单元,扩展空间很大,了解了原理,你就能举一反三,开发出更复杂的消息应用来。-VC++ to receive, publish broadcast code VC++ to receive, publish broadcast the program code, broadcasting inf
udp
- 网络发送udp包源码!例子,广播发送,接收,vxserver,client,unixClient源代码-Udp packet is sent over the network source! Example, broadcasting to send, receive, vxserver, client, unixClient source code
TinyUDP_src
- 用socket的UDP发送接收信息的, VB.Net源代码。 -With the UDP send socket to receive the information, VB.Net source code.
UDP
- 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
UDP_Send_and_Receive_Using_Threads_in_VBNET_src.z
- udp send receive demo vb.net
UDP
- 信息简介:UDP协议,即拥护数据报协议(Use Datagram Protocol).是一个简单的面向数据报的传输层协议.他不提供可靠性,即只把应用程序传给IP层的数据发送出去,但是并不能保证他们能到达目的.广播和多播是基于UDP协议的两种消息发送机制.广播数据即从一个工作站发出,局域网内的其他所有工作站都能收到它.IP协议下,多播是广播的一种变形,IP多播要求将对收发数据感兴趣的所有主机加入到一个特定的组.-Information About: UDP protocol, that is, s
Udp
- 一个UDP收发模拟器,工作中用于模拟GPS车载终端通讯,只是一个简单的小工具.-A UDP send and receive simulator work to simulate the GPS vehicle terminal communication, just a simple gadget.
UDP
- UDP数据包的发送和接收简单的验证程序,适合初学网络方面的新手。-UDP packets to send and receive simple verification process, suitable for beginners networking novice.
udp-with-8051
- UDP with an aim to send/receive packets using 8051 microcontroller-UDP with an aim to send/receive packets using 8051 microcontroller
UDP
- udp 广播的收发源代码程序,两个简单列子-udp send and receive broadcast program source code
My_enc28j60
- 基于51单片机和enc28j60网卡芯片设计的网络传输协议,时间ARP请求、应答,ping功能,UDP发送、接收等功能。-Network transmission protocol based on 51 And enc28j60-card chip design time ARP request, response, ping function, UDP send, receive functions.
UDPclient
- UDP的发送和接收功能源码,便于二次开发使用!(UDP send receive source!)