900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > 散列算法 hash algorithm英语短句 例句大全

散列算法 hash algorithm英语短句 例句大全

时间:2023-09-18 14:43:04

相关推荐

散列算法 hash algorithm英语短句 例句大全

散列算法,hash algorithm

1)hash algorithm散列算法

1.Securehash algorithms are important tools for cryptographic application such as digital signatures.SHA-1算法是目前常用的安全散列算法,被广泛地应用于电子商务等信息安全领域。

2.This paper presented a solution to the file encryption which use symmetric encryption methods such as DES,IDEA,AES andhash algorithms such as MD5,SHA-1,SHA-256.结合对称密码算法中的DES、IDEA、AES和单向散列算法中的MD5、SHA-1、SHA-256等算法,提出了一种在同一文件内部采用多模式加密的方案,该方案比传统的单一模式加密的方案能更好地保证数据的完整性和安全性。

3.The main idea is Hash algorithm.提出了一种快速的数据包分流算法,采用了散列算法的基本思想,并引入了流的局部性原理加速散列查找的过程,分析表明,该算法具有良好的时间复杂度和空间复杂度,可以实现快速的分流。

英文短句/例句

1.Select a hash algorithm from the following list.从以下列表中选择一种散列算法。

2.The selected hash algorithm "%1" failed the signature test. Return to the Advanced options and select a different hash algorithm.所选的散列算法 "%1" 没有通过签名测试。返回“高级”选项,选择一个不同的散列算法。

3."The selected hash algorithm is not supported by Certificate Services. Select another algorithm."证书服务不支持所选的散列算法。请另选一个。

4.A hash algorithm is a mathematical formula used to create the file signature散列算法是用来创建文件签名的数学公式

5.Property indicating which hash algorithm to use when authenticating the message.表示验证消息时要使用的散列算法的属性。

6.Hash algorithms are techniques that computes a condensed representation of a message or data file.散列算法是一种技术,用来计算信息或数据文件的压缩表示方法。

7.Application of Self-defines Dynamic Hushing Algorithm in the E-commerce Website;自定义动态散列算法在电子商务网站中的应用研究

8.The retrieval or storage of a record by the transformation ( through a hashing algorithm ) of a user-specified value into a location within the file.一种检索或存储记录的方法,通过散列算法将用户指定的值转换成文件中的一个地址。

9.Do you want to generate a new public and private key pair? The cryptographic service provider, key length, and hash algorithm settings will be preserved.要生成一个新的公钥和私钥对吗?加密服务提供程序、密钥长度和散列算法的设置都会被保留。

10.Bluetooth Scatter Net Construction Algorithm Based on Capabilities of Device基于设备性能的蓝牙散列网构建算法

11.SPATIAL HASHING BASED COLLISION DETECTION ALGORITHM FOR VIRTUAL PLANTS基于空间散列法的虚拟植物碰撞检测算法

12.Multihop Scatternet Formation Algorithm for Bluetooth Based on Dynamic Environment;基于动态环境蓝牙多跳散列网形成算法研究

13.A New Bluetooth Scatternet Construction Algorithm Based on Capabilities of Actual Devices;基于实际设备性能的蓝牙散列网构建算法

14.The Construction and Routing Algorithm for Bluetooth Scatternet Based on Access Point;基于接入点的蓝牙散列网形成及路由算法

15.High Efficiency Pruning Algorithm For Association Rule Mining Based On Hash Technique基于散列技术的高效剪枝关联规则挖掘算法

16.Efficient Hash Algorithm for Uyhur Words in EBMTEBMT中高效的维吾尔语单词散列表构造算法

17.Application for Weighted Strategy of Queue-Traversal Algorithm in Diffusion of Worm队列遍历算法的加权策略在蠕虫扩散中的应用

18.A Self-Adapted Algorithm for Mining Association Rules Based on Hash Pruning基于散列技术的自适应关联规则挖掘算法

相关短句/例句

HMAC_MD5MD5散列算法

3)SHA安全散列算法

1.Secure Hash Algorithm(SHA) demonstrated high reliability.安全散列算法SHA(Secure Hash Algorithm)信息传输可靠性较高。

2.Duo to the many of the bits and times of theSHA,it need a lot of resources with hardware.安全散列算法的运算位数与运算的轮数较多,用硬件实现需耗费大量的资源。

4)Secure Hash Algorithm-1(SHA-1)散列加密算法

5)secure hash algorithm安全散列算法

1.A new hardware architecture was developed to speed up and reduce the power of the widely usedsecure hash algorithm SHA-1.安全散列算法被广泛应用于数据完整性验证、数字签名等领域,目前最常用的是SHA-1算法。

6)One-way hash algorithms单向散列算法

延伸阅读

散列算法散列算法hashing algorithms50门{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就是一种简单而有效的散列函数。删除表中元素是建表的逆过程。若要在非链地址处理冲突的散列表中删除一个记录,则需在该记录的位置上填人一个特殊的符号,以免找不到在它之后填人的与它相同映射的元素。采用散列技术可以缩短查表时间。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。