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

搜索资源列表

  1. Hashtable

    0下载:
  2. 構造一個散列表,選擇適當的散列函數和解決碰撞的方法,實現插入、刪除和查找算法-to construct a hash table, hash function and select the appropriate method to resolve collisions achieve insert, delete, and search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:徐俊龙
  1. str_to_key

    0下载:
  2. LM Hash值生成过程中的str_to_key函数。-LM Hash value generated in the process of str_to_key function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1106
    • 提供者:dsafasd
  1. Hash

    0下载:
  2. 利用Hash技术统计C源程序中关键字的频度:扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41。关键字39个。-Hash statistics using C source code in the frequency of keywords: Scanning a C source program, using Hash
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:10568
    • 提供者:william_chwenyu
  1. dictionary

    0下载:
  2. 模拟电子字典查询功能,运用哈希表知识进行功能实现。-Analog electronic dictionary query function, the use of hash table functions knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2102
    • 提供者:sunfuquan
  1. Astar

    0下载:
  2. A*算法实现的八数码问题,使用STL的优先队列及康拓展开的hash函数实现-A* algorithm implementation of the 8 digital issues, using priority queue in STL, and Courier function as hash function to implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2049
    • 提供者:oily
  1. hashmap

    0下载:
  2. 哈希表的实现 hashmap.h - declaration of class HashMap hashmap.cpp - definition of class HashMap hash-driver.cpp demonstrates use of class HashMap and its member functions.-A Hash Table Implementation The following header file and implementation fil
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:667941
    • 提供者:刘亚
  1. hash

    0下载:
  2. 在C++上实现的散列函数 使用字符作为散列值-In the C++ to achieve a hash function
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3037
    • 提供者:oy
  1. hashing

    0下载:
  2. 本程序为散列功能测试小程序。存放元素为浮点型数据,可以为小数。数据不能为负数(输入负号会提示重输)。-This procedure for the hash function test applet. Floating-point type data storage element can be a decimal. Data can not be negative (input minus sign will be prompted to re-lose).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:49004
    • 提供者:moon walker
  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. c

    0下载:
  2. 用hash函数实现 的一个简单公司员工信息查询。-Hash function is implemented with a simple employee information query.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1553
    • 提供者:li
  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. ExpClac

    0下载:
  2. 这是一个表达式求解的程序,用于表达式求解-This is a hash function for a hash table to manage student information...
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:786
    • 提供者:chenhui
  1. check

    0下载:
  2. 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:11959
    • 提供者:BidyBai
  1. chazhao

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

    • 发布日期:2017-11-24
    • 文件大小:8044
    • 提供者:肖芬
  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. 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. 安全Hash算法SHA-1的实现

    0下载:
  2. Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we hope to have a comprehensive und
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:斩月
« 12 »
搜珍网 www.dssz.com