搜索资源列表

  1. 用ftp协议完成多线程断点续传的源码

    0下载:
  2.  各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:96256
    • 提供者:屠理峰
  1. 上传下载

    0下载:
  2. 在互联网上远程上传下载文件,可获得详细的目录以及更换文件名.-remotely over the Internet uploading and downloading files, receive detailed directory and the replacement of the file.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:374784
    • 提供者:bank
  1. 使用winsock进行文件传送

    0下载:
  2. 使用MFC下的winsock写的一个文件传输程序,在windows2000、VC6.0下调试通过。-use of the protocols of MFC write a file transfer procedures in Solaris, under VC6.0 through debugging.
  3. 所属分类:文件操作

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:张能臻
  1. URLDownFile

    0下载:
  2. 用URLDownloadToFile的API函数下载文件,并显示下载文件的进度和文件总长度-using the API function URLDownloadToFile download files, Download the file and show the progress and the total length of documents
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:llg
  1. linshimulu

    0下载:
  2. 使用HTTP协议将文件下载到Windows的下载文件临时目录的程序源代码 -use HTTP protocol can be downloaded to the Windows temporary directory download the source code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:88064
    • 提供者:付刚
  1. my-pipe

    0下载:
  2. 这是一个ftp类;可以向指定ftp服务器上上传文件,或者下载文件;-This is a ftp; To be designated on the ftp server upload documents, or download documents;
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:赵宏俊
  1. FtpTestw1

    0下载:
  2. 每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:方波
  1. DownloadManager_src

    0下载:
  2. C#ftp客户端程序,用来上传和下载文件-C# ftp client, used to upload and download files
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-12
    • 文件大小:9216
    • 提供者:fsdfsdfsd
  1. downloadfile

    0下载:
  2. 下载文件并且获取进度条的代码。 下载看看吧-Download files and access the progress bar code. Download to see it
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:monky
  1. URLDownloadToFile

    0下载:
  2. 使用URLDownloadToFile下载文件(vc),下载指定地址的文件并后台执行,-URLDownloadToFile use downloaded documents (vc), Download designated address in the paper and the implementation of background,
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:28672
    • 提供者:谭圣为
  1. vbapidownload

    0下载:
  2. 用API实现的下载文件的例子,使用方便,不需要庞大的ocx.支持代理服务器-API with the download example, easy to use and do not need huge randomly. Proxy Server support
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:24576
    • 提供者:kmlxk
  1. DownloadingFile

    0下载:
  2. 下载文件服务器说明(使用Socket完成文件的下载的任务,客户端提交文件名称,服务器接受到以后,如果文件不存在,返回404信息,如果文件存在,则将文件的内容通过套接字发送给客户端,客户端接受到文件的内容后,保存到相应的文件中。 )-download the file server (using Socket download the document completed the task, documents submitted t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:廉季平
  1. host_file_operation

    0下载:
  2. 可以输入网络上任一计算机ip,浏览其ftp文件夹,从中下载文件。-office can be imported to a computer network ip, visit its ftp folder, from which to download the file.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:410624
    • 提供者:秦先勇
  1. Ftpfuwuqi

    0下载:
  2. 实现FTP的基本功能,可以上传下载文件.-achieve the basic functions can upload the files.
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:leonyork
  1. FileDownclient

    0下载:
  2. 一个关于下载文件客户程序的小程序,欢迎大家下载,如有问题,请和我联系。-download files on a client's computer and you are welcome to download, if there are questions, please contact me.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:184320
    • 提供者:wutong
  1. xiazaizhema

    0下载:
  2. 下载者的VB源码,运行生成的文件系统自动下载文件,而且自动运行。运行生成的文件没有窗体!传马的好东西!-download the VB source, the operating system generated documents automatically download files, and automatic operation. Operation of the document did not generate Form!
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-12
    • 文件大小:27648
    • 提供者:liue
  1. MyUpdateBasedOnHttp

    0下载:
  2. 程序更新程序。基于Http进行远程程序更新。在程序里可以设置更新服务器路径,设置好后,客户端定时连接服务器进行查询,当有新版本时,下载文件,进行更新-procedures update. Http-based remote update. The program can be set to update server path, installed, the client regularly connect servers inquir
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-12
    • 文件大小:122880
    • 提供者:zhao
  1. ASPnetmanagerv2

    0下载:
  2. 此软件通过一“WebForm”网页实现以下功能(主要是对用户目录进行操作): 1、以“TreeView”形式浏览用户目录下的文件夹(可展开)和文件; 2、剪切、复制、粘贴、删除、重命名文件或文件夹,新建文件夹; 3、可上传压缩文件(*.zip,*.rar),然后在用户主目录解圧,也可对文件(夹)进行压缩; 4、可下载文件、对于文件夹或是多个文件则进行压缩打包成(DownLoad.zip)下载; 5、分割文件(为减轻服
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-12
    • 文件大小:348160
    • 提供者:掌心
  1. downloadfilefrominternet

    0下载:
  2. 能够直接从internet上下载文件的程序,只要输入连接地址就OK了-directly from the internet to download documents procedures, as long as the input connector addresses on the OK
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-12
    • 文件大小:43008
    • 提供者:英雄
  1. downloadwwwfile

    0下载:
  2. 一个下载文件的小工具,解决临时文件夹缓存问题,运行非常稳定,可以做数据抓取工具,很不错哦-download a small tool to address temporary folder cache, running very stable, Data can be done crawls tools, oh very good
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:陈峰
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org