登录
首页 » 数据结构 » 哈希表姓名查找

哈希表姓名查找

于 2022-04-06 发布 文件大小:1.59 kB
0 197
下载积分: 2 下载次数: 1

代码说明:

资源描述利用哈希表进行姓名查找,实现了快速查找姓名功能、哈希表展示功能,并且会统计出平均查找长度,数据结构哈希表的应用以及课程设计可参考。

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

发表评论

0 个回复

  • Written in binary tree using the VC program, simple and clear, easy to use
    使用VC编写的二叉树程序,简单明了,方便使用-Written in binary tree using the VC program, simple and clear, easy to use
    2022-10-18 04:40:04下载
    积分:1
  • 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
    由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
    2022-03-19 13:35:27下载
    积分:1
  • 一个实现基因表达式编程来解决函发现问题的小程序
    一个实现基因表达式编程来解决函数发现问题的小程序-a realization of gene expression programming to solve the problems identified in the function of small procedures
    2022-03-29 23:33:05下载
    积分:1
  • 词典(英文)
    数据结构词典(英文)-data structure Dictionary (English)
    2022-08-15 23:25:45下载
    积分:1
  • DDM 文章
    在本文中我们侧重于各种技术、 方法和不同领域的研究,是乐于助人并被标记为数据挖掘技术的重要领域。因为我们知道,很多跨国公司和大型组织被管理在不同国家的不同的地方。操作的每个地方可能会生成大量的数据。企业的决策制定者需要访问所有这些来源和采取的战略决策。数据仓库用于通过改善显著的商业价值 管理决策的有效性问题。在不确定和高度竞争的业务然而在容易识别的环境中,这些战略信息系统的价值 今天的营商环境、 效率或速度不是竞争力的唯一关键。这种类型的巨大大量数据的可用在领域已发生巨大变化的形式的 tera 对善待动物组织字节科学与工程。分析、 管理和决策的这种类型的大量数据我们需要技术称为数据挖掘,将在很多领域转变。本文赋予更多数据挖掘和也 o 的申请个案数目重点挖掘这将有助于数据的范围进一步的研究
    2022-02-12 04:44:04下载
    积分:1
  • If you have ever wanted to store data temporarily in your Delphi Win32/.Net, C++...
    If you have ever wanted to store data temporarily in your Delphi Win32/.Net, C++ Builder or Kylix application, and you at the same time wanted full access to the data as if they were stored in a database table, you have the right solution here. kbmMemTable is a full TDataset compatible in memory table loaded with functionality.
    2022-05-21 20:22:47下载
    积分:1
  • 学校田径运动会管理系统是典型的信息管理系统,本系统为田径运动会运动会组织者提供方便、快捷的方法,系统的对运动会进行合理的安排与管理,实现无纸化工作,节省大量人力...
    学校田径运动会管理系统是典型的信息管理系统,本系统为田径运动会运动会组织者提供方便、快捷的方法,系统的对运动会进行合理的安排与管理,实现无纸化工作,节省大量人力和物力。本论文首先使用了Visual Basic作为开发工具和Access作为后台数据库,然后再介绍了开发背景,最后通过截图和表格来说明该系统的开发与操作。设计充分利用VISUAL BASIC以及ACCESS数据库易于使用和快速开发的特性,提高了编程效率和可靠性。同时对系统的开发原理、系统的功能特点和设计方案进行了介绍。在对运动会管理体系进行充分分析和系统论证的基础上开发。它不但能完成运动会管理中的基本操作,而且具有程序设计合理、操作简单、运行可靠、保密性强等特点。-The sports meeting administrative system of track and field is a typical information management system. It makes games management simple and convenient for organizer to arrange and manage the games with reason. It makes no-paper work possible, and save a lot of manpower and material resources. This paper use "Visual Basic" as the development tool and "Access 2003" as the background data base first, then introduce the background of development, and the developing and operating of the system through photographs and charts. Design the characteristic fully utilizing VISUAL BASIC and ACCESS database to be apt to use and develop fast to improve programming efficiency and dependabil
    2022-11-06 21:35:03下载
    积分:1
  • 多种方法解决全排列的问题 在vb环境下编写
    多种方法解决全排列的问题 在vb环境下编写-various methods to solve all problems with the environment in preparation vb
    2022-03-16 12:16:11下载
    积分:1
  • 常用的C++算法,包括队列、堆栈、链表...等.以模板类型式实现...
    常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
    2022-02-06 04:20:33下载
    积分:1
  • 西门子与计算机通讯程序包括源代码 程序说明 可以进行时时采集记录,并可以显示实时 曲线,报表功能还未增添,以后有机会会添上,有问题请email我。...
    西门子与计算机通讯程序包括源代码 程序说明 可以进行时时数据采集记录,并可以显示实时数据 曲线,数据报表功能还未增添,以后有机会会添上,有问题请email我。 通讯控件及控件使用手册 使用西门子prodave 控件 程序中使用了tchar控件 这是第二版-Siemens and computer communication procedures, including source code description of the procedures for data acquisition times can be recorded and can display real-time data curve, data reporting capabilities have not yet added to the future, will have the opportunity to add, have questions, please email me. Communication control and control the use of manual control procedures for the use of Siemens prodave used TCHAR control This is the second edition
    2022-03-04 09:19:27下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载