`
zhangziyueup
  • 浏览: 1168827 次
文章分类
社区版块
存档分类
最新评论
文章列表
BitTorrent is a protocol for distributing files. It identifies content by URL and is designed to integrate seamlessly with the web. Its advantage over plain HTTP is that when multiple downloads of the same file happen concurrently, the downloaders upload to each other, making it possible for the fi ...
#!/usr/bin/env python # Written by Bram Cohen and Myers Carpenter# see LICENSE.txt for license information##文件名称:btdownloadgui.py#读码日记:2004-9-2 #笔 者:zfive5(醉马不肖 之 [孤舟蓑笠翁, 独钓寒江雪])## 今天,我决定系统打开种子文件开始对bt客户端进行分析,这#好理解些,我分析源码是在window2000环境下做的,在资源管理器下双击.torrent#文件,随后将看到我们大家都很熟悉的bt客户端,让我们选择文件目录。。。。#知觉告诉我,种 ...
# Written by Bram Cohen# see LICENSE.txt for license information# filename:btfield.py btformats.py # btfield.py#读码日记:2004-9-1 笔者:#笔 者:zfive5(醉马不肖 之 [孤舟蓑笠翁, 独钓寒江雪])#注 释:这个文件主要是进行字节到比特位之间的转化的 #功能:主要是实现的列表bits位到byte的转化#参数:1个逻辑列表 例如:[1,1,0,1,1,1,0,1]#返回:byte流, 例如:'a/x00'#效果:#>>> booleans_to_ ...
# Written by Petru Paler# see LICENSE.txt for license information""" 读码日记: 2004-8-20 笔者:笔者: zfive5(醉马不肖 之 [孤舟蓑笠翁, 独钓寒江雪])注 释:文件是写的函数主要完成对bt种子文件的操作函数,在开始前大家可以使用make做一个.torrent文件看看其中的内容,在我的e:/1/目录下有两个文件,dir为: 2004-08-31 15:33 .2004-08-31 15:33 ..2004-08-31 14:44 10 1.txt2004-08- ...
Global site tag (gtag.js) - Google Analytics