词语吧>英语词典>hashing翻译和用法

hashing

英 [ˈhæʃɪŋ]

美 [ˈhæʃɪŋ]

v.  反复推敲; 仔细考虑; 把……弄糟(乱); 斩碎; 斩(肉); 剁(肉); 细切(肉)
hash的现在分词

现在分词:hashing 

计算机

双语例句

  • The system is not able to verify this signature because it does not support the hashing or signing algorithm.
    系统无法验证此签名,因为它不支持哈希算法或签名算法。
  • The former is the hashing routine, while the latter is used for lookup.
    前者是一个散列例程,而后者用于执行查找。
  • Topological reconstruction and errors repair of an STL model using hashing is addressed in this paper.
    本文为关于STL的错误修复与其他处理提供了一种高效的方法。
  • A traditional big data environment includes an analytical program, a data store, a scalable file system, a workflow manager, a distributed sorting and hashing solution, and a data flow programming framework.
    传统的大数据环境包括一个分析程序、一个数据存储、一个可扩展文件系统、一个工作流管理器、一个分布式排序和散列解决方案以及一个数据流编程框架。
  • PHP's built-in crypt() function implements one-way encryption or one-way hashing.
    PHP的内置crypt()功能可实现单向加密或单向散列。
  • A text image watermarking algorithm using encryption and hashing function is presented to choose Chinese characters sequence which need to be embedded watermarking.
    提出了一种利用加密算法并结合散列函数选择文本中嵌入水印的汉字序列的算法。
  • You can see how much Shiro simplifies hashing and encoding, saving you a bit of sanity in the process.
    你可以看到Shiro对哈希和编码简化了不少,挽救了你处理在这类问题上所消耗的脑细胞。
  • Select Encryption algorithm and hashing algorithm you want to use in your IPSec tunnels to encrypt the data.
    选择在IPSec隧道中加密数据所用的加密算法和散列算法。
  • This algorithm is for hashing only and does not provide any encryption or decryption.
    此算法仅用于哈希算法,并且不提供任何加密或解密。
  • These methods are linear probing, quadratic probing, and double hashing.
    这三种方法分别是线性探测、二次探测和再哈希法。