CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 哈希函数

搜索资源列表

  1. @Cmy_Hash_Table_Template

    0下载:
  2. 一个基于(临界表)哈希类模版,里面包含了测试函数,及注释。-Based on the (critical table) hash-type template, which contains a test function, and the Notes.
  3. 所属分类:Other systems

    • 发布日期:2017-06-24
    • 文件大小:1004915
    • 提供者:过限于
  1. haxibiao

    0下载:
  2. 根据哈希函数的构造方法中的直接定址法原理写的一个验证哈希表算法的查找程序。-According to the constructor hash function of written law principle directly addressed a validation hash table lookup algorithm procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:4982
    • 提供者:乐乐
  1. MD5

    0下载:
  2. MD5用的是哈希函数,在计算机网络中应用较多的不可逆加密算法有RSA公司发明的MD5算法和由美国国家技术标准研究所建议的安全散列算法SHA。-MD5 hash function is used in the application of computer networks more irreversible encryption algorithm invented by RSA, MD5 algorithm and by the National Institute of Standards
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:7494
    • 提供者:Laura
  1. haxi

    0下载:
  2. 哈希表的设计与实现。设计哈希表实现电话号码查询系统。基本要求:(1)设每个记录有一列数据项:电话号码、用户名、地址(2)从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表;(3)采用再哈希法解决冲突(4)查找并显示给定电话号码的记录;(5)查找并显示给定用户名的记录(5)在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Design and Implementation of the hash table. The design of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:972216
    • 提供者:小海
  1. haxihanshu

    0下载:
  2. 完美哈希函数,一次简单的作业实现。可以借鉴一下。-Perfect hash function, a simple operation. Can learn from it.
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:1086
    • 提供者:lianweiqin
  1. dormManagement

    0下载:
  2. 学生宿舍管理系统,基于C语言实现的小程序,哈希函数用于设置密码,具有检索、增删改查功能。-Student hostel management system, based on the C language program, the hash function is used to set the password retrieval, CRUD functionality.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:1382661
    • 提供者:vivianwang
  1. hash

    0下载:
  2. 哈希表查找长度,哈希函数的设置,显示哈希函数-Find the length of the hash table
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1830
    • 提供者:吴钦彬
  1. chazhao

    0下载:
  2. 1.基本训练 (1)先建立有序表,采用折半查找实现对某一已知的关键字的查找。 (2)输入一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 2.综合训练 哈希表设计: 【问题描述】 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法(H
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:8044
    • 提供者:肖芬
  1. test

    0下载:
  2. 哈希表查找算法,可以供大家参阅,主要含有几个函数-Hash table lookup
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:2013
    • 提供者:谷哥哥
  1. TagProcess

    0下载:
  2. Trie树对同义词清理,完成数据处理,并且使用哈希函数分解成小文件-trie tree to clear the word,and use hash function to cut the file
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:4337051
    • 提供者:梁忠平
  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-24
    • 文件大小:2048
    • 提供者:
  1. XU_ASSIGNMENT

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

    • 发布日期:2017-04-13
    • 文件大小:3417
    • 提供者:Yang XU
  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. 散列函数

    0下载:
  2. 数据库中的散列法是使用计算值来分配表格数据的方法,它比在整个索引中搜索要好的多。一个哈希散列答应你在数据库表格中存储数据,以便这些行的要害计算的相同值存储在相同的位置。 只有那种数据量超大的数据库才会用到(Hashing in a database is a method of allocating tabular data using computed values, which is much better than searching in the entire index. A has
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:jantc
  1. md5

    0下载:
  2. 哈希散列函数md5的实现,在matlab平台下实现(Hash hash function MD5 implementation, on the MATLAB platform to achieve)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:17408
    • 提供者:sidelau
  1. 查找算法

    0下载:
  2. 分析对比顺序查找和折半查找法的特点,并分析算法时间复杂度;以及哈希表的构造与查找,利用开放 地址法函数处理机制;(Two point lookup method and hash function processing mechanism)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:126976
    • 提供者:SUSHAN666
  1. 哈希表查找的设计

    0下载:
  2. 设哈希表表长为20,用除留余数法构造一个哈希函数,以开放地址法中的线性探测再散列法作为解决冲突的方法,编程实现哈希表查找、插入和建立算法。(The set hash table length is 20. The algorithm of hash lookup, insert and build the hash table is programmed by using the exclusion residue method to construct a hash function and
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:61440
    • 提供者:kukuao
  1. Hasche

    1下载:
  2. 设定哈希函数 H(key) = key MOD 11 ( 表长=11 ),输入一组关键字序列,根据线性探测再散列解决冲突的方法建立哈希表的存储结构,显示哈希表,任意输入关键字,判断是否在哈希表中。(Set the hash function H (key) = key MOD 11 (table length =11), input a set of keyword sequences, set up the hash table storage structure based on the m
  3. 所属分类:其他

    • 发布日期:2020-06-06
    • 文件大小:10506240
    • 提供者:了zr
  1. DataHash_20190519

    6下载:
  2. 用matlab实现区块链,其中包括挖矿、哈希函数、创建区块,连接成链等过程(Matlab block chain, including mining, hash function, block creation, link into the chain process)
  3. 所属分类:其他

    • 发布日期:2020-02-22
    • 文件大小:14336
    • 提供者:rainoo
搜珍网 www.dssz.com