搜索资源列表

  1. fileSEVER111

    0下载:
  2. 点对点的文件传输的服务端程序,与客户端程序配合使用,客户端已经上传-peer-to-peer file transfer service software, and client programs used in conjunction with, the client has been uploaded
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:157696
    • 提供者:芦笙
  1. MSNStyle

    0下载:
  2. 类似MSN的聊天程序,系统分为客户端和服务器端,能够发送消息,实时聊天,进行文件传输,添加删除好友等。-similar MSN chat program, the system is divided into client and server to send messages, real-time chat, for file transfer, adding to delete such good friends.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:359424
    • 提供者:zhang
  1. filetranport

    0下载:
  2. 有用的网络程序,可以用来在互联网上进行文件传输.-useful network programming, which can be used on the Internet file transfer.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:56320
    • 提供者:littledog
  1. file-transport-server

    0下载:
  2. 这是一个文件传输的服务起程序,具有很好的性能,并且好用.-This is a file transfer service with the procedures, with a good performance, and ease of use.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:203776
    • 提供者:tom
  1. httpftpcsharp

    0下载:
  2. 很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:杨飞
  1. mmzmagic_PeerToPeer

    0下载:
  2. 本程序为一个真正点对点通讯示范程序:) 实现内网到内网的直接连接(QQ用的技术) 使用Delphi实现。在网上未看到类似的程序,特此发布提供喜欢的朋友参考。 通过UDP来实现穿透NAT的点对点通讯。 >>原定 程序设置一个共享目录里边所有文件都可供别人多点下载(类似BT) 独立服务端 负责消息中转、用户登陆 客户端从服务端获取用户列表 然后直连各个用户 以实现 聊天 语音 视屏 文件传输等可能的
  3. 所属分类:P2P编程

    • 发布日期:2024-05-18
    • 文件大小:1282048
    • 提供者:仙侣边缘人
  1. file_splitter

    0下载:
  2. 本程序的功能是将大文件进行分割,便于网络速度慢的情况下进行文件传输。 本程序对一份已有的文件分割软件进行了改进,修正了上面的一系列BUG -this procedure is the function of the documents will be divided to facilitate slow speed network for the conduct of file transfer. The program has
  3. 所属分类:文件操作

    • 发布日期:2024-05-18
    • 文件大小:46080
    • 提供者:赵飞
  1. Client_Sever_Comnunication

    0下载:
  2. 基于VC开发的服务器和客户端分开的通信程序,具有文件传输和聊天等功能。-development of the VC-based server and client separate from the communication process, with file transfer and chat functions.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:75776
    • 提供者:王维杰
  1. gftp-2.0.18.tar

    0下载:
  2. 一个linux下的ftp程序。它是使用文件传输协议的一系列程序的集合。-a linux under the ftp procedures. It is to use the file transfer protocol to assemble a series of procedures.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:2169856
    • 提供者:zds
  1. files_trans_

    0下载:
  2. vc开发的基于网络的文件传输小程序,还有待完善-vc development of the web-based file transfer small procedures, needs to be perfected
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:34816
    • 提供者:liangxingzhu
  1. usetexttrans

    0下载:
  2. 基于USB的文件传输程序源代码,这是我学习操作系统是的一个试验程序。-USB-based file transfer program source code, which is studying the operating system is one of the testing procedures.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:张楠
  1. Multi_Chat

    0下载:
  2. 一个多功能的聊天程序,可以实现语音聊天,文字聊天和文件传输等功能-a multifunctional chat procedures, can achieve voice chat, text chat and file transfer functions
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-18
    • 文件大小:400384
    • 提供者:李真
  1. filetransserver

    0下载:
  2. 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。 -side is based on the Treasury select I/O model. To prevent the program i
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:140288
    • 提供者:肖和平
  1. 2005102703

    0下载:
  2. 文件传输,支持断点续传.支持各种协议,运用 WINSOCK 单元进行传送文件的程序,特点: 1、多线程 2、支持断点续传。 3、系统托盘。 -file transfer support HTTP. Support agreements, modules for use Winsock delivery procedures characteristics : 1, 2 multithreading support HTTP. 3, th
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-18
    • 文件大小:407552
    • 提供者:shenjiapeng
  1. ftp-socket

    0下载:
  2. 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:李亚林
  1. clientandserver3104001676

    0下载:
  2. 该程序是一个简单的文件传输协议,有两个程序组成,分别是:客户端的,服务器的。-the procedure is a simple file transfer protocol, the two programs, namely : the client side, server.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:
  1. 85375558ChatCSocket

    0下载:
  2. 一个实现P2P文件传输、文字聊天的程序。-achieve a peer-to-peer file transfer, text chat procedures.
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-18
    • 文件大小:65536
    • 提供者:bighippo
  1. FTPfileClient

    0下载:
  2. 文件传输客户端程序。主要使用了Winsocket进行编程,要与FTPServer配合使用。-file transfer client. Winsocket mainly used for programming, with the combined use of FTPServer.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-18
    • 文件大小:64512
    • 提供者:青青
  1. SocketDemo

    0下载:
  2. 本程序是网络编程部分,Socket编程实现文件传输,用java语言实现。-this procedure is part of network programming, Socket Programming file transfer, using java language.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:17408
    • 提供者:孤鸿影
  1. winsock_program_code

    0下载:
  2. socket是因特网上进行程序设计的常用方法,用socket方法编写的网络聊天、广播、多播、路由跟踪及网络文件传输多个程序代码。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-18
    • 文件大小:5906432
    • 提供者:gonbc
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org