CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - udp send receive

搜索资源列表

  1. car_sim300.rar

    0下载:
  2. 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.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:26119
    • 提供者:华猛
  1. vb-udp.rar

    2下载:
  2. vb实现udp广播包发送、接收,可用于隔离系统的数据传输,vb achieve udp broadcast packet to send, receive, can be used to isolate the data transmission system
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:4805
    • 提供者:xxx
  1. video_monitoring-system

    0下载:
  2. 用DirectShow技术和用户数据报(UDP)协议进行网络视频监控。该系统以VC6.0为开发平台,实现了远端视频采集、MPEG4编解码、网络发送、接收和远端视频实时播放.详细介绍了网络发送过滤器和网络接收过滤器的主要设计步骤及应用方法,实验结果表明了远端接收的视频具有良好的视觉效果和实时性.-Use DirectShow technology and User Datagram (UDP) protocol for network video surveillance. VC6.0 for t
  3. 所属分类:Video Capture

    • 发布日期:2017-03-23
    • 文件大小:377638
    • 提供者:lalula
  1. udp

    1下载:
  2. 个人写的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
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-01-07
    • 文件大小:616345
    • 提供者:李树军
  1. UDPsr

    1下载:
  2. udp组播收发,两个程序分别运行,一个收数据,一个发送数据-udp send and receive multicast, both programs were running, a collection of data, a send data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:13886
    • 提供者:junchaox
  1. Matlab-UDP

    2下载:
  2. 实现Matlab UDP通讯工具箱的发送和接收功能-Communications toolbox to achieve Matlab UDP send and receive functions
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:10977
    • 提供者:苏三
  1. UDP

    1下载:
  2. C语言写的一个UDP程序——一个既能发送、接受广播消息,又能发送、接受多播消息的程序。-C language to write a UDP procedures- a can send, receive broadcast news as well as send, receive messages multicast procedures.
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-03-31
    • 文件大小:10997
    • 提供者:阿平
  1. UDP

    0下载:
  2. 讲述了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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:11367
    • 提供者:xiangyunl
  1. WINSOCK-UDP

    0下载:
  2. VC++接收、发布广播信息代码 VC++接收、发布广播信息的程序代码,广播信息其实也就是一个服务器和一个接收机,这里简化为一个服务端和客户端,服务端向外发送信息,客户端自动接收,当然,这里仅实现最基本的单元,扩展空间很大,了解了原理,你就能举一反三,开发出更复杂的消息应用来。-VC++ to receive, publish broadcast code VC++ to receive, publish broadcast the program code, broadcasting inf
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:64038
    • 提供者:jelly
  1. udp

    1下载:
  2. 网络发送udp包源码!例子,广播发送,接收,vxserver,client,unixClient源代码-Udp packet is sent over the network source! Example, broadcasting to send, receive, vxserver, client, unixClient source code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:9510
    • 提供者:郑鹤翔
  1. TinyUDP_src

    0下载:
  2. 用socket的UDP发送接收信息的, VB.Net源代码。 -With the UDP send socket to receive the information, VB.Net source code.
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:36144
    • 提供者:沐NeMo
  1. UDP

    0下载:
  2. 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:67946
    • 提供者:Yang
  1. UDP_Send_and_Receive_Using_Threads_in_VBNET_src.z

    0下载:
  2. udp send receive demo vb.net
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:436077
    • 提供者:Cosby
  1. UDP

    0下载:
  2. 信息简介:UDP协议,即拥护数据报协议(Use Datagram Protocol).是一个简单的面向数据报的传输层协议.他不提供可靠性,即只把应用程序传给IP层的数据发送出去,但是并不能保证他们能到达目的.广播和多播是基于UDP协议的两种消息发送机制.广播数据即从一个工作站发出,局域网内的其他所有工作站都能收到它.IP协议下,多播是广播的一种变形,IP多播要求将对收发数据感兴趣的所有主机加入到一个特定的组.-Information About: UDP protocol, that is, s
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:55935
    • 提供者:曾华
  1. Udp

    1下载:
  2. 一个UDP收发模拟器,工作中用于模拟GPS车载终端通讯,只是一个简单的小工具.-A UDP send and receive simulator work to simulate the GPS vehicle terminal communication, just a simple gadget.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:193832
    • 提供者:dawn
  1. UDP

    0下载:
  2. UDP数据包的发送和接收简单的验证程序,适合初学网络方面的新手。-UDP packets to send and receive simple verification process, suitable for beginners networking novice.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:132466
    • 提供者:qianyd
  1. udp-with-8051

    0下载:
  2. UDP with an aim to send/receive packets using 8051 microcontroller-UDP with an aim to send/receive packets using 8051 microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1183
    • 提供者:johnson
  1. UDP

    0下载:
  2. udp 广播的收发源代码程序,两个简单列子-udp send and receive broadcast program source code
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4708352
    • 提供者:黄永权
  1. My_enc28j60

    0下载:
  2. 基于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.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:117205
    • 提供者:flonlen
  1. UDPclient

    0下载:
  2. UDP的发送和接收功能源码,便于二次开发使用!(UDP send receive source!)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:11538432
    • 提供者:冰峰
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com