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

搜索资源列表

  1. udp_Broadcast

    0下载:
  2. UDP发送广播的例子,利用udpserver控件来管理-udp broadcase
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:271931
    • 提供者:倪方真
  1. Inter_Talk

    0下载:
  2. 互连网的语音通信,使用g.729压缩。dll 中用了一个tcp连接,表示双方连通没有,用udp发送语音数据,发送端表明了发送顺序,接收端重排了顺序。-Internet voice communications, the use of g.729 compression. dll using a tcp connection, said the two sides connected No, use udp to send voice data, that the sender sent th
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-13
    • 文件大小:3233406
    • 提供者:dblei
  1. UDP

    0下载:
  2. 这个是一个简单的UDP通信聊天程序,是通过确定IP地址向对方发送聊天内容的。-This is a simple UDP communication chat program, is determined by IP address to send the talk.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:15340
    • 提供者:杨舒
  1. udp

    0下载:
  2. 任意源多播,源特定组播,接收发送源代码c++编程实现。-Any source multicast, source-specific multicast, the receiver to send the source code c++ programming....
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:509853
    • 提供者:lhp
  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. UDP-connection

    0下载:
  2. UDP通信程序 ○1双方能相互发送数据,并显示接收到的数据。 ○2当收到对方的数据为“bye”时,能退出程序 -UDP connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:1323202
    • 提供者:bin
  1. send-raw-udp

    0下载:
  2. Windows环境下实现原始UDP数据包发送-windows send raw udp packet.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:40588
    • 提供者:neo
  1. USART_to_UDP

    0下载:
  2. 串口接收pc数据,再通过网口用UDP发送出去。单片机为stm32f107-Serial port to receive the pc data through the Ethernet port using UDP sent. SCM as stm32f107
  3. 所属分类:SCM

    • 发布日期:2017-05-23
    • 文件大小:7427156
    • 提供者:michael
  1. UDP

    0下载:
  2. 简单的UDP链接的服务器和客户端,能够实现链接测试,发送信息的简单功能。linux c 网络编程的基础。-A simple UDP client and server, able to send information.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2033
    • 提供者:卢笑
  1. udp

    0下载:
  2. UDP写的接收和发送程序,直接能用,用Socekt API写的,简单实用。理解UDP编程很好-UDP write to receive and send the program can be used directly, write the use Socekt API, simple and practical. Understand the UDP programming well
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:27418
    • 提供者:mindengxue
  1. UDP

    0下载:
  2. UDP通信,服务器端,服务器启动后,Socket想客户端固定的端口定时发送一个计数值;客户端,定时接受数据-UDP corresponndence
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3823314
    • 提供者:liqinglan
  1. alam5

    2下载:
  2. 利用Linux下ALSA音频、V4L2视频采集接口采集视频数据,并通过UDP发送数据实现音频、视频通话,系统界面由Qt开发工具设计。嵌入式Linux软件开发,毕设。-Using Linux ALSA V4L2audio, video capture interface collecting video data, and through the UDP to send data to realize the audio, video call, system interface by Qt de
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-20
    • 文件大小:108181
    • 提供者:赖兴辉
  1. UUDPSendeerD

    0下载:
  2. UDPSender,Visuaal C++编写,UDP发送协议 -UDPSender, Visuaal C++ write, UDP Send protocol
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:998
    • 提供者:fz
  1. UDP-NAT

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现; 包括client to server and client to server. //其中client to client: p2p的消息传递和udp打洞实现。 // client to server:客户端的登记;客户端节点链表的分发;udp打洞命令的请求和分发。 // 对客户端的数据接收和发送采用不同线程来实现 //服务器的模式是:处于循环接收信息和处理消息的状态。-P2P the UDP for NAT Traversal P
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:2230516
    • 提供者: 啊生
  1. VTCP_UDPC

    0下载:
  2. VC实现的网络包的接收和发送,接收可以选择TCP或者UUDP方式,发送使用UDP发送。,已通过测试。 -Receiving and sending of the VC in the network packet, the receiver can choose TCP or UUDP. Sent using UDP send. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:2017150
    • 提供者:xiajiang
  1. udp-mulcast

    0下载:
  2. netbeans环境下实现的UDP组播功能测试程序,其中包括发送端和接收端-the netbeans environment UDP multicast function test procedures, including the sending and receiving ends
  3. 所属分类:Linux Network

    • 发布日期:2017-11-06
    • 文件大小:27363
    • 提供者:buaayxd
  1. UDP

    0下载:
  2. UDP发包程序闲着无聊写了个UDP的原始发包程序,大部分代码是从网络编程 .直接调用sendudp就可以用来发送原始-UDP letting process
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:2885
    • 提供者:潘鑫
  1. ClientTcp

    0下载:
  2. TCP和UDP客户端程序,用TCP发送自己的信息到服务器返回一段随机码,然后用UDP发送随机码到服务器-TCP and UDP client program using TCP to send information to the server returns a random code, and then use UDP to send random code to the server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-13
    • 文件大小:971
    • 提供者:tiantian
  1. SendPacket

    0下载:
  2. 使用UDP发送数据包的小程序,简单UDP 发送与接受 数据包。适合初学者。 -Small program to send packets using UDP, simple UDP send and accept data packets. Suitable for beginners.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-07
    • 文件大小:22485
    • 提供者:sherwin
  1. Udp Send File Demo

    0下载:
  2. udp协议传输文件 有接受和发送两个应用程序-udp protocol to transfer files to receive and send both applications
  3. 所属分类:网络编程

« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 46 »
搜珍网 www.dssz.com