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

搜索资源列表

  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. useWSASend

    0下载:
  2. 异步UDP发送,和同步UDP发送的性能对比-compare asym udp send and syn up send
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-14
    • 文件大小:6699003
    • 提供者:keyugang
  1. UDP

    0下载:
  2. 其中有一个工作空间,两个工程,一个是UDP server的代码,一个是UDP client的代码,可以实现发送和接收UDP报文。如果更改其中的IP地址和端口,还可以向其他设备发送UDP报文,或者从其他设备接收UDP报文。-It has a workspace, the two projects, a UDP server code, a UDP client code, you can send and receive UDP packets with it. If you change the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:9626
    • 提供者:
  1. linux-send-UDP-packet

    0下载:
  2. Linux环境下,网络发包器,能发送UDP数据包。-send UDP packet using Linux environment
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:1443
    • 提供者:Joy
  1. udp-client--server

    1下载:
  2. 压缩文件中包含两个工程,client和server。client负责发送,server负责接收。实现基于UDP协议的文件传输。传输指定的文件时,需在程序中更改文件的路径。-The compressed file contains two projects, client and server. The client is responsible for sending, server is responsible for receiving. Realized based on UDP prot
  3. 所属分类:P2P

    • 发布日期:2017-11-07
    • 文件大小:2790985
    • 提供者:胡雪瑞
  1. socket--udp

    0下载:
  2. 使用socket构造udp网络数据包,并发送构造的udp数据包-The socket constructor udp packet and send
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:6186
    • 提供者:
  1. 16-UdpSendBuf

    0下载:
  2. UDP发送BUF的完整程序,自己一直在用,适合新手学习用。-UDP BUF to send the complete program, he has been in use, suitable for novice learning to use.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:4749086
    • 提供者:绿茶好心情
  1. 110IPPack

    0下载:
  2. 拦截指定进程的tcp/ip/udp 发送和接受到的数据包。实现网络监控的目的。监控流量-Intercept specified process tcp/ip/udp send and receive packets. The purpose of the network monitoring. Monitoring traffic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:41468
    • 提供者:刘浩
  1. TcpUdp

    0下载:
  2. 拦截指定进程的tcp/ip/udp 发送和接受到的数据包。实现网络监控的目的。监控流量-Intercept specified process tcp/ip/udp send and receive packets. The purpose of the network monitoring. Monitoring traffic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:6771172
    • 提供者:刘浩
  1. UDP.rar

    0下载:
  2. 1、首先需要定义的对象: SOCKET ReceivingSocket //接收端的Socket SOCKADDR_IN ReceiverAddr //接收端的地址信息 char ReceiveBuf[1024] //接收数据缓冲区大小 int BufLength //缓冲区长度 SOCKADDR_IN SenderAddr //发送数据端地址信息 int SenderAddrSize = sizeof(SenderAddr) //发送
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:5223461
    • 提供者:xiaoxiao
  1. test

    0下载:
  2. 一个UDP 发送与接收数据的程序,测试通过。-一个UDP 发送与接收数据的程序..测试通过。
  3. 所属分类:.net

    • 发布日期:2017-11-28
    • 文件大小:1139372
    • 提供者:段存龙
  1. UDP

    0下载:
  2. 基于windows实现基于UDP协议发送与接收的传输实例-Based on windows-based UDP protocol to send and receive transmission instance
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-29
    • 文件大小:8429723
    • 提供者:谢华
  1. liunx-UDP

    1下载:
  2. 使用 UDP 编写服务器端和客户端程序 (1) 要求:客户端将文件A1 和A2,交替发送给服务器;服务器大小写转换后交 替传给客户端;客户端接收后存为B1 和B2 。 (2) 要求:采用连接UDP 套接口方式,实现(1)功能。启动2 个服务端,在一 个客户端上分别往两个服务器发送A1 和A2 文件。-Liunx
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:6933
    • 提供者:张梅香
  1. UDP-SendAndReceive

    0下载:
  2. UDP利用线程发送数据的例程 UDP利用线程接收数据的例程-UDP use UDP thread sends data routine thread receives data routines
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:221310
    • 提供者:杨小红
  1. c-udpSender

    0下载:
  2. udp发送信息的c代码,简单的例子,当学习用-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:1179
    • 提供者:陈先生
  1. UDptestSocket

    0下载:
  2. 实现UDP发送实例代码,有想学的可以-failed to translate
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-27
    • 文件大小:3683002
    • 提供者:袁先长
  1. Synchronous

    0下载:
  2. 通过提取系统时间采用UDP发送,实现多节点间的同步功能。-By extracting time using UDP to send, to achieve synchronization between multiple nodes.
  3. 所属分类:Communication

    • 发布日期:2017-12-01
    • 文件大小:3240151
    • 提供者:zx
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 42 »
搜珍网 www.dssz.com