搜索资源列表
hash
- 利用hash函数将关键字的key值算出,先检验hash表中key位置是否有关键字。如果没有,则将关键字赋给其关键字域。如果有,则先检验其关键字域的关键字是否与捕捉到的关键字相同。如果相同,只需将关键字的出现次数加1就行了。如果不相同,就依次往后面检验,直到出现相同的关键字,只需将hash表中的冲突域加上循环的次数,出现域加1即可。如果遍寻hash表后都没有找到与之相同的,则要插入一个新的节点-The use of hash function the key key value calculate
hash
- 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
hash
- 学生姓名构建哈希表、使用哈希法查找并显示。-Name of student to build the hash table, using the hash method to find and display.
hash
- hash tables read program in simple pascal and check the variable by hash table
hash-codes-examples
- this file contain Hash table examples: hash table for bank and hash table for city and hash table example
hash
- 一个简单的哈希表在C++中的实现,该哈希表主要是使用二维数组的形式实现-A simple hash table implementation, the hash table is implemented using two-dimensional array in the C++
Hash-table-
- ** public domain code by Jerry Coffin, with improvements by HenkJan Wolthuis. ** Tested with Visual C 1.0 and Borland C 3.1. ** Compiles without warnings, and seems like it should be pretty ** portable. */ /* ** These are used in fr
hash
- 哈希表查找基本代码 用线性探测再散列解决冲突-Hash table to find the basic code with linear probing hash and then resolve the conflict
Hash
- 很不错关于哈希表的编程,有助于你在数据结构的理解,希望可以帮助你-Very good programming on the hash table to help you in your understanding of data structures, I hope you can help
Hash
- 散列表实现电话号码查找系统。 (1) 设每个记录有下列数据项:用户名、电话号码、地址; (2) 从键盘输入各记录,以用户名(汉语拼音形式)为关键字建立散列表; (3) 采用一定的方法解决冲突; (4) 查找并显示给定电话号码的记录; -The hash table phone number lookup system. (1) Let each record the following data: user name, phone number, address in
an194-1(how-to-make-hash-table)
- How To Program the has table filter in the cs8900a and cs8920a. Refer that-How To Program the has table filter in the cs8900a and cs8920a. Refer that!!
hash
- hash表的实际应用举例说明!该程序从hash表定义到使用的过程!-the practical application of the hash table is an example! The program is defined from the hash table to use the process!
hash
- Hash 散列表的算法实现,有详细的代码解释-Hash hash table algorithm, a detailed interpretation of the code
hash
- 一个比较基础的hash表建立程序,有助于大家对hash表的原理掌握。对不熟悉hash的朋友相当有用。-A basis for comparison of the hash table to establish a program to help people grasp the principle of the hash table. Friends are not familiar with the hash quite useful.
Hash
- 基于Hash表的程序同源性分析,可以利用本程序进行两个程序源码比较相似度-Homology analysis Hash Table-based program, you can use the program two program source code similarity
hash
- 哈希表的构建,信息的插入,信息的查询,信息的删除,信息的查询-A hash table build, the insertion of information, the information query, information deleted, information query
hash
- 统计英文文章中关键词出现的次数,输出并记录关键词,利用哈希表-Statistics English articles in the number of key words, the output and record keywords using a hash table
hash
- 开放定址法用于哈希表查找,hash函数为取余法,处理冲突方法用线性探测法;实现建表,查找,插入,删除等功能; 一般空记录的关键字标识NULLKEY。删除时在待删记录所在单元做一个标记,记做DELKEY -Open addressing method for hash table lookup
hash
- 哈希表查找长度,哈希函数的设置,显示哈希函数-Find the length of the hash table
hash
- 数据结构 哈希表 二次再散列解决冲突,C-Data structure hash table secondary hash resolve conflicts, C++