文件名称:hash-table

  • 所属分类:
  • C#编程
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2015-12-10
  • 文件大小:
  • 469kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • A***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。

给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash (Hash table, also called a hash table), based on key values ​ ​ (Key value) and direct access to the data structure. In other words, it is to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash function to store the recorded array called a hash table. Given Table M, the presence of the function f (key), for any given key value key, if obtained after substituting function records containing that keyword address in the table, called a hash table M (Hash) table, the function f (key) for the hash (Hash) function.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





哈希表

......\Debug

......\.....\hash.obj

......\.....\main.obj

......\.....\vc60.idb

......\.....\vc60.pdb

......\.....\哈希表.exe

......\.....\哈希表.ilk

......\.....\哈希表.pdb

......\hash.cpp

......\Header File.h

......\main.cpp

......\test1.txt

......\test2.txt

......\test3.txt

......\test4.txt

......\test5.txt

......\~$哈希实验报告.doc

......\关于文件的使用说明.txt

......\哈希实验报告.doc

......\哈希表.dsp

......\哈希表.dsw

......\哈希表.ncb

......\哈希表.opt

......\哈希表.plg

......\新建文件夹

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org