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

搜索资源列表

  1. Sniffer-cPPcode_dll_lib

    0下载:
  2. 模拟smartnuffer来嗅探tcp/ip、udp等协议的监听、抓包、解析,内有代码以及lib、dll文件。-Simulation of smartnuffer to sniffer tcp/ip and UDP protocol monitoring, packet capture and analysis, there are code and lib, DLL file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:157447
    • 提供者:天若
  1. SBC6410_Test

    0下载:
  2. 基于三星SBC6410测试程序源码,包含: hell0 madplay WebCam wget-1.10.2 wireless UDP sqlite-3.5.9 boa-0.94.13 cgic205 全部源码和可执行文件-SBC6410 test program source code, including:       hell0         madplay
  3. 所属分类:Software Testing

    • 发布日期:2017-06-08
    • 文件大小:15499257
    • 提供者:付伟
  1. UDP_filetranser

    0下载:
  2. UDP利用socket编程实现二进制文件的传输-UDP use of socket programming binary file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9942254
    • 提供者:黄攀
  1. FileTransferUDP

    0下载:
  2. VC采用Socket UDP方式不定时连续接收并存储文件-VC++ using Socket UDP irregular discontinuous reception mode and store files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3663774
    • 提供者:滕林颖
  1. ipmsg_dong_V1.0(1)

    0下载:
  2. 这是为出入Linux世界的学弟学妹们准备的,关于tcp/udp的联系项目-飞鸽传书这个本人自己看飞鸽传书协议自己编写的 v1.0,完成了基本的功能:1:上线、下线广播2:收发消息3:收发文件-Ready access to the Linux world, Benedictine College Shanghai Campus, contact the project on the tcp/udp- IP Messenger, I see the IP Messenger v1.0 of the
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:10068
    • 提供者:c30337077ganpa
  1. 1

    0下载:
  2. 传送文件有很多方法,我看到朋友说过,用udp的方式不能稳定传送大文件,故我决定采用TCPIP方式。同时考虑到速度,我提供 了多线程创送的方式。-There are many ways to transfer files, I saw a friend on the rich man said, with the UDP side Type not stable transmission of large files, so I decided to adopt the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:879198
    • 提供者:jackson_mm
  1. tsplay

    0下载:
  2. 从tstools中抽取出的tsplay工具,可以将MPEG-TS文件以UDP/TCP的方式发送成TS流-Extracted tstools in tsplay tool, you can file to MPEG-TS over UDP/TCP sent into TS stream
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-29
    • 文件大小:252626
    • 提供者:hidden
  1. Project1

    0下载:
  2. 关于UDP 和 TCP的文件传输,文件的发送和接受 -UDP and TCP about information translate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:16388
    • 提供者:sangsang
  1. socket_tttest

    0下载:
  2. 先发udp包,检测到ip,然后建立tcp连接,开始收发文件-Starting udp packet detected ip, then create tcp connection, begin sending and receiving files
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-27
    • 文件大小:9768287
    • 提供者:王燕文
  1. fxcsym

    0下载:
  2. 本软件是集合信息聊天,文件传输,语音呼叫,用于局域网的手机通讯工具,类似飞鸽传书。完全可以编译,运行!有完整注释! 注意:手机通过wifi连入局域网 本软件设计的以下知识点理解不算太难! 1、短信息:UDP协议 2、语音传输:TCP协议 3、文件传输:多线程 -This software is a collection of information chat, file transfer, voice call for a mobile communication t
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4411116
    • 提供者:蔚听
  1. fqqjywltxt

    0下载:
  2. 本项目是一个局域网聊天项目源码,能支持 语音,录音,文件,文字功能。需要两部手机在同一局域网内才可以测试,使用了UDP协议和TCP协议,项目整体比较完整,不过在录音发送部分还有些bug。-This project is a local area network chat project source code, can support voice, sound recording, document, text function. Requires two mobile phones in th
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1351335
    • 提供者:liuanqi
  1. SendUDP

    0下载:
  2. C++语言编程中利用UDP实现文件数据发送的功能-C++ implement UDP file data capabilities to send, whether Arab intend intend method
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:4073022
    • 提供者:ye
  1. client-server

    1下载:
  2. 多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:22675296
    • 提供者:大酱
  1. UDPDemo.tar

    0下载:
  2. qt网络编程UDP协议文件传输源码,基础入门可以学习借鉴-qt file transfer protocol UDP network programming source code, can learn the basic entry
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:5635
    • 提供者:蔡辉
  1. udp_test

    0下载:
  2. udp通讯的mdl 文件,设置端口和ip地址就可以在局域网内通讯-UDP communication MDL file, set the port and IP address on the LAN communication
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:8213
    • 提供者:zzz
  1. UDPcs

    0下载:
  2. 基于udp协议的文件传输,包括客户端和服务端两个程序,指定通讯。-Client and server communication is based on udp protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-13
    • 文件大小:2747851
    • 提供者:张源
  1. UDP_FlyBolt

    0下载:
  2. 通过先预分配一定的内存空间,再快速接受UDP数据,最后才保存到文件中。该方式避免接受数据写入文件带来的延迟,导致丢包。-Through the pre allocation of a certain memory space, and then quickly accept the UDP data, and finally saved to the file. This method avoids the delay caused by the data written to the file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:127416
    • 提供者:秦赵真
  1. lwip-2.0.0

    1下载:
  2. 此文件最主要是lwip官方最新源代码,适合单片机移植的建立在TCP/ip上的更高级的协议,如:http udp以及ftp协议,具体代码移植步骤会在以后上传文件中讲解-This file is the most main lwip latest official source code, suitable for the establishment of the microcontroller transplantation in the more advanced on the TCP/IP p
  3. 所属分类:Other Embeded program

    • 发布日期:2017-02-23
    • 文件大小:3072000
    • 提供者:路洋
  1. ssd8-1

    6下载:
  2. ssd8的实验一内容 基于TCP&UDP的网络文件服务-ssd8 exercise1
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:62710
    • 提供者:张书第
  1. UdpFileTransport

    0下载:
  2. 在windows平台上,利用UDP通信协议,实现文件在广域网上的传输。-On windows platform, the use of UDP communication protocols, file transfer over the WAN.
  3. 所属分类:P2P

    • 发布日期:2017-05-20
    • 文件大小:5401905
    • 提供者:yzg
« 1 2 ... 30 31 32 33 34 3536 37 »
搜珍网 www.dssz.com