搜索资源列表
EDCA_ns-2_28-v1-0-2
- 在NS2仿真软件(2.28)下,实现802.11E的增强分布式协调接入机制(EDCA,包括CFB模式),TKN开发,具有公信力。无论是仿真验证,还是据此做改进算法都十分适合。
Bully
- 模拟进程通信来实现bully算法,分布式系统重要算法
DV
- 网络 DV 算法源代码。。。。比较简单。。。。就是模拟路由器分布式选路
KadC
- 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)为距离度量基础,建立了一
模拟分布的、异步的距离向量路由算法
- 模拟分布的、异步的距离向量路由算法,编写的一个分布式距离向量路由模拟程序。-An example of DV algorithm.
chord
- p2p结构化经典算法,用C语言实现,应用于分布式存储,流媒体点播等多种途径-p2p structured classical algorithm, using C language, used in distributed storage, on-demand streaming media, such as a variety of ways
Distributed_Algorithms
- 分布式算法 英文版 还不错的书 找不到中文版的 只能看英文的了-English version distributed algorithm can not find a good book can only see the Chinese version of the English
WMSNspicture
- 一种适用于WMSNs的分布式图像压缩算法.pdf,最新的图片压缩算法,适用于wsn。-A WMSNs Distributed image compression algorithm. Pdf, up-to-date picture compression algorithm for wsn.
memcached-1.2.6
- 一个分布式缓冲服务器中间件源码 包括一种解决冲突的hash算法和数据管理、数据容错模块-A distributed server middleware source buffer, including a settlement of the conflict of hash algorithms and data management, data fault-tolerant module
ns-swan.tar
- SWAN代表一种使用分布式控制算法来支持软实时业务及服务区分的简单,无状态的网络模型-SWAN represents a simple, stateless network model that uses distributed control algorithms to support "soft" real-time services and service differentiation in wireless ad hoc networks.
research_on_collaborative_p2p_system_in_jxta
- 针对目前分布式协同设计软件的特点,本文提出了一种基于jxta协同设计p2p模型"介绍了该模型的总体结构和节点结构、组通信的算法和相应的通信协议的设计、户和系统的双向认证机制"该系统具有高效、分散、安全和健壮等特点"最后以协同绘图作为实例验证了系统的正确性和实用性。-Distributed Collaborative Design view of the current features of the software, this paper, a p2p-based collaborative
Research_and_Design_on_the_Large-scale_Full-text_S
- 本文重点在 UbiSearch 系统的设计、分布式文档重要度计算、缓存策略等方面开展了研究工作,并取得了如下成果: 1、完成了 UbiSearch 的设计;2、对 PageRank 算法进行了扩展,提出了分布式 PageRank 算法;对 PageRank 算法进行了扩展,提出了分布式 PageRank 算法。-In this thesis, we focus on three aspects: system design, distributed ranks calculation and
Distributedleach
- 分布式LEACH算法,用于WSN能量路由改进有很大帮助-Distributed LEACH algorithm for WSN energy route of great help to improve
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)为距离度量基础,建立了一种 全
leachDist
- leach分布式算法,omnet下亲测可正常运行-Leach distributed algorithm, under the omnet kiss can be normal operation
relay-cooperative
- 我们研究和提出了认知协作Ad Hoc网络的联 合动态路南跨层控制策略。我们提出的分布式算法较之非协作策略增加了网络吞吐量-We research and puts forward the cognitive cooperation Ad Hoc working group on the network group Close dynamic road cross layer control strategy. We propose a distributed algorithm Co
dv_routing.java
- 深入理解分布式路由选择算法,基于DV算法,实现最短路径查找路由器模拟-implement the distance vector routing protocol by Distance vector algorithm
libpaxos
- 一致性分布算法paxos,对于分布式网络一致性要求的,可以学习学习-Consistency of distribution algorithm paxos, consistency requirement for distributed network, you can learn
ketama
- 一致性哈希算法(Consistent Hashing Algorithm)是一种分布式算法,常用于负载均衡。Memcached client也选择这种算法,解决将key-value均匀分配到众多Memcached server上的问题。它可以取代传统的取模操作,解决了取模操作无法应对增删Memcached Server的问题(增删server会导致同一个key,在get操作时分配不到数据真正存储的server,命中率会急剧下降),-Consistency hash algorithm (Cons
ChandyandLamport
- 基于ChanyandLamport快照算法的分布式系统(A distributed system based on ChanyandLamport snapshot algorithm)