搜索资源列表
NBt
- NBT:.net 下的BT下载库 内存优化: ◆ KeepAliveMessage, ChokeMessage, UnChokeMessage, InterestingMessage, NotInterestingMessage可以修改成单实例,这样可以节省一些对象分配。不过要解决MessageFactory.Parse()方法需要的,从byte[]中创建Message对象的问题。同样,对于一些没有状态的Task,也可以不用每次创建。 ◆ ReceiveBuffer看看能不能用B+或
supern0.9
- 用P2P技术实现的一个VOIP应用,用到了Kademlia这一DHT算法
chord
- 基于p2p的chord的算法介绍与实现 在才环境下运行-The chord-based p2p introduction and implementation of the algorithm was run under the
chord
- p2p结构化经典算法,用C语言实现,应用于分布式存储,流媒体点播等多种途径-p2p structured classical algorithm, using C language, used in distributed storage, on-demand streaming media, such as a variety of ways
kernel-aodv_v2.2.2
- 基于P2P的Ad hoc网络的按需路由AODV算法实现-Based on the P2P network of the Ad hoc on-demand routing algorithm AODV
ChordExpress
- 实现了P2P系统中采用的一种DHT算法——Chord算法,能够有效地节省节点存储的路由信息。经过测试,在局域网环境下可以达到10M/s。-Chord, one of DHT algorithms which can spare memory efficentily applied in the peer-to-peer network has been implemented. The transmisson speed in LAN reaches 10M/s.
Kademlia
- Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres. 在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on the XOR metric》。 简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他 DHT 实现技术比较,如 Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一种 全
P2Pfiletracnce
- 在P2P技术的应用过程中,需要考虑的问题甚多,包括网络中共享文件的发现机制,数据传输的完整性和传输过程中的效率和安全性问题,还包括网络中节点的负载均衡问题等等。本文主要完成了下面几个工作:1)采用基于超节点的混合型P2P网络拓扑结构,列出常见的资源定位搜索算法,进行比较,并选择Chord算法作为本系统资源定位搜索算法的基础,做出改进。 2)设计系统框架。将P2P应用系统的结构分为拥有设置和显示功能的用户应用层,拥有文件共享机制和节点发现及超节点选择机制的通知层和拥有文件上传和下载功能的网络传
fenci_v1.0_utf8
- 本程序利用数学算法简单实现了文章分词的功能,页面清洁、简单。-the program use math to
AdjacencyMatrixIndex_torus
- 光网可靠性分析,matlab实现。。自我修复功能,分析光网网络可靠性的算法-Optical network reliability analysis, matlab realize. . Self-healing capabilities, network reliability analysis algorithms optical network
one
- 一种端到端的机会网络开发,实现了很多经典路由算法以及移动模型,值得学习-the System is mainly used to exploit the opportunistic mobile network, realizing most of typical algorithms and moving model, which is a resource deserving to further study.
ksp
- k最短路径实现 用K条最短路径来优化网络传输方式,提高网络的实时性,是在Dijkstra最短路径的基础上,优化备选路径的生成方式,提高信息传输速度。在中继节点故障的情况下,放弃最短路径,使用源节点的次最短路径进行信息传输,而不使用故障节点的前一节点的次最短路径。(K shortest path implementation The shortest path of K bar is used to optimize the network transmission mode and impr