搜索资源列表
哈希表的一个应用
- 哈希表的一个应用 ,非常实用的-Hash Table 1 of the application Hash Table 1 applications, a very practical
哈希表de 设计
- 哈希表的设计,内容详细。非常实用不看后悔哦-Hash Table design, detailed. Oh, very practical Bukanhouhui
使用哈希表来识别元素
- 使用哈希表来识别元素使 用哈希表来识别元素使用哈希表来识别元素-used to identify the elements used to identify Hash Table elements used to identify the elements used to identify Hash Table elements
哈希表
- 哈希表讲义 -Hash Table lectures Hash Table lectures
程序设计:哈希表的一个应用
- 程序设计:哈希表的一个应用-Program Design : Hash Table 1 Application
哈希表
- 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不 超过R,完成相应的建表和查表程序-Design to
哈希表的一个应用
- 数据结构——哈希表的一个应用算法实现源程序代码,多多指教。-data structure -- Hash Table 1 algorithm application source code, the exhibitions.
哈希查找
- 清华版数据结构实验要求的的哈希算法原程序-version Qinghua Experimental data structure requirements of the original Hash Algorithm procedures
哈希表设计
- 哈希表设计是数据结构中重要的一个项目,该程序详尽说明了哈希表的建立等过程。-hash wishes it is an important project in the structure of the data that the form is designed, this procedure proves exhaustivly hash wishes such course as the setting-up of the form ,etc..
哈希表
- 哈希表实现,C语言
哈希表的应用
- 用C++实现哈希表的应用
哈希表
- 建立一个哈希表,实现哈希表的建立,插入,查找等功能。c++实现
实验十一之哈希表的建立
- 该文档详细介绍了我们该如何建立一个哈希表,并对哈希表进行一系列操作(This document details how we can build a hash table and perform a series of operations on the hash table)
感知哈希算法
- 感知图片哈希值算法源码,用来辨别两张图片是否一致,结果在10一下即是相同的图片,10以上就是完全不同的图片(Perceptual hash algorithm source code)
识别-感知哈希算法
- 文字识别-感知哈希算法-易语言实现源代码(Text recognition - Perceptual Hashing Algorithm - easy language implementation source code)
实验五1 哈希
- 哈希查找,数据结构的简单小程序,供大家参考所用(Hash lookup, a simple small program for data structures for reference. Thank you for reading)
哈希树
- 针对你所在的班级中的“人名”设计一个哈希表,完成相应的建表和查表程序。(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.)
哈希函数的应用辨析
- 分析和对比了哈希函数在信息安全、数据结构和数据挖掘等领域的应用,找出了它在不同领域里所呈现的特点和要求:信息安全领域里的单向性、随机性和无碰撞性,数据结构里尽可能减少碰撞、但不能避免碰撞,而数据挖掘里用于任务分配时则要求均匀碰撞。这为相关课程的学习提供了一些有益的参考,便于澄清一些模糊、混淆的认识。(Analysis and comparison of the application of hash function in information security, data structure
哈希表查找的设计
- 设哈希表表长为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
哈希表_17281183_刘梦婷
- 采用除留余数法构造哈希表,要求装载因子不超过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