说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 散列网形成
1)  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协议等多种协议的分析,介绍一种新的方法来解决蓝牙标准中设备查找和散列网形成的问题。
2)  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;
基于实际设备性能的蓝牙散列网构建算法
3)  formation sequence
形成序列
1.
Using the data of outcrops, cores, thin sections and image logs, we analyzed the fracture origin types, distribution characteristics and formation sequences.
利用地表露头、岩心、薄片和成像测井等资料,对该区裂缝的成因类型、分布特征及其形成序列进行了分析。
4)  forming wire sample
成形网网样
5)  forming fabrics
成形网
1.
Latest development of forming fabrics on weave patterns and material used are introduced and the characteristics of integrated warp binder and Hispeed fabrics and the .
为满足宽幅、高速纸机对成形网设计的高要求,织物工作者在革新编织模式开发新产品的同时,近几年已开始将研究方向转到材料科学上,着力研制能提供更高纤维支撑指数和耐磨性能的新材料。
2.
The knitting methods of paper forming fabrics are introduced in this paper,the relationship between the knitting methods and the dewatering and the forming performances of the fabrics,and the development trend of the forming fabrics are discussed.
介绍了造纸成形网的编织方法,并从纺织学的角度剖析了造纸成形网编织方法的优劣与脱水成形性能的关系。
6)  forming fabric
成形网
1.
Influence of forming fabric's performance on paper quality
成形网性能对纸张质量的影响
2.
This article introduces the development history of forming fabric, from the wire to the forming fabric, including single layer, double layer, double layer with support shut and triple layer, especially self supported binding and integrated warp binder.
介绍了造纸成形网的发展历史,并展望了成形网的发展前景。
3.
A development history of the forming fabric was briefly introduced and the evaluation method of the wear degree of the forming fabric in papermaking process was also described in this paper.
介绍了一种测算成形网磨损程度的方法,对成形网的使用和维护进行了探讨。
补充资料:散列算法


散列算法
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就是一种简单而有效的散列函数。 删除表中元素是建表的逆过程。若要在非链地址处理冲突的散列表中删除一个记录,则需在该记录的位置上填人一个特殊的符号,以免找不到在它之后填人的与它相同映射的元素。采用散列技术可以缩短查表时间。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条