文件名称:BT.Demo
介绍说明--下载内容均来自于网络,请自行研究使用
由delphi实现的bt下载器示例程序,带全部源码和BT协议
包中文件说明:
BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载
btutils.pas -- 核心bt组件
DCP*.pas -- SHA算法源码(复制自DEC组件包)
InetUtils.pas -- 提供Internet下载的函数库
SimpleSocks.pas -- socket组件(TCP)
SortLists.pas -- 排序的List组件
ThreadTimer.pas -- 定时器与线程池
DelayLists.pas -- 一个延时5秒再释放Object的队列
FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用
Bit Torrent Specification.htm -- BT协议文档
采用TCP打洞~!
包中文件说明:
BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载
btutils.pas -- 核心bt组件
DCP*.pas -- SHA算法源码(复制自DEC组件包)
InetUtils.pas -- 提供Internet下载的函数库
SimpleSocks.pas -- socket组件(TCP)
SortLists.pas -- 排序的List组件
ThreadTimer.pas -- 定时器与线程池
DelayLists.pas -- 一个延时5秒再释放Object的队列
FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用
Bit Torrent Specification.htm -- BT协议文档
采用TCP打洞~!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 33753112bt.demo.rar 列表 Bit Torrent Specification.files\http.png Bit Torrent Specification.files\logo.png Bit Torrent Specification.files\phpwiki-heavy.htm Bit Torrent Specification.files\phpwiki-modern.css Bit Torrent Specification.files\phpwiki-printer.css Bit Torrent Specification.files\phpwiki-topbottombars.css Bit Torrent Specification.files\phpwiki.css Bit Torrent Specification.files\phpwiki.htm Bit Torrent Specification.files Bit Torrent Specification.htm BTDemo.res BTDemo.dpr BTDemoF.dfm BTDemoF.pas btutils.pas DCPbase64.pas DCPconst.pas DCPcrypt2.pas DCPsha1.pas DebugUnit.pas DelayLists.pas FastShareMem.pas InetUtils.pas MemPools.pas readme.txt ShareGlobals.inc simplesocks.pas SortLists.pas ThreadTimer.pas