搜索资源列表
iprout-hash
- 一种基于hash表的IP路由表搜索技术,在WINDOWS下VC++实现-a hash table based on the IP routing table search technology, under the VC WINDOWS
hash.tar
- 一個C語言hash表的實現 hash.c hash.h Makefile test2.c test.c
HASH
- 一个hash表的实现以及测试代码,比顺序查找快100多倍
hash
- hash表:用C++实现的HASH表及测试
HASH
- 扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现频度。用线性探测法解决Hash冲突。设Hash函数为: Hash(key)=[(key的第一个字母序号)*100+(key的最后一个字母序号)] MOD 41
p3
- hash表的排序-hash table ranking
list_hash
- hash表和单向链表的实现代码,相当实用.-hash table and the realization of one-way linked list code useful.
iprout-hash
- 一种基于hash表的IP路由表搜索技术,在WINDOWS下VC++实现-a hash table based on the IP routing table search technology, under the VC WINDOWS
11912918hash.c++
- Hash.h 此类简单实现了一个hash表的功能,基本描述了哈西表的功能 -Hash.h simple to achieve such a hash table functions, the basic descr iption of the hash function
memcached-1.2.2.tar
- memcached是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个统一的巨大的hash表,它能够用来存储各种格式的数据,包括图像、视频、文件以及数据库检索的结果等。最初为了加速 LiveJournal 访问速度而开发的,后来被很多大型的网站采用。起初作者编写它可能是为了提高动态网页应用,为了减轻数据库检索的压力,来做的这个缓存系统。它的缓存是一种分布式的,也就是可以允许不同主机上的多个用户同时访问这个缓存系统, 这种方法不仅
HASH
- 一个hash表的实现以及测试代码,比顺序查找快100多倍-A hash table to achieve and test code, than to find the order of 100 times faster
hash
- hash表:用C++实现的HASH表及测试-hash table: The C++ realize the HASH table and test
HASH
- 扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现频度。用线性探测法解决Hash冲突。设Hash函数为: Hash(key)=[(key的第一个字母序号)*100+(key的最后一个字母序号)] MOD 41-Scan a C source program, using Hash Table to store the keywords appear in the procedure, and stat
hash
- hash表算法,自己写的一段代码。希望对大家有用-hash table algorithm, written in his own piece of code. Hope useful for everyone
HASH
- 实现HASH表查找 实现HASH表查找
hash
- hash表的一个小实现,写的不好,只是对自己学习的一个练习。-a small hash table implementation is badly written, but an exercise of their own learning.
9、Hash表应用
- 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。(A hash table (Hash table, also called hash table) is a data structure that accesses directly according
hash
- hash-33算法实现,可嵌入到C工程或C++工程中(Hash-33 algorithm implementation can be embedded in C engineering or C++ project)
hash
- 使用hash表实现快速插入数据,快速查询数据(Using hash table to quickly insert data and quickly query data)
project6
- 利用线性探查法建立Hash表并进行查找操作(Establishment of Hash Table by Linear Exploration and Search Operation)