说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分布式查找算法
1)  decentralized lookup algorithm
分布式查找算法
1.
The paper divided the decentralized lookup algorithms in peer-to-peer networks into two classes: structured and unstructured.
对等网络中的分布式查找算法可分为结构性和非结构性的,它们在查找机制、网络拓扑和查找效率等方面存在一些共性及区别。
2)  distributed search
分布式查找
3)  Field-divided Classification Algorithms
分域查找算法
4)  binary lookup algorithm
二分查找算法
1.
Improvement of binary lookup algorithm of Hash addresses based on CIDR list
基于CIDR表的哈希地址二分查找算法的改进
5)  lookup algorithm
查找算法
1.
Research on routing table structure and lookup algorithm;
对路由表结构和查找算法的研究
2.
This paper analyzes the characteristic of Chord′s lookup algorithm,shows a modified maintenance protocol based on it,implements efficiently and correctly looks up data items of P2P system when the nodes concurrently join.
分析了Chord系统查找算法的特点,在此基础上,给出一个改进的查找算法,实现了P2P系统在节点并行加入时正确高效的数据项查找。
6)  searching algorithm
查找算法
1.
Research on Distributed Trust Certificates Storage and Searching Algorithms
分布式信任证书存储与查找算法研究
2.
The algorithm analysis and experimental results show that the time complexity of the algorithm is lower than traditional searching algorithm based on comparison.
算法分析和实验结果表明 :算法的时间复杂度低于传统的基于比较的查找算法 ,且附加存储空间小 。
3.
A dynamic searching algorithm applied in large information systems is designed by creating HASH table and some binary search trees,and its experiment is made on IBM Microcomputer.
通过构造散列表和二分树,设计1个适用于大规模信息处理的快速动态查找算法,分析其执行效率,并给出程序及实验结果。
补充资料:启发式算法

计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。

有时候人们会发现在某些特殊情况下,启发式算法会得到很坏的答案或效率极差,然而造成那些特殊情况的数据结构,也许永远不会在现实世界出现。因此现实世界中启发式算法很常用来解决问题。启发式算法处理许多实际问题时通常可以在合理时间内得到不错的答案。

有一类的通用启发式策略称为元启发式算法(metaheuristic),通常使用乱数搜寻技巧。他们可以应用在非常广泛的问题上,但不能保证效率。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条