登录
首页 » 数据结构 » 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是某集体的“人名”,输入的是人名的拼音,而且字符长度不超过19。 2) 输出形式:...

一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是某集体的“人名”,输入的是人名的拼音,而且字符长度不超过19。 2) 输出形式:...

于 2022-03-24 发布 文件大小:255.55 kB
0 224
下载积分: 2 下载次数: 1

代码说明:

一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是某集体的“人名”,输入的是人名的拼音,而且字符长度不超过19。 2) 输出形式: 输出相应的“人名”哈希表,并实现查找的功能,且平均查找长度不超R. 3) 程序所能达到的功能: 利用哈希函数对“人名”拼音做编码,建立哈希表。并实现查找的功能,且平均查找长度不超R。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输入是不是有效的。进行条件判断,实现错误处理。 如果输入是正确的话,就会按程序的5个功能一步步建立起哈希表、查看哈希表、哈希表的查找。否则用函数MessageBox提示错误。然后进行更正。 二 . 概要设计: 1) 哈希表的特点 a) 据哈希函数和处理冲突的方法将一组关键字映像到一个有限的区间上 b) 以关键字在地址集中的“像”作为记录在表中的存储位置 c) 不经过任何比较,一次存取便能得到所查记录

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 等值线追踪与绘制(源代码)(1.0).rar
    等值线追踪与绘制(源代码)(1.0).rar-contour mapping and tracking (source code) (1.0). Rar
    2022-07-18 10:55:48下载
    积分:1
  • Huffman trees and Huffman coding, tested available, Come download ah!
    哈夫曼树及哈夫曼编码,经过测试可用的,快来下载啊!-Huffman trees and Huffman coding, tested available, Come download ah!
    2022-04-24 00:48:47下载
    积分:1
  • InterBase60
    InterBase60--borland经典的数据库管理系统的源码,想学习底层数据库原理的绝对值得看看呀!--不经典不上传,强烈推荐!-InterBase60-- borland classic database management system source code, the underlying database want to learn the tenets definitely worth a look at!-- Not classic not upload, strongly recommended!
    2022-02-12 17:24:32下载
    积分:1
  • 校园导游图算法
    校园导游图算法--数据结构中有关图的算法按v求最短路径按s求信息;按q退出;地图在map图像文件里-campus tour map algorithm-- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
    2023-05-25 01:50:03下载
    积分:1
  • phpMySQLAutoBackup能自动备份mysql库,并将导出的库()压缩成gzip格式然后用email通知你。phpMySQLAuto...
    phpMySQLAutoBackup能自动备份mysql数据库,并将导出的数据库(数据与结构)压缩成gzip格式然后用email通知你。phpMySQLAutoBackup能够按设置每天/周定时备份,选择不同的表格来备份,当备份表格时,可以设置备份开始和结束的行数,以便让你能够有选择的备份一个巨大表格(数百万条数据)任一部分。 -phpMySQLAutoBackup can automatically backup mysql database, and export the database (data and structure) and then compressed into gzip format to inform you by email. phpMySQLAutoBackup able to set up a day/week timer backup, choose a different form to back up, when the back-up form, you can set the beginning and end of back-up the number of rows, so that you can choose to backup a large table (millions of data) any part of.
    2022-02-07 21:54:44下载
    积分:1
  • 咖啡厅和餐厅
    此应用程序是设计用来管理客户端服务器应用程序-基于数据库的咖啡馆。设计建成使用 PHP 的服务器和客户端移动机器人的应用程序。
    2022-12-21 17:10:04下载
    积分:1
  • c语言编写上机运行已经通过,实现多道程序的转换调度(作业调度和进程调度合在一起)...
    c语言编写上机运行已经通过,实现多道程序的转换调度(作业调度和进程调度结合在一起)-c languages running on the machine has passed, multiple procedures to achieve the conversion Scheduling (Job Scheduling and Dispatching process combines)
    2022-03-20 21:32:53下载
    积分:1
  • n, n after realizing the problem solving, and can export most Solution
    n后问题,实现n后问题的求解,并且可以输出最有解-n, n after realizing the problem solving, and can export most Solution
    2022-01-22 13:28:52下载
    积分:1
  • create a binary tree using preorder before the establishment of a tree. transmis...
    创建一棵二叉树,采用前序遍历的方法建立一棵树,传递的参数为一个指向结点的指针的指针,目的是为了解决传值的问题,输入@符号的时候,表示一棵子树结束线索化二叉树,寻找当前结点的后继结点,寻找当前结点的前驱结点,中序遍历 -create a binary tree using preorder before the establishment of a tree. transmission parameters of a point to the node pointer, the purpose is to solve the problem of traditional values, the importation of the @ symbol, said the end of a tree-binary tree of clues to find the current node"s successor nodes, for the current node precursor nodes, China preorder
    2023-02-13 17:50:04下载
    积分:1
  • 递归算法求统计二叉树T中叶子点的目,常用算法...
    递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法-recursive algorithm for statistical binary tree T leaf node of the number of commonly used data structures Algorithm
    2022-02-10 14:36:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载