CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - file TCP

搜索资源列表

  1. sendfile

    0下载:
  2. 文件传输,局域网内客户端之间传输文件,TCP类库TcpListenerHelper TcpClientHelper TcpCommon-File transfers, LAN file transfer between client, TCP library TcpListenerHelper TcpClientHelper TcpCommon
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:25.59kb
    • 提供者:y
  1. uploadfile

    0下载:
  2. 上传手机目录下的文件,用tcp连接进行传输。在此基础上可以进行任意扩展。-Upload file cell phone directory, using tcp connections for transmission. On this basis, can be arbitrarily extended.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:22.6kb
    • 提供者:ghost
  1. src

    0下载:
  2. 用java实现网络中的tcp和udp协议下的文件传输-Achieve network with java tcp and udp file transfer under the agreement
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:9.11kb
    • 提供者:Trey
  1. lhwy

    0下载:
  2. 本设计从计算机的网络连接安全出发,编写了一个能显示出本机当前网络连接状态详细信息的MFC程序。这个程序主要利用了Windows自带的Iphlpapi.dll文件中的两个系统函数GetTcpTable与GetUdpTable,在MFC程序运行过程中动态链接到它们,从而获得当前正在连接的TCP与UDP情况,包括连接的本地地址、本地端口、外部地址、外部端口和TCP的连接状态,并在MFC程序中显示出来,以供用户观察。-The design of secure network connectivity f
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1014.8kb
    • 提供者:玥儿
  1. FileTransfers

    0下载:
  2. 用ftp实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了。-Reliable file transfer using ftp it is clear that if the use of TCP to transfer files, it will be very simple, simply do not have to wor
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.9mb
    • 提供者:hpliweijian
  1. Udp

    0下载:
  2. 基于udp的聊天工具,在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。-UDP-based chat tools,Socket data transfer in TCP/IP network communication environment, a special I/O, it is equivalent to a file descr iptor, has a similar function
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5.41mb
    • 提供者:辛超
  1. ftp_lab

    0下载:
  2. 从命令行终端获得ftp 服务器的域名或 IP 地址字符串,转换为网络字节序的二进制 格式的IP 地址。 使用上述IP 地址和默认的21端口,创建一个到ftp 服务器的TCP 连接,用于传输 所有的控制命令。 在传输控制命令的TCP 连接中循环处理,将用户端的标准输入解释为FTP 协议的 控制命令并发送,根据ftp 服务器回复的响应命令执行一些本地操作或远程控制。 准备进行数据传输时,创建一个新的 TCP 连接,根据需要,将接收到的数据发送到 标准输出或存储到文件
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:8.31kb
    • 提供者:tangj
  1. Socket-TCP-Echo

    0下载:
  2. TCP 协议基础教学代码,一个server 一个 client,client从txt文件里面摘取名人名言语句发给server-Basic teaching code of the TCP protocol, a server an the client, the client from the txt file to the removal of celebrities famous statement distributed server
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:15.84kb
    • 提供者:*飞
  1. matlab

    0下载:
  2. 一个用matlab实现的对TCP/IP的trace文件分析的小程序-A matlab implementation of the TCP/IP trace file analysis program
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:7.76kb
    • 提供者:李汉雄
  1. tcpwenjianchuanshu

    0下载:
  2. tcp文件传输:利用Winsock控件连接客户端,,连接以后传输文件。-the tcp file transfers: Winsock control to connect the client, connection after transfer files.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:63.67kb
    • 提供者:xiaoke
  1. filetrans

    0下载:
  2. vs上用c写udp和tcp网络文件传输的的服务器和客户端-udp and tcp network file transfer server and client ,write by c vs
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:9.03mb
    • 提供者:yongjian
  1. DataTS

    0下载:
  2. Socket-TCP文件传输(DLL+exe)开源代码-socket-tcp send file(DLL+EXE)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:62.5kb
    • 提供者:陈晓云
  1. update1

    0下载:
  2. 软件自动更新的客户端和服务器端,采用TCP协议,通过文件版本属性来进行更新。-The software automatic update of client and server, using TCP protocol, the version of the file attribute update.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:264.1kb
    • 提供者:wangtao
  1. fileT

    0下载:
  2. C语言,文件传输,tcp链接,socket,自己修改服务器路径和ip即可,简单-C,FTP!change the ip and file path by yourself
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:hehuai
  1. OPNET_Iridium_tcp_ospf

    0下载:
  2. 此文件为opnet工程文件,仿真的是在tcp、ospf等协议在铱星系统上的表现-This file is opnet project file, the simulation is tcp, ospf protocols on the Iridium system performance
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:63.56mb
    • 提供者:zhang ming
  1. FileTransfer

    0下载:
  2. 创建一个简单的端到端的文件传输程序,分别实现为FileSend与FileReceive两个命令行程序,实现在控制台下通过命令行将主机A上指定文件,拷贝到主机B的指定目录下(The file transfer program to create a simple end to end, respectively for FileSend and FileReceive two command line program to achieve commands through the console
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:42kb
    • 提供者:开始
  1. test2 (2)

    0下载:
  2. originating test file 4
  3. 所属分类:其他

  1. file

    0下载:
  2. 实现tcp客户端的消息传输,还有文件传输等实时传递信息功能!(Realize the TCP client message transmission, and the real-time message function such as file transfer!)
  3. 所属分类:其他小程序

  1. tcp-file.tar

    0下载:
  2. 用于linxu 平台 进行文件上传和下载(File upload and download)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:25kb
    • 提供者:人皇将士
  1. labviewTCPfile

    1下载:
  2. Labview tcp/ip协议实现局域网的文件传输(Labview tcp/ip protocol implementation of LAN file transmission)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:19kb
    • 提供者:xiao康
« 12 »
搜珍网 www.dssz.com