搜索资源列表
c++down远程线程注入
- c++写得下载者源码,远程线程注入,文件映射通信。client是用bcb写得 。 server在资源中包涵dll。合适初学者参考-c written those who download the source code into remote threads, document mapping communications. Moreover client is written. Server resources covered in dll. Appropriate reference beg
利用辅助线程从匿名FTP服务器上下载文件
- 利用辅助线程从匿名FTP服务器上下载文件-use the auxiliary threads from anonymous FTP server download
ISAPI Filter 限制 IIS 多线程访问
- 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filt
VC Internet多线程下载文件源代码
- Internet多线程下载文件源代码,可以即时回显下载状态,如当前下载速度,平均下载速度
多线程下载
- Java多线程下载源代码
好用的ftp上传下载源码
- delphi ftp 源码,包括服务端和客户端,支持多线程多任务上传和下载
Thunder.rar
- 多线程下载,支持断点续传,学习迅雷下载,使用多线程,高效下载大批量文件!,Multi-threaded downloads, support for HTTP, learning Xunlei download, use multi-threaded, high-performance high-volume file to download!
iLeadDownloaderDemo.rar
- FTP、HTTP 多线程断点续传下载文件,封装成DLL,并且用链表方式进行多任务管理,FTP, HTTP multithreaded HTTP download files, packaged as DLL, and use multi-tasking approach to list management
GetImage_Eng
- 类似网络爬虫,从一个网页“爬”到另一个网页,然后选择图片下载。多线程。 可以用来按照一定规则下载网页中的元素,如图片、网页、flash等,举例如下-download images or other stuffs by analyzing webpages, search for webpages like a spider. you can config the downloading and crawling strategy in the program
httpdownload
- VC 写的下载工具,多线程下载。学习MFC 及网络编程-http download tool by VC++6.0
btdownload
- BT下载器源代码VC++版,还算好用,只需指定输入IP,就可进行TCP、UDP多线和连接,监听等操作、尤其是对BT下载原理及其实现方法非常有帮助。 -BT download browser source code VC++ version is still easy to use, simply enter the designated IP, be it TCP, UDP and multi-line connections, such as monitoring the operatio
getimage
- 利用线程搜索网页上的图片,然后用HTTP进行多线程下载-Search the Web using the thread on the picture, and then to multi-threaded HTTP download
ImageSpider
- c# 写的图片蜘蛛,可自动下载图片,使用多线程,收集MM利器-c# to write the image spider, can automatically download pictures, using multi-threading, collect weapon MM
ftpclient
- FTP上传和下载,多线程,QQ409746848-FTP UPLOAD AND DOWNLOAD ,MUTI_THREAD,OICQ409746848
通过HTTP协议下载的程序
- 用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,那个列表虽然可以拉很多进去,不过是摆设。-HTTP protocol to download through the procedures, support HTTP download and multithreading. Note that this procedure can only be downloaded once a task that although the list can pul
HttpDownload
- http多线程下载的例子,支持断点续传,进过测试可用,学习线程编程和网络编程比较好的例子-http example of multi-threaded downloads and support HTTP, enter the test can be used to learn programming and network programming thread better example
下载文件
- FTP、HTTP 多线程断点续传下载文件,vc6开发,调试通过(FTP, HTTP multi-threaded breakpoint download file)
FTP、HTTP 多线程断点续传下载文件 源码
- FTP、HTTP 多线程断点续传下载文件 源码,可做下载器编程参考(FTP, HTTP multithreaded HTTP download source code, to download programming reference)
android 下载文件 源代码
- android 下载文件 源代码 //下载文件,参数:第一个URL,第二个存放路径 //定义一个Handler,用于处理下载线程与UI间通讯