Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - chord
Search - chord - List
DL : 0
p2p的结构化模型chord源代码,研究p2p模拟的参考资料。-p2p model chord structure of the source code, research p2p analog reference.
Update : 2024-03-29 Size : 25600 Publisher : 李波


Update : 2024-03-29 Size : 783360 Publisher : maybemay

提取音乐(wav格式)中两种和弦特征:chromagram和tonalcentroid。其中chromagram是12维特征,根据十二平均律而来;tonalcentroid是在十二平均律的基础上加入了和弦结构信息(五度循环圈)得到的六维信息。-Extraction of music (wav format) in the characteristics of the two chords: chromagram and tonalcentroid. Chromagram which is 12-dimensional features, according to十二平均律come tonalcentroid is the basis of十二平均律joined the chord structure of information (five degrees circle) received the six-dimensional information.
Update : 2024-03-29 Size : 5120 Publisher : 王一芳

P2Pchord
DL : 0
p2p结构化经典算法,用C语言实现,应用于分布式存储,流媒体点播等多种途径-p2p structured classical algorithm, using C language, used in distributed storage, on-demand streaming media, such as a variety of ways
Update : 2024-03-29 Size : 82944 Publisher : liufendou

DL : 0
解非线性方程的双点弦截法的c程序,在Turbo C上可运行,内含源程序和一个例子以及实验报告。-Solution of nonlinear equations of two-point string c cut-off law procedures, the Turbo C can be run, including source code and an example and experimental report.
Update : 2024-03-29 Size : 240640 Publisher : 白文静

DL : 0
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)为距离度量基础,建立了一种 全新的DHT拓扑结构,相比于其他算法,大大提高了路由查询速度。 在2005 年5 月著名的BiTtorrent 在4.1.0 版实现基于Kademlia 协议的DHT 技术后, 很快国内的BitComet 和BitSpirit 也实现了和BitTorrent 兼容的DHT 技术,实现 trackerless下载方式。 另外,emule 中也很早就实现了基于Kademlia类似的技术(BT中叫DHT,emule中也叫 Kad,注意和本文简称的Kad 区别),和BT 软件使用的Kad 技术的区别在于key、value 和 node ID 的计算方法不同。-We describe a peer-to-peer system which has provable consistency and performance in a fault-prone environment. Our system routes queries and locates nodes using a novel XOR-based metric topology that simplifies the algorithm and facilitates our proof. The topology has the property that every message exchanged conveys or reinforces useful contact information. The system exploits this information to send parallel, asynchronous query messages that tolerate node failures without imposing timeout delays on users.
Update : 2024-03-29 Size : 509952 Publisher : libing

DL : 0
模拟实现了chordP2P网络通信的模式,由西华大学一位程序高手实现,对大家的网络编程学习有很大的好处。-Analog implementation of chordP2P network model, from west to Howard University, a master implementation procedures, the U.S. study of network programming is highly desirable.
Update : 2024-03-29 Size : 4081664 Publisher : 王超

DL : 0
chord java 实现,完整的代码,一个主文件,6个类 -chord
Update : 2024-03-29 Size : 19456 Publisher : he

P2Pchord
DL : 0
该源码是结构化p2p的经典模型的代码,也是当前理论仿真研究和实际应用最多的代码,很有用的-The source is the structure of the classical model of p2p code, but also in theoretical research and practical application of simulation up to the code, very useful
Update : 2024-03-29 Size : 17408 Publisher : liufeng

DL : 1
该协议是在原chord的基础上增加了finger表以加速路由定位,是chord的增强,也是经典的p2p协议。-The agreement is based on the original chord increased to speed up the routing table finger positioning is enhanced chord is also the classic p2p protocol.
Update : 2024-03-29 Size : 3072 Publisher : liufeng

P2Pchord
DL : 0
VC简单P2P点对点视频共享,点对点播放-VC simple P2P peer-to-peer video sharing,
Update : 2024-03-29 Size : 82944 Publisher : zsw1

DL : 0
Chord 算法的Java实现,实现了Chord算法的基本功能,局域网内的功能-Java realization of Chord algorithm, the Chord algorithm to achieve the basic functions, the functions of LAN
Update : 2024-03-29 Size : 5120 Publisher : 紫涵

DL : 0
实现了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.
Update : 2024-03-29 Size : 8508416 Publisher : 李栋

DL : 0
著名的P2P DHT Chord算法源代码-chord source
Update : 2024-03-29 Size : 1025024 Publisher : yuze

Wind blade chord and twist angle optimization by using genetic algorithms Juan M´ endez and David Greiner
Update : 2024-03-29 Size : 281600 Publisher : PEN

DL : 0
CHORDSOL Chord method code for scalar equations. This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function TOLA = absolute error tolerance TOLR = relative error tolerance Output: x=approximate result-CHORDSOL Chord method code for scalar equations. This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function TOLA = absolute error tolerance TOLR = relative error tolerance Output: x=approximate result
Update : 2024-03-29 Size : 1024 Publisher : devdvl

DL : 0
这是一篇经典的介绍chord的结构化P2P网络的文档。-This is a classic introduction to the structure of chord-based P2P network documentation.
Update : 2024-03-29 Size : 149504 Publisher : huiyu

DL : 0
a simple chord implementation in java-a simple chord implementation in java..
Update : 2024-03-29 Size : 2062336 Publisher : waqas

chord算法研究和分析,很好的一个pdf文档的-chord algorithm research and analysis, a good one pdf document
Update : 2024-03-29 Size : 559104 Publisher : fanyuqing

DL : 0
第三代P2P网络 ——结构化P2P体系 Chord、CAN、Tapestry、Pastry-Chord、CAN、Tapestry、Pastry
Update : 2024-03-29 Size : 956416 Publisher : sara
« 1 2 34 5 6 7 8 9 10 ... 13 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.