-
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是某集体的“人名”,输入的是人名的拼音,而且字符长度不超过19。
2) 输出形式:...
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是某集体的“人名”,输入的是人名的拼音,而且字符长度不超过19。
2) 输出形式:
输出相应的“人名”哈希表,并实现查找的功能,且平均查找长度不超R.
3) 程序所能达到的功能:
利用哈希函数对“人名”拼音做编码,建立哈希表。并实现查找的功能,且平均查找长度不超R。
4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果)
测试输入是不是有效的。进行条件判断,实现错误处理。
如果输入是正确的话,就会按程序的5个功能一步步建立起哈希表、查看哈希表、哈希表的查找。否则用函数MessageBox提示错误。然后进行更正。
二 . 概要设计:
1) 哈希表的特点
a) 据哈希函数和处理冲突的方法将一组关键字映像到一个有限的区间上
b) 以关键字在地址集中的“像”作为记录在表中的存储位置
c) 不经过任何比较,一次存取便能得到所查记录
- 2022-03-24 15:33:14下载
- 积分:1
-
多种排序算法(冒泡排序,插入排序,堆排序等等)效率分析...
多种排序算法(冒泡排序,插入排序,堆排序等等)效率分析-Efficiency analysis of a variety of sorting algorithms
- 2022-11-17 21:20:03下载
- 积分:1
-
经过调试后运行正确的直接插入排序和希尔排烃
经过调试后运行正确的直接插入排序和希尔排烃-after running directly into the correct sequencing and Hill expulsion
- 2023-03-17 04:20:04下载
- 积分:1
-
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题...
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question
is in the construction of data has the model the representative
question
- 2022-06-29 23:56:23下载
- 积分:1
-
基本的冒泡算法,可供数据结构的初学者参考,希望能有所帮助。...
基本的冒泡算法,可供数据结构的初学者参考,希望能有所帮助。-sort
- 2022-01-28 03:11:24下载
- 积分:1
-
材料仓库管理系统,这是本人课程做的课程设计,有源代码,可以运行的哦...
材料仓库管理系统,这是本人课程做的课程设计,有源代码,可以运行的哦-materials warehouse management system, this is my courses do curriculum design, the active code can run the oh
- 2023-08-03 13:05:03下载
- 积分:1
-
马踏棋盘问题,数据结构中的知识点,欢迎大家下载
马踏棋盘问题,数据结构中的知识点,欢迎大家下载-this is about the datastructure,you can see it
- 2022-04-11 00:41:26下载
- 积分:1
-
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前...
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前、中、后、层次遍历和相关的操作。另外,可以树形显示这棵树的信息。-Some properties are mainly binary operation. Including reproduction, empty, to strike a tree height, the number of elements in the tree get root node, the father node, all the ancestors, the left son, right son, insert the left son, right son, to find an element, and the former , during and after, hierarchical traversal and related operations. In addition, you can display tree tree information.
- 2022-11-05 05:15:02下载
- 积分:1
-
trainreset:有许多列车需要开车出站的作用。
TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.-TrainReset : there are many trains need to drive out of the sta tion. In terms of their numbers from small to deviation ge.There are only three railways used to place t he trains, and also need the same order.
- 2022-07-14 05:15:14下载
- 积分:1
-
数据结构、算法 矩阵运算程序
数据结构、算法 矩阵运算程序-data structure, algorithm matrix calculation procedures
- 2023-08-12 06:55:02下载
- 积分:1