搜索资源列表
hash_functions_src
- 散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.-Hash function source code, hash table is usually the value of keywords and corresponding data structure, hash function used for the keywords mapped to the c
GeneralHashFunctions_-_C
- This general hash alogorithm implementation. This code has expamle for hash implementaio for 16bit to 64bit processor implementations
hash
- 一个数据结构作业 包含完整实验报告和源代码-Operation of a data structure that contains a complete test report and source code
blizzard_hash
- 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-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
hash-c
- 各种语言的Hash算法都很多,这是用纯C语言定情的Hash算法,不包含任何其他相关的库。 * create_hashtable * hashtable_insert * hashtable_search * hashtable_remove * hashtable_count * hashtable_destroy -Source code for a hash table data structure in C * create_hashtab
hash
- Hash table,也叫哈希表,是根据关键码值(Key value)而直接进行访问的数据结构。-Hash table, also called the hash table is based on the key code value (Key value) and direct access to the data structure.
Hash
- C实现哈希表二次探测再散列源代码,可以直接使用-Quadratic probing hash table implemented in C source code re-hash, you can directly use
hash-file-analysis-
- 利用boost/regex对日志文件分析的代码实现-code realization about log file analysis
hash.tar
- 数据结构之 hash表编程源代码 培训课程源代码-The hash table data structure training program source code source code
Hash
- 一位在红帽工作的Geek编写的数据结构代码-哈希-Code of Data Structure Writen by a Geek working in Red Hat-Hash
C-language-five-code
- 上课时候老师布置的几个数据结构的作业,主要是:队列,散列查找,Josep出列,二叉树,排序-When the class teacher assigned several data structure of assignments, mainly, queue, hash find, Josep row, binary tree, sort, and so on
hash
- hash 算法例子,用代码说明hash,易于理解-Hash algorithm with hash examples, code, easy to understand
hash
- 这是一个有关于hash排序的算法,里面的是代码,很详细。-this is the code which about hash array.
Hash
- 数据结构 Hash表,带菜单,注释 源代码-data structure Hash with menu source code
hash
- 哈希表查找基本代码 用线性探测再散列解决冲突-Hash table to find the basic code with linear probing hash and then resolve the conflict
hash.tar
- 一个简单的 hash 算法的源代码,很实用,可以用在很多地方。-A simple hash algorithm source code, very practical and can be used in many places.
Hash
- 本例是用C语言编写的HashMap相关操作的源码,其中包含了原理介绍及其他操作,4个工程,非常值得下载学习。VS2008直接可以打开运行。-This case is HashMap operation using the C language source code, which contains a principle introduced and other operations, and four of the project, well worth the download learni
hash
- 数据结构实验中的hash源码。。c实现的。可以-Experimental data structure of the hash code. . c achieve. You can take a look
Hash table
- Represents a collection of key/value pairs that are organized based on the hash code of the key. Implemented by "Separate chaining" where each bucket is independent, and has list of entries with the same index.
Hash-table
- 本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。-The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.