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

搜索资源列表

  1. 一个利用Socket进行文件传输的例子.rar

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:14811
    • 提供者:
  1. 点对点Transfer

    0下载:
  2. 这是一个点到点文件传输的小程序,不错,可以作为学习网络SOCKET编程的入门程序.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:43000
    • 提供者:赖卫东
  1. webftp2.3

    0下载:
  2. 小巧的FTP客户端源代码 能实现简单的文件传输功能 利用底层socket建立传送通道-compact FTP client source code to the simple file transfer capabilities to build the underlying socket transmission Corridor
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:205881
    • 提供者:jhgiuyds
  1. client111

    0下载:
  2. 是一个点对点的文件传输的客户端,有断点续传的功能,使用SOCKET接口-is a peer-to-peer file transfer client, HTTP functions, the use of Socket Interface
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:332667
    • 提供者:芦笙
  1. CSharpFileTran

    0下载:
  2. 不错的基于socket编程的点对点CSharp开发的文件传输,不是FTP形式的。-good socket programming based on the point-to-point CSharp development of the document transmission, FTP is not the form.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:18022
    • 提供者:honpher
  1. NetTransferFile

    0下载:
  2. 刚学VC时写的文件传输程序,全部用SocketAPI编写-just learning to write when the file transfer process, all prepared with Socket API
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:99422
    • 提供者:jzx
  1. Server_Ftp

    0下载:
  2. 利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:19391
    • 提供者:wu
  1. Communicationbylqh

    0下载:
  2. 基于Socket TCP的网络文件传输例子,比较精练,简单易懂,对网络编程入门者有参考作用。-based on Socket TCP network file transfer example, more concise and easily understood. Network Programming for beginners as a useful reference.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:80693
    • 提供者:Lqh
  1. pointtopointTransfer

    0下载:
  2. 点对点的文件传输,利用SOCKET编程,简单容易使用。VC-the peer-to-peer file transfer, using Socket Programming, simple and easy to use. VC
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:41190
    • 提供者:xaviersue
  1. big_file_Transfer

    0下载:
  2. 实现大型文件传输和点对点传输的socket编程-achieve large file transfer and point-to-point transmission socket programming
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:40427
    • 提供者:陈鼎才
  1. FileTransfer_socket

    1下载:
  2. Socket通信实现文件传输的vc代码。采用MFC CSocket类实现两台电脑之间的文件传输。-Socket Communication document transmission vc code. MFC CSocket used to achieve between the two computer file transfer.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:93785
    • 提供者:kanlihua
  1. Fly

    0下载:
  2. socket实现局域网通信使用c#语言网络编程(Realization of LAN communication with socket)
  3. 所属分类:网络编程

    • 发布日期:2017-12-23
    • 文件大小:67584
    • 提供者:lijiayang
  1. socket

    0下载:
  2. 局域网互传文件,测试两台pc传输速度为400k/s(LAN mutual transfer file)
  3. 所属分类:网络编程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:星悬天河
  1. FTPclient

    0下载:
  2. 使用QT5 实现的FTP工具,里面还有tcp通信。实现的功能是局域网文件传输,可自定义传输控制协议(Using QT5 implementation of the FTP tool, there are TCP communications. The realization of the function is LAN file transfer, you can customize the transmission control protocol)
  3. 所属分类:Windows编程

    • 发布日期:2018-11-14
    • 文件大小:37484750
    • 提供者:xiaolihehehe
  1. MyQQ

    0下载:
  2. 局域网内部聊天工具,支持个人私聊,群聊,文件传输(LAN internal chat tools to support personal chat, chat, file transfer)
  3. 所属分类:网络编程

  1. NetCommun

    0下载:
  2. 改进的一个基于C#Socket通信的局域网聊天软件。类似于飞鸽。除了缺少文件传输外,其它的都十分好,网络开发的基础好样例。(An improved LAN chat software based on C#Socket communication. Similar to dove. In addition to the lack of file transfer, the other is very good, the basis for good examples of network dev
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:611328
    • 提供者:csunking
  1. CODE

    0下载:
  2. 基于Linux网络编程,通过socket实现异地文件传输,基于多线程技术开发的文件实时传输系统。可用于网络拓扑配置和仿真(Based on Linux network programming, through the socket to achieve remote file transmission, based on multi threading technology developed real-time file transmission system. It can be used
  3. 所属分类:网络

    • 发布日期:2018-01-03
    • 文件大小:37888
    • 提供者:xieyinyangwudi
  1. colony

    0下载:
  2. 在qt中基于socket编程的聊天室程序,实现了点对点聊天,文件传输等功能(In the chat room program based on socket programming in QT, the functions of point to point chat, file transfer and so on are realized.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:32989184
    • 提供者:DonnieZeo
  1. tcptransform

    0下载:
  2. 在vs2010的平台下实现基于TCP的大文件传输,(The implementation of large file transmission based on TCP on the platform of VS2010.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:Matt_马猛飞
  1. Socket UDP for transfering files

    0下载:
  2. 使用UDP传输文件,阻塞式 socket 编程。(using UDP to transfer files, blocking socket programming.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-30
    • 文件大小:4096
    • 提供者:彼得而已
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com