搜索资源列表
哈希表的一个应用
- 哈希表的一个应用 ,非常实用的-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表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作-characters frequency statistics, the use of Hash Tables List that as a storage array structure, hash table is a simple application, but also some file manipulation
mycompiler
- 编译器,词法分析和语法分析,里面利用到了哈希表来加快搜索字符表速度.-compiler, lexical analysis and parsing, to use inside the hash table to expedite the search speed character tables.
统计单词个数
- 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
hash
- hash tablesread program in simple pascal and check the variable by hash table
hash
- 用哈希表显示姓名及信息,实现姓名的查找,显示及哈希表的显示-A hash table shows the name and information to achieve the name search, display and display hash table
The-design-of-Hash
- 1、设每个记录有下列数据项:电话号码、用户名、地址 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, each record has the following data items: telephone number, user name, addres
hash
- 易语言QEHash V3.0源码例程程序结合易语言特殊功能支持库,实现哈希Hash表操作。 -Easy language QEHash V3.0 source routine procedures combined with easy language special features to support the library, the realization of the hash table Hash operation.
Hash
- 数据结构->哈希表的实现,处理冲突的几种方法的实现-Data structure-> hash table implementation, dealing with the implementation of several methods of conflict
EDA_Lista3_Hash
- Hash Table in Scala, very similar with Java.
hash
- 数据结构实验代码,交互化实现哈希表的动态存储结构(Data structure experiment code, interactive realization of hash table dynamic storage structure)
9、Hash表应用
- 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。(A hash table (Hash table, also called hash table) is a data structure that accesses directly according to the key code value (Key val
Hashing
- hash table in C languaje
Hashing con cadena
- hash table with string using C
Hash表应用
- 一个简单的关于哈希表的应用程序,适合初学者参考。(A simple hash table application for beginners.)
课程设计
- 用哈希表(散列表))实现电话号码的查询功能(Hash table to implement telephone number query)
project6
- 利用线性探查法建立Hash表并进行查找操作(Establishment of Hash Table by Linear Exploration and Search Operation)