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

搜索资源列表

  1. hash.rar

    0下载:
  2. MFC 哈希表的实现 适合初学者的学习和借鉴,MFC
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1935341
    • 提供者:陆益
  1. hash

    1下载:
  2. 哈希表存储电话号码,电话号码查询系统。 简单 简单 简单 简单 简单-Hash table stored telephone numbers, telephone number inquiry system. Simple simple simple simple simple simple simple simple simple
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-10
    • 文件大小:269167
    • 提供者:ningrui
  1. HASH

    0下载:
  2. 【问题描述】 针对某个集体(比如你所在的班级)中的同学联系电话设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:16193
    • 提供者:hhjlele
  1. hash

    2下载:
  2. 为班级30个人的姓名设计一个哈希表,假设姓名用汉语拼音表示。要求用除留余数法构造哈希函数,用线性探测再散列法处理冲突,平均查找长度上限为2.-The names of 30 people for the class to design a hash table, assuming that the name in pinyin. Required to remain with the addition of more than a few method to construct hash fun
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:13881
    • 提供者:sammie
  1. hash

    0下载:
  2. 哈希表实现- The Hasche table realizes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:4306
    • 提供者:站长
  1. Hash

    0下载:
  2. 哈希表的实现-Hash table to achieve
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2037
    • 提供者:李唐
  1. Hash

    1下载:
  2. 哈希表的设计与实现: 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate pr
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-10
    • 文件大小:7721
    • 提供者:hello
  1. hash

    1下载:
  2. 采用C语言实现MD5哈希摘要算法,对文件进行哈希得到哈希摘要-Using C language digest algorithm MD5 hash of the document have been hash hash Abstract
  3. 所属分类:Crypt_Decrypt algrithms

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

    1下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:46887
    • 提供者:baby无齿
  1. hash

    0下载:
  2. 查找: 建立一个哈希查找表,哈希函数采用: H(key)= key P(其中P=13),若发生冲突后,用链地址法解决冲突。-Search: the creation of a hash lookup table, the use of hash function: H (key) = key P (of which P = 13), if the occurrence of post-conflict, and conflict resolution chain address law.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:70753
    • 提供者:奈奈
  1. hash

    1下载:
  2. 对人名建立哈希表,并且进行查询,包括输入人名,查找是否成功等信息。-this is the example of hash table.it prove the hash saves room.
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:1419022
    • 提供者:哈哈哈
  1. blizzard_hash

    0下载:
  2. 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1016
    • 提供者:Harry
  1. Hash

    0下载:
  2. 基于均值哈希和离散余弦哈希技术,可用于图像检索(Image retrieval based on hash)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:5178368
    • 提供者:qingwu11
  1. 实验十一之哈希表的建立

    0下载:
  2. 该文档详细介绍了我们该如何建立一个哈希表,并对哈希表进行一系列操作(This document details how we can build a hash table and perform a series of operations on the hash table)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:564224
    • 提供者:华澍
  1. 感知哈希算法

    0下载:
  2. 感知图片哈希值算法源码,用来辨别两张图片是否一致,结果在10一下即是相同的图片,10以上就是完全不同的图片(Perceptual hash algorithm source code)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:748544
    • 提供者:物是人非@
  1. 实验五1 哈希

    0下载:
  2. 哈希查找,数据结构的简单小程序,供大家参考所用(Hash lookup, a simple small program for data structures for reference. Thank you for reading)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:20480
    • 提供者:AvrilSatoshi
  1. 哈希树

    0下载:
  2. 针对你所在的班级中的“人名”设计一个哈希表,完成相应的建表和查表程序。(A hash table is designed for the "name" of the class in which you are located, and the corresponding table and check - up procedures are completed.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:whisdom
  1. 哈希函数的应用辨析

    0下载:
  2. 分析和对比了哈希函数在信息安全、数据结构和数据挖掘等领域的应用,找出了它在不同领域里所呈现的特点和要求:信息安全领域里的单向性、随机性和无碰撞性,数据结构里尽可能减少碰撞、但不能避免碰撞,而数据挖掘里用于任务分配时则要求均匀碰撞。这为相关课程的学习提供了一些有益的参考,便于澄清一些模糊、混淆的认识。(Analysis and comparison of the application of hash function in information security, data structure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:molu111
  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. 哈希表_17281183_刘梦婷

    5下载:
  2. 采用除留余数法构造哈希表,要求装载因子不超过0.7,线性探测再散列解决冲突,输出哈希表;任意输入关键字,判断是否在哈希表中,若存在显示查找成功并显示查找次数;若不存在,插入到哈希表中,再显示哈希表中的关键字序列。(The hash table is constructed by using the method of removing and reserving remainder. The loading factor is required to be no more than 0.7. T
  3. 所属分类:数据结构

    • 发布日期:2020-05-31
    • 文件大小:2189312
    • 提供者:lmt19990807
« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com