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

搜索资源列表

  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. CFileTransfer

    1下载:
  2. 基于VC++6.0点对点的文件传输。socket编程 tcp/ip- Design and Realization of Point-to-Point Files Transfer with Visual C++6.0
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1197
    • 提供者:黄涛
  1. demo

    0下载:
  2. 在linux2.6内核下编的基于socket的通信程序,可以直接运行,里面包括server.cpp和client.cpp以及makefile文件,支持文件传输-At under linux2.6 kernel socket-based communication procedures, can be directly run, which included server.cpp and client.cpp and makefile files, support file transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:44223
    • 提供者:yulei
  1. brt

    0下载:
  2. Linux下写的 socket 文件传输送程序 服务端和客户端完美统一! 命令行参数分析的完美方式! -Write under Linux the socket file transfer service to send the client side and the perfect unity! Command-line parameter analysis of the perfect way!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:15688
    • 提供者:superhn
  1. transfer_file

    0下载:
  2. linux 下用C编写的文件传输程序-transfer_file of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2313
    • 提供者:xc
  1. Socket_c

    1下载:
  2. socket传输用于简单的文件传输,socket传输用于简单的文件传输-socket transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:8916
    • 提供者:smf
  1. Lam_qt

    0下载:
  2. 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:139911
    • 提供者:stone
  1. socket-file

    0下载:
  2. 基于socket的任意文件传输,可以传输任意文件-file transmission based on socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1431656
    • 提供者:Lemar
  1. workspace

    0下载:
  2. 基于SOCKET 的 linux下的网络编程。 通过网络进行文件传输、语音双向通信,短消息的收发。-SOCKET' s linux-based network programming under. File transfer via network, two-way voice communication, short message sending and receiving.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1855652
    • 提供者:刘伟平
  1. filecopy

    0下载:
  2. 在linux环境下的socket编程,能够实现文件传输功能-In the linux socket programming environment that enables file transfer capabilities
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1236
    • 提供者:于鑫
  1. wenjianchuanshu

    0下载:
  2. 在Linux环境下实现的文件传输程序.socket连接服务器,实现上传和下载文件,传输文件时有进度条.-In the Linux environment to achieve the file transfer program. socket connection to the server, to upload and download files, transfer files with progress bar.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5326
    • 提供者:gwnaqrep
  1. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:765659
    • 提供者:gyh
  1. Final

    0下载:
  2. mfc制作的局域网通讯聊天工具 aes加密 支持文件传输-MFC socket
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-27
    • 文件大小:10227616
    • 提供者:dongxiao
  1. Filetran

    0下载:
  2. 采用同步阻塞socket实现文件传输,聊天-Using synchronous blocking socket file transfer, chat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:1958465
    • 提供者:ljb
  1. FileTranServer

    0下载:
  2. Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:9492
    • 提供者:李德林
  1. file

    0下载:
  2. 通过socket进行文件传输,多线程 在linux下 大家可以参考一下-File transfer through socket, multi thread in Linux, you can refer to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2753
    • 提供者:nanye
  1. ser_cli_file1.tar

    0下载:
  2. linux下实现的双击文件传输系统。采用socket网络编程-linux under the double file transfer system. Using socket network programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:3012
    • 提供者:walle-cuiwenxin
  1. socket

    0下载:
  2. 简单的socket ,实现了服务端客服端传输文件,很简单的一个-simple socket application for file tranfering
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3600
    • 提供者:zhou
  1. ThgGOCKETnetwork

    0下载:
  2. 文件传输功能的实现,有关计算机网络编程的程序SOCKET`-The realization of the function of file transfer, the computer network programming of SOCKET `
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-17
    • 文件大小:165888
    • 提供者:hyhertycz
  1. dealizationcomputer

    0下载:
  2. 文件传输功能的实现,有关计算机网络编程的程序SOCKET`-The realization of the function of file transfer, the computer network programming of SOCKET `
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-14
    • 文件大小:46465
    • 提供者:hyhertycz
« 12 »
搜珍网 www.dssz.com