摘要: 散列表是散列函数的一个主要应用,使用散列表能够快速的按照关键字查找数据记录。本 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #define idle_len 10 5 6 /********************************************************************* 7 * 文件名称: // idlecolumn.cpp 8 * 文件标识: // 9 * 内容摘要: // 散列(开发地址法-线性探测法)10 * 其它说明: 阅读全文
posted @ 2011-12-11 01:12 pipicfan 阅读(958) 评论(0) 推荐(0) 编辑