1)scatternet散列网
1.Bluetooth scatternet formation algorithm in multi-hop environment based on bionics;基于仿生学的多跳蓝牙散列网组网算法
2.Distributed Dynamic Scatternet Formation Algorithm for Multi-hop Bluetooth Networks;分布式动态蓝牙散列网形成算法
3.A New Bluetooth Scatternet Construction Algorithm Based on Capabilities of Actual Devices;基于实际设备性能的蓝牙散列网构建算法
英文短句/例句
1.Bluetooth Scatter Net Construction Algorithm Based on Capabilities of Device基于设备性能的蓝牙散列网构建算法
2.Based on Bionics Scatternet Formation Algorithm in Multi-hop Environment;基于仿生学研究的多跳蓝牙散列网组网设计
3.Multihop Scatternet Formation Algorithm for Bluetooth Based on Dynamic Environment;基于动态环境蓝牙多跳散列网形成算法研究
4.A New Bluetooth Scatternet Construction Algorithm Based on Capabilities of Actual Devices;基于实际设备性能的蓝牙散列网构建算法
5.The Construction and Routing Algorithm for Bluetooth Scatternet Based on Access Point;基于接入点的蓝牙散列网形成及路由算法
6.This property specifies whether to reverse hash on the cluster that this network adapter is a part of.此属性指出此网络适配器是其中的一部分的群集是否要反转散列。
7.Application of Self-defines Dynamic Hushing Algorithm in the E-commerce Website;自定义动态散列算法在电子商务网站中的应用研究
8.Data-Centric Routing Mechanism Using Hash-value in Wireless Sensor Network用于无线传感网络中的一种基于散列值的以数据为中心路由协议
9.A New ADV-Hash Approach Supporting Secure and DoS-Resistant Network Reprogramming in Wireless Sensor Networks(WSNs)ADV-Hash:一种基于广告散列链的无线传感器网络重编程抗DoS攻击方法
10.Generation of test sequences for micro-satellite based on T-timed discrete Petri nets model基于T-时延离散Petri网的小卫星测试序列生成方法
11.Hash Chain Based Random Keys Pre-Distribution Scheme in Wireless Sensor Networks无线传感器网络中基于散列链的随机密钥预分发方案
12.and I will send the Egyptians in flight among the nations and wandering through the countries.我必将埃及人分散在列国,四散在列邦。
13.indivisible train set不能拆散的列车车底
14.Hash value in receipt does not match hash value in original message.收条的散列值与原始邮件的散列值不吻合。
15.I will scatter the Egyptians among the nations and disperse them among the lands.结30:23我必将埃及人分散在列国、散在列邦。
16.ON Qiuyu Proses and "Soliloquys in the Northeast;论《秋雨散文》与“独语东北”系列散文
17.Select a hash algorithm from the following list.从以下列表中选择一种散列算法。
18.Fault Restoration for Distribution Network Base on Dissipated Network;基于耗散网络的配电网网络故障恢复
相关短句/例句
scatternet formation散列网形成
1.This paper introduces a novel approach to the problems of device discover and scatternet formation for the Bluetooth standard based on the research of BlueMesh,BlueTree.关键词:基于对BlueMesh协议、BlueTree协议等多种协议的分析,介绍一种新的方法来解决蓝牙标准中设备查找和散列网形成的问题。
3)hashing[英][h??][美][h??]散列
1.Focusing on the problem of imbalance of content assignment within Web cluster server, an efficient content assignment algorithm based on two-phase hashing is put forward.针对Web集群服务器内容分配不均衡的问题,提出了基于两阶段散列的内容分配算法。
2.This paper discusses choosing a salt figure based on hashing algorithm,analyzes and compares the different encryption effects with salt figure or without salt figure.本文讨论散列算法中一种盐值的选取,并分析比较加与不加盐值所得到的不同的加密效果。
3.The finding is that the well-known function for hashing sequence of symbols, ELFhash, is not very good in this regard, and the other two functions are better and thus recommended.在Web信息处理的研究中,不少情况下需要对很大的URL序列进行散列操作。
4)hash[英][h??][美][h??]散列
1.Improvement of AprioriTid Algorithm for Association Rules Based on Hash Technology;基于散列的关联规则AprioriTid改进算法
2.Intrusion detection approach using protocol analysis-based hash pattern;基于协议分析的散列模式入侵检测方法
3.The primary intent of the docement is to discuss the the message authentication code based on hash(HMAC) :Fristly,detailedly expatiate the process of its working.本文着重讨论了基于散列函数的消息认证码(HMAC):首先详细介绍了HMAC算法的工作流程;其次描述了HMAC算法在IPSec协议和SSL协议中的应用,最后总结了HMAC算法在安全协议中的作用。
5)train of nets,train网列
6)hash search散列查找
1.This article consists of five parts: search algorithm, flowchart, hash search function, heuristic search, and experimental results.由搜索算法的选用、流程图及简要说明、判重方法和散列查找、启发式搜索与实验结果等5部分组成。
延伸阅读
散列算法散列算法hashing algorithms 50门{IeS日onfo散yJJ算法(hashing algorithms)一种建表和查表的算法。设表中元素取自集合U,采用散列法建表的方法是:构造一个映射h,使u二(0,1,一,n一1)。建立一个大小为n的数组HT,称为散列表。h(a)即为元素a任U存放在散列表中的地址。 散列法常用于U很大而n较小且动态建表的场合。例如在FORTRAN语言中大约有1.62xl。”个可能的标识符,而在一特定程序中使用的标识符仅为几十至几百个,可依此确定散列表的大小。显然,h可能会将U中不同元素映射到同一地址,从而产生冲突。解决冲突的方法通常有两种:①链表:HT的数组元素是指向链表的指针,具有相同映射值的元素置于同一地址的链表中;②使用一映射序列,若地址h(a)已有元素存在其中,则顺次计算其他映射,直至可存放为止。若整个散列表已存满,再存放元素时就要产生溢出,此时可使用再散列技术把表扩大。 散列函数即映射h。对它的主要要求是U中元素能比较均匀地分布在数组中。选择适当的正整数M(例如素数),h(a)一amodM就是一种简单而有效的散列函数。 删除表中元素是建表的逆过程。若要在非链地址处理冲突的散列表中删除一个记录,则需在该记录的位置上填人一个特殊的符号,以免找不到在它之后填人的与它相同映射的元素。采用散列技术可以缩短查表时间。
