搜索资源列表
haxibiao
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。可以利用递归方法分别一一测试每一种摆法,直到得出正确的答案。 要求: 1、在处理每个题目时,要求从分析题目的需求入手,按设计抽象数据类型、构思算法、通过设计实现抽象数据类型、编制上机程序和上机调试等若干步骤完成题目,最终写出完整的分析报告。前期准备工作完备与否直接影
haxibiao
- C语言实现哈希表,方便,原代码,欢迎下载,绝对真的-C language hash table, convenience, the original code, welcome to download, absolutely true
haxibiao
- 根据哈希函数的构造方法中的直接定址法原理写的一个验证哈希表算法的查找程序。-According to the constructor hash function of written law principle directly addressed a validation hash table lookup algorithm procedures.
haxibiao
- 高效的数据存储和查找:哈希表的创建,删除,查找和使用-Efficient data storage and search: the creation of the hash table, delete, find and use
haxibiao
- 数据结构试验 哈希表的建立以及测试 测试通过-The establishment of the hash table data structure test test test by
haxibiao
- 数据结构实验,完成哈希表的设计,实现电话号码的查询-data structure
Haxibiao
- 主要描述哈希表的一些基本操作。内容很详细,适合初学者。-Hash table describes some of the basic operations. Content is very detailed and suitable for beginners.
haxibiao
- 哈希表的算法描述,可以显示,查找、插入其他记录和删除某个记录。-Algorithm described in the hash table, you can display, search, insert, and delete a record other records.
haxibiao
- 选取哈希函数 H(k)=(3k) MOD 11。用开放定址法处理冲突,di = i((7k) MOD 10+1) (i=1,2,3,…)。试在 0~10 的散列地址空间中对关键字序列(22, 41, 53, 46, 30, 13, 01, 67)造哈希表,并求等概情况下查找成功时的平均查找长度。-Hash function
haxibiao
- 哈希表的两种构建方式,可进行数据存储,查询,删除,添加,遍历等操作-Two hash table built, for data storage, query, delete, add, traverse and other operations
haxibiao
- 哈希表可以统计大的数据,例如全班同学的人名排列,如果遇到冲突,则采用线性探测法和随机散列再探测法-A hash table can count large data, such as names arranged in the class, and if you encounter a conflict, the linear detection method and random re-hash detection method