文件名称:hashsearch
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-01-07
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 燕*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用C实现的一个Hash查找算法,包括hash表的创建、删除、节点的查找等基本操作,可用于unsigned char数组做为输入去生成unsigned long long的key值。这个也可以根据自己的需要修改,如用于char数组作为输入去生成unsinged long的key值等。-The basic operation of the C implementation of a Hash search algorithm, including the creation of the hash table, Delete, Find node, unsigned char array can be used as input to generate the key value of the unsigned long long. This can also be modified according to their needs, such as for the char array as input to generate the key value unsinged long.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hashsearch\description.txt
..........\hash_search.c
..........\hash_search.h
hashsearch