CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - UDP 通信程序

搜索资源列表

  1. UDPClient

    0下载:
  2. UDP 通信程序,演示了简单的UDP的用法.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2628
    • 提供者:gys
  1. udp.局域网内的UDP通信实验程序

    0下载:
  2. 一个局域网内的UDP通信实验程序,含客户端和服务器端,可以以不同的端口打开多个客户端,A local area network communication experiment within the UDP process, including client and server side, you can open a different port multiple clients
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-22
    • 文件大小:2658
    • 提供者:cloud wu
  1. QTnettest(UDP).rar

    0下载:
  2. 一个QT下的网络通信测试程序,用于UDP的测试,A QT network under test procedures for testing UDP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-09
    • 文件大小:2426725
    • 提供者:wyw
  1. vxWorks_UDP_implement

    1下载:
  2. vxWorks下的UDP通信程序,要求Server端广播发送,几个Client端接收数据,同时进行拆包处理。-vxWorks UDP implement
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-03-06
    • 文件大小:2580
    • 提供者:yht
  1. UDP-p2p

    0下载:
  2. VB中的UDP示例程序源码,帮助初学者学习如何使用UDP通信。-UDP based VB
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:6308
    • 提供者:fangshidong
  1. UDPcommuncation

    0下载:
  2. 实现UDP的客户端与服务器的通信程序,它是通多线程来实现,很较大的学习价值。-The realization of UDP client and server communication program, which is multi-threaded pass to achieve, it is the larger the value of learning.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:15309
    • 提供者:qin
  1. tworeportsofnetworkproject

    0下载:
  2. UDP/TCP通信程序的设计 以及 使用OmniPeek做抓包分析 的两份实验报告-UDP/TCP communication program design and the use of OmniPeek capture analysis done two experimental report
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:1698435
    • 提供者:刘飞
  1. Udp

    0下载:
  2. 该程序是基于vc++对话框的程序,可以在局域网中实现udp通信的功能-The program is based on the vc++ Dialog procedure, you can achieve LAN communications function udp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-06
    • 文件大小:91736
    • 提供者:鲜新荣
  1. UDP

    0下载:
  2. 用VB实现UDP通信源码程序,很容易看哦!-UDP vb
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-15
    • 文件大小:3682986
    • 提供者:夸大
  1. udpApplication

    0下载:
  2. 本例是Csharp编的一个UDP通信程序,通过本例,可以掌握通过UDP协议来接收发送消息,以及数据包的计算-Csharp for this example is a UDP communication program, through this case, we can get through the UDP protocol to receive send messages, as well as the calculation of packet
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:719107
    • 提供者:张洪铭
  1. udp

    0下载:
  2. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:11694
    • 提供者:zgz
  1. UDP

    0下载:
  2. UDP通信测试, 运行正常,可以下载了学习下,添加代码就可以做成复杂的聊天程序-UDP tong xin test
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:51872
    • 提供者:han
  1. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:66315
    • 提供者:zym
  1. TCPUDPSocket

    0下载:
  2. TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-03
    • 文件大小:1118099
    • 提供者:李正交
  1. UDP

    0下载:
  2. 一个UDP连接程序,可以实现服务端与客户端的并发通信-A UDP connection program, the server can be achieved concurrent communication with the client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:1368
    • 提供者:Gavin
  1. BroadcastExample

    0下载:
  2. UDP通信,Windows 应用程序向子网发送广播信息,同时接受子网中任意主机发送的广播信息。-UDP traffic, Windows application, send a broadcast message to the subnet, subnet also accept any broadcast messages sent by the host.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:44884
    • 提供者:陈宝生
  1. UDP

    0下载:
  2. 一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-17
    • 文件大小:1669
    • 提供者:ye
  1. AsyncChatDemo(1.04)

    0下载:
  2. 采用异步socket 消息方式接收数据的UDP通信程序,支持域名,并且加入了异常处理。-UDP communication program to receive data using asynchronous socket messages, support for the domain name, and joined the exception handling.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-14
    • 文件大小:1458442
    • 提供者:XDCS
  1. udp-lacewing

    0下载:
  2. 麻省理工学院发布包的通信协议,具有一套完整的文档和示例代码,从高通信程序的开发人员需要。-The communication protocol of MIT release package, with a full set of documentation and sample code, the need for the development of communication program personnel from high.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:894474
    • 提供者:承敏刚
  1. Udp-log-receive

    0下载:
  2. UDP通信程序,接受UDP信息并显示在界面上。使用VS2010开发-UDP communication program, accept UDP information and displayed on the screen. Use VS2010 development
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-30
    • 文件大小:289791
    • 提供者:薛飞
« 12 3 »
搜珍网 www.dssz.com