CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 哈希函数

搜索资源列表

  1. MD5

    0下载:
  2. MD5加密解密算法,共有4轮循环。其中用到哈希函数-MD5 encryption and decryption algorithm, a total of four cycles. Which uses a hash function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:320041
    • 提供者:王英
  1. klsh_code

    0下载:
  2. 采用了局部敏感哈希函数,对相似的向量投影得到相识的位置-Using a local sensitive hash function for a similar position vector projection to get acquainted
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:4261
    • 提供者:张亚军
  1. phone-number-query-system

    0下载:
  2. 在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法-In the hash function sure, under the premise of try all kinds of different types of dealing with conflict method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2154
    • 提供者:ymarki
  1. HashOper

    0下载:
  2. mfc编程 哈希表的实现,包括创建插入删除清空等,采用了线性探测和哈希函数解决冲突-mfc programming hash table implementation, including the creation of insertion and deletion emptied, etc., using a linear hash function to detect and resolve conflicts
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:30955
    • 提供者:朱倩怡
  1. Hash-table

    0下载:
  2. 本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。-The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1672
    • 提供者:yangguotao
  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. Hash

    2下载:
  2. 哈希表的操作基本功能如下: (1)生成n个随机数并输出。 (2)确定适当的哈希地址空间大小m,使控制装填因子α在0.75左右。 (3)采用除留余数法作为哈希函数 H(key)=key p,选择适当的p。 (4)用开放定址法中线性探查法处理冲突建立哈希表,并计算平均查找长度。 (5)功能:检索、插入、删除。-The basic function of the operation of the hash table as follows: (a) generating a ra
  3. 所属分类:Other systems

    • 发布日期:2017-06-25
    • 文件大小:2048
    • 提供者:
  1. DRM-encryption-technology

    0下载:
  2. 本文介绍了公钥密码算法,对称密码算法和和哈希函数等密码算法,并阐明了密码算法领域的最新发展。-This article describes the public-key cryptographic algorithms, symmetric ciphers and hash functions, such as passwords and algorithms, and to clarify the latest developments in the field of cryptographi
  3. 所属分类:Development Research

    • 发布日期:2017-04-23
    • 文件大小:286520
    • 提供者:苏凤丽
  1. hash

    0下载:
  2. 用哈希函数写的简易通讯录,都是通过读写文件实现-Hash function used to write simple address book, are achieved through reading and writing files
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:212001
    • 提供者:
  1. LSH代码

    0下载:
  2. 建立哈希函数表,并将查询点映射到这些所建立的表中,回收映射到表中的对应点,由KNN算法糟糕到K个最近邻点
  3. 所属分类:matlab例程

    • 发布日期:2014-05-24
    • 文件大小:18668980
    • 提供者:zzs6868
  1. HASHCODE

    0下载:
  2. 所有哈希函数的构造方法和处理冲突的方法实现-Construction methods and approach to the conflict to achieve all hash functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3834
    • 提供者:吴汀
  1. hash

    2下载:
  2. 哈希函数的matlab代码,此函数不可逆,具有加密功能。-Hash function matlab code, this function is not reversible, with encryption features.
  3. 所属分类:加密解密

    • 发布日期:2017-05-16
    • 文件大小:1372
    • 提供者:夏彬彬
  1. hash

    0下载:
  2. 字符串Hash函数各种方法及各种哈希函数的C语言程序代码-C language code string Hash functions in various ways and various hash function
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2056
    • 提供者:wuleizhihen
  1. XU_ASSIGNMENT

    0下载:
  2. 运用哈希函数实现hash table,c语言-Using a hash function to achieve hash table, c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3417
    • 提供者:Yang XU
  1. HashTable_Array

    0下载:
  2. 用数组实现的哈希表,包括哈希表的构建、哈希函数的设计。-Using an array of the hash table, the hash table is constructed including the design of the hash function.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:893952
    • 提供者:蔡禾苗
  1. haxibiao

    0下载:
  2. 选取哈希函数 H(k)=(3k) MOD 11。用开放定址法处理冲突,di = i((7k) MOD 10+1) (i=1,2,3,…)。试在 0~10 的散列地址空间中对关键字序列(22, 41, 53, 46, 30, 13, 01, 67)造哈希表,并求等概情况下查找成功时的平均查找长度。-Hash function
  3. 所属分类:Console

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:rua
  1. random1

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

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

    0下载:
  2. Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:8335
    • 提供者:we31747chengmou
  1. MD5102

    0下载:
  2. Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:8024
    • 提供者:m4yfyatanx
  1. The-design-of-Hash

    0下载:
  2. 1、设每个记录有下列数据项:电话号码、用户名、地址 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, each record has the following data items: telephone number, user name, addres
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:140920
    • 提供者:张校臣
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com