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

搜索资源列表

  1. hash

    1下载:
  2. c语言实现的哈希表。哈希函数使用除留余数法,处理哈希冲突使用连地址法。包含设计文档!在dev c++平台上已验证成功-The C language implementation of the hash table. Hash function used division method, processing method using hash conflict even address. Contains design documents! In dev c++ platform has bee
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:18379
    • 提供者:郭帅
  1. haxibiao

    0下载:
  2. //使用哈希函数:H(k)=3*k MOD length,并采用开放定址法处理冲突。试对输入的关键字序列构造哈希表,哈希表长度为length, //求等概率情况下查找成功的平均查找长度,并设计构造哈希表的完整的算法。 -//Use the hash function: H (k) = 3* k MOD length, and open addressing treatment conflicts. The test input keyword sequence constructed h
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4338
    • 提供者:高斌杰
  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-09
    • 文件大小:972216
    • 提供者:小海
  1. myHash_Final

    0下载:
  2. 本源码是基于FLASH的哈希查找,在演示中,哈希查找提供了两种哈希函数供选择,冲突解决办法采用线性加1的办法。-The source code is based on FLASH hash find, in the demo, hash search provides two hash function to choose, the conflict solution using linear plus one way.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-09
    • 文件大小:2688915
    • 提供者:rojian
  1. hash11

    1下载:
  2. 基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 测试数据 取周围较熟悉的30个人的姓名。-Assuming the basic requirements of people who named the name of the Chinese Pinyin form. Hash table to be filled a total of 30 names, taking the
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:9728
    • 提供者:lting
  1. BKDRHash

    0下载:
  2. 常用字符串哈希函数有BKDRHash,APHash,DJBHash,JSHash,RSHash,SDBMHash,PJWHash,ELFHash等等。-The common string hash function BKDRHash, APHash, DJBHash, JSHash, RSHash, SDBMHash, PJWHash, ELFHash, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:516
    • 提供者:伍恒
  1. hash

    0下载:
  2. 在c语言 或者c++中 实现了哈希散列 哈希函数的实现 -Hash the scattered Lie Haxi function realization
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:5432
    • 提供者:馨悦
  1. haxihanshu

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

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

    2下载:
  2. 通过单片机实现哈希函数SHA-1,C源程序完全可用,已经测试,外部加密芯片采用DS28E01-1-MCU hash function SHA-1, C source code fully available, and has been tested external encryption chip uses DS28E01-100
  3. 所属分类:SCM

    • 发布日期:2015-08-21
    • 文件大小:27648
    • 提供者:张赫轩
  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-05
    • 文件大小:1382661
    • 提供者:vivianwang
  1. hash

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

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

    0下载:
  2. 哈希函数加解密图片代码《喜欢的朋友下载吧,下完就能用的-Encryption and decryption picture code " hash function like friends download is finished will be able to use
  3. 所属分类:CA program

    • 发布日期:2017-11-20
    • 文件大小:469596
    • 提供者:LIYAN
  1. SHA1

    0下载:
  2. SHA 哈希函数实现 信息安全专业学生编写 用于实验-SHA hash functions to achieve information security professional students writing used in the experiment
  3. 所属分类:Network Security

    • 发布日期:2017-11-25
    • 文件大小:2525514
    • 提供者:
  1. klsh_code.tar

    0下载:
  2. 一个kernel lsh(核局部敏感哈希函数)的实现-an implentation of kernel lsh
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:3662
    • 提供者:张周
  1. chazhao

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

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

    0下载:
  2. 哈希函数加密算法的高速实现,结合"循环打开"和"路径优先"两大技术,提出基于FPGA的SHA加密算法高速实现.-High-speed implementation of the hash function encryption algorithm, combining the two technologies " loop open" and " Path First proposed to achieve high-speed FPGA-based SHA encry
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:430386
    • 提供者:Chris
  1. haxihanshu-SHA-1suanfa

    1下载:
  2. 哈希函数SHA-1的c实现,能正常运行。很实用,适合用来学习sha-1,希望对你有帮助。-A hash function is SHA-1 (c) achieve normal operation. Very practical, ideal for learning the sha-1, you want to help.
  3. 所属分类:CA program

    • 发布日期:2015-03-27
    • 文件大小:175104
    • 提供者:杨俊明
  1. pad

    0下载:
  2. 对哈希函数的处理和填充的过程,即hash padding and proce-hash pad and process
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:1182
    • 提供者:田椒陵
  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-16
    • 文件大小:4337051
    • 提供者:梁忠平
  1. Eight

    0下载:
  2. poj1077:用c++通过启发式搜索算法解决八数码问题,查找最快的数据结构是哈希,搜索最快的是启发式搜索,但都有条件,前者要求冲突律低的哈希函数,后者要求找到启发函数-solve the poj1077with c++
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:1872
    • 提供者:李韩
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com