CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - hash function

搜索资源列表

  1. HashTableDemo

    0下载:
  2. 哈希函数的使用,System.Collections.Hashtable 的例子-hash function, examples System.Collections.Hashtable
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:杨微
  1. SHA-1_C

    0下载:
  2. sha-1 哈希函数的c++算法的实现,这是我以前参与的论文,请参考。-sha-1 hash function of the c++ algorithm, which is involved in my previous paper, please refer to.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:159404
    • 提供者:孙翰墨
  1. Hash

    0下载:
  2. 假设哈希函数是完美的,即可以把输入数据均匀的分散在哈希表上。 哈希表大小为H,插入数据数量为K,求哈希表的冲突率,要推导过程。 具体一下:假设有20W待插入数据,Hash表大小为60W,求hash表的冲突率。-Suppose the hash function is perfect, that is, input data can be uniformly dispersed in the hash table. Hash table size H, insert the data qu
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:158242
    • 提供者:
  1. HMAC

    0下载:
  2. 任何的mac算法都可以使用标准的hash功能,比如MD5或者sha-1,这种情况下,强度取决于hash功能,和最后的结果的比特串。密匙是关键。-HMAC is a message authentication code (MAC) and can be used to verify the integrity and authentication of a message. It involves hashing a message with a secret key. As with any
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:722
    • 提供者:Vincent
  1. Test

    0下载:
  2. 用对称加密算法和MD5散列函数实现加解密-With a symmetric encryption algorithm and MD5 hash function to achieve encryption and decryption
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:10954
    • 提供者:zhengtianjiao
  1. CsUser

    0下载:
  2. c#调用SQL存储过程进行用户注册及登录功能的封装类。代码中包含了c#封装代码和对应的存储过程代码。使用哈希函数对密码进行加密。-c# calling SQL stored procedures to encapsulate class user registration and login functions. C# code contains the package code and the corresponding stored procedure code. Using a hash
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1423
    • 提供者:Jason
  1. random1

    0下载:
  2. 本文档是解释了防伪码的生成,其中主要利用了随机数函数和哈希函数-Security code generated by the random number function and the hash function
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:41465
    • 提供者:肖馥楦
  1. hash-table

    0下载:
  2. 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。 给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash (Hash table, also called a hash ta
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:480462
    • 提供者:ANDY
搜珍网 www.dssz.com