About 179,000 results
Open links in new tab
  1. 到底什么是哈希值,哈希值到底是怎么生成的,有什么用? - 知乎

    由于他的调皮,导致客户挑妹纸的时间大幅延长,从10秒到了800秒。 在代码中,一般都有一些比较复杂的算法去运算而得出这个hash值,一旦破解了这个算法,就又可以调皮啦。 在JAVA …

  2. terminology - What exactly (and precisely) is "hash?" - Computer ...

    Apr 5, 2016 · Wikipedia has detailed articles on hash tables and cryptographic hash functions. What are you looking for that isn't in those?

  3. 什么是哈希算法? - 知乎

    来分享下鹅厂 WXG 后开开发工程师 foxxiao对于 Hash的一些认识。 本文对完美 Hash 的概念进行了梳理,通过 Hash 构建步骤来了解它是如何解决 Hash 冲突的,并比较了 Hash 表和完美 …

  4. 如何通俗易懂地解释Hash算法的作用? - 知乎

    Jan 14, 2021 · (2) 数字签名 Hash 算法也是现代password体系中的一个重要组成部分。 因为非对称算法的运算速度较慢,所以在数字签名协议中,单向散列函数扮演了一个重要的角色。 对 …

  5. 双语:如数家珍 - GLib哈希表24个API函数 | Glib g_hash_table_*

    Jan 26, 2022 · This is a convenience function for using a GHashTable as a set. It is equivalent to calling g_hash_table_replace () with key as both the key and the value. In particular, this …

  6. 磁力链接的开头“magnet:?xt=urn:btih:”是什么含义? - 知乎

    BTIH(BitTorrent Info Hash)表示哈希方法名,这里还可以使用 SHA1 和 MD5。 这个值是文件的标识符,是不可缺少的。 一般来讲,一个磁力链接只需要上面两个参数即可找到唯一对应的 …

  7. Stable Diffusion里的model hash是什么? - 知乎

    不确定您具体指的是哪个“Stable Diffusion”模型,如果是指OpenAI发布的“Stable Diffusion”模型的话,那么以下这些可以参考: 1、Model hash:每个Stable Diffusion模型都有其唯一的哈希 …

  8. 字符串生成的hash码的碰撞率是多少? - 知乎

    Apr 3, 2019 · 字符串生成的hash码的碰撞率是多少? 最近遇到一个问题: 人员的 识别码idCode 最长50个字符(字母和数字),用什么hash函数转成哈希值(唯一ID)且 基本不可能重复?

  9. hash算法的数学原理是什么,如何保证尽可能少的碰撞? - 知乎

    hash相当与把值映射到另外一个空间。 第一个答案这一句话很对,说到了要点。 再详细一点,hash函数相当于,把原空间的一个数据集映射到另外一个空间。 所以说理论上的完美无碰 …

  10. How are hash table's values stored physically in memory?

    For example, hash values of 0, 5, and 10 are uniformly distributed, but when inserted into a hash table of potential size 5, they all collide in bucket 0. It would be better to say the should be …