文件名称: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.
给定表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
......\新建文件夹