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

搜索资源列表

  1. RTSP_SERVER_H264

    0下载:
  2. 通过RTSP协议实现视频文件传输。采用VC++编写-For video file transmission via RTSP protocol
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-12
    • 文件大小:2668408
    • 提供者:hecong
  1. udp_transfile

    0下载:
  2. 通过UDP协议实现发送端和接收端之间的文件传输。-File transfer between the sender and the receiver via UDP protocol.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:227139
    • 提供者:廖漪
  1. filetransfer

    0下载:
  2. 关于文件传输的源码,包括服务端和客户端,采用的是tcp协议-something about file transfer
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:803985
    • 提供者:秦骏
  1. RTP_H.264

    0下载:
  2. RTP协议实现H.264文件传输,可以作为RTP新手学习资料,已经在vs2005中通过编译-RTP comes true the transtration of H.264 files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3040479
    • 提供者:renguorui
  1. linux-file-transfer

    0下载:
  2. Linux下简单的文件传输,包含客户端和服务端,基于TCP/IP协议-Simple file transfer under Linux, including client and server-based TCP/IP protocol
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3518
    • 提供者:李康康
  1. UDP

    0下载:
  2. UDP/TCP协议下提供文件传输功能的源代码。UPD提供不可靠的传输,文件传输过程中会出现丢包现象而导致文件传输错误,但可以作为网络的测速工具。-This is the source code of socket with UDP.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:caoke
  1. gloox-1.0.14

    0下载:
  2. XMPP协议栈实现,实现了短消息、群组聊、文件传输等功能,对xmpp扩展协议有很好的兼容性。 跨平台。-XMPP (Extensible Messaging and Presence Protocol) library of non-interface plug-ins
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-07
    • 文件大小:1505488
    • 提供者:陈伟科
  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. 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. openchat

    0下载:
  2. linux上基于命令行形式的简易局域网通讯软件,同时具有文件传输功能,基于简化的飞鸽传输协议。小型项目-Personal preparation of the Linux based on the command line of the simple LAN communications software
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:12483
    • 提供者:陈太斌
  1. FTP.tar

    0下载:
  2. 概要设计:基于TCP/IP可靠的点对点传输协议,通过网络编程实现服务器和客户端的数据传输。 详细设计: 首先建立SOCKET套接字,绑定端口号和相应的IP,客户端首先向服务器发送GET filename,服务器收到这个命令后解析filename并遍历相应的目录并与之匹配,若没有找到则打印错误信息,如果找到则把相应的文件发送给客户端。 若客户端向服务器发送LIST命令,服务器收到命令后遍历自己的目录并输出目录名发送到客户端,客户端接受到之后并打印输出到终端。-this is
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:8650
    • 提供者:姚松柏
  1. UDPcs

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

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

    0下载:
  2. 易语言TCP协议的断点续传源码例程程序结合易语言模块文件传输.ec,实现基于TCP协议的断点续传。 -Easy language TCP Protocol HTTP source routine procedures combined with easy language module.Ec file transfer, the HTTP protocol based on TCP.
  3. 所属分类:ELanguage

    • 发布日期:2017-05-05
    • 文件大小:11887
    • 提供者:zh213
  1. UdpTest

    0下载:
  2. UDP 测试例子,udp 文件传输,自定义协议-vc example,udp file transmate, user define protocal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3444659
    • 提供者:zzh
  1. Udptransmit

    0下载:
  2. udp test ,user define protocal,测试,文件传输,自定义协议,控制包的大小-udp test ,user define protocal,send file,localprotocal,control package
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3444835
    • 提供者:zzh
  1. birppgineering

    0下载:
  2. TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信-File transfer system under the TCP protocol, between client and server to implement communication through IP address confirmation
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:161792
    • 提供者:qibyl
  1. prlmocol

    0下载:
  2. 下面简要的介绍一下TCP,TCP即数据传输控制协议,它允许创建和维,(Here is a brief introduction of TCP, TCP data transmission control protocol (TCP), it allows you to create and d,)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-21
    • 文件大小:20480
    • 提供者:MI@3500
  1. UDP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序利用C语言编程,采用UDP协议实现了Windows客户端与linux服务器端文件的传输。(This program uses C programming language, using the UDP protocol to achieve the Windows client and Linux server-side file transfer.)
  3. 所属分类:网络

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:xihananhai
  1. probiee

    0下载:
  2. TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信(File transfer system under the TCP protocol, between client and server to implement communication through IP address confirmation)
  3. 所属分类:对话框与窗口

« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 32 »
搜珍网 www.dssz.com