搜索资源列表
tong11
- 用桶式散列实现一个存储在磁盘中的数据库。 每个记录长128字节,其中4个字节是关键码, 120个字节是数据,其余4个字节存储必要的信息以支持散列表。 已测试通过,此系统支持记录的插入、删除和检索。-bucket used to achieve a hash stored in the disk database. Each record length of 128 bytes, which is a four-byte key code, 120 bytes of data,
paixuchengxu
- 设有1000个值在1到10000的整数,试设计一个利用散列方法的算法,以最少的数据比较次数和移动次数对它们进行排序。-with 1,000 in value from 1 to 10,000 integer and try to design a method of using hash algorithm, the minimum number of data comparison and the mobile number of their rank.
HashTableinDS
- 一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直
kaisanlei
- 数据结构算法的小作业,开散列的算法,附有注释。-data structure algorithm for small operations, opened hash algorithm with the Notes.
hashfm
- 散列文件的插入、删除和查找操作的c++程序 HFile.idx是索引文件 HFile.dat是记录文件 HashFM.txt是运行结果-hash of the document insertion, delete and search operation c procedures HFile.idx is HFile.dat index files are documented H ashFM.txt is running results
samcopy
- 用来复制带有WindowsXP的用户名列表和hash散列的SAM文件
xueye
- 利用散列函数和哈希表建立一个鞋业管理系统。实现添加货物、浏览货物、查找货物、修改货物、删除货物。并且在屏幕上输出相应结果。 本程序用Visual Basic 6.0编写,共分7个模块frmMain(主窗口模块)、frmNew(新建物品窗口模块)、frmuserlook(浏览数据窗口模块)、frmsearch(查找窗口模块)、frmamend(修改窗口模块)、frmdel(删除窗口模块)和all (数据声名模块)。实现添加货物、浏览货物、查找货物、修改货物、删除货物的功能。
shs2
- SECURE HASH STANDARD (SHS)使用160-bit SHA 散列算法,主要用于数字签名 DSA
proj4
- 这是一个银行账户的管理程序,采用散列的方法实现
insert
- 散列文件的插入、删除和查找操作,对散列文件删除插入和查找进行编程
poj1077
- poj1077源代码,经典宽搜问题,构造散列函数比较复杂
cbb_hashv1.0
- hash功能的实现,hash就是散列,把关键字分配到到不同的地方
sufa
- 假设人名为汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 测试数据:取本班同学姓名。-assumptions were called Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with
pvpgn多目录散列
- 改进的pvpgn,把存档文件分目录保存
hashtable
- 用除留余数法构造哈希表,用线性探测再散列的方法解决冲突-In addition to France to stay with the remainder constructed hash table, hashing with linear probing method of conflict resolution and then
Hashtable
- 構造一個散列表,選擇適當的散列函數和解決碰撞的方法,實現插入、刪除和查找算法-to construct a hash table, hash function and select the appropriate method to resolve collisions achieve insert, delete, and search algorithm
FileHash.rar
- 这是一份生成指定文件夹所有文件的散列值的代码,对于文件保护有用。,This is a designated folder to generate the hash value of all the files of the code, useful for file protection.
sha1
- 在VC平台上用C实现安全散列算法的基本功能,测试成功-SHA function
散列函数
- 数据库中的散列法是使用计算值来分配表格数据的方法,它比在整个索引中搜索要好的多。一个哈希散列答应你在数据库表格中存储数据,以便这些行的要害计算的相同值存储在相同的位置。 只有那种数据量超大的数据库才会用到(Hashing in a database is a method of allocating tabular data using computed values, which is much better than searching in the entire index. A has
散列查找
- 文件包含散列查找的C++代码以及说明文档。散列查找是一种高效的查找算法。代码中使用了类模板,可作为大型项目的查找接口。(The file contains hashed lookups for C ++ code and documentation. Hash search is an efficient search algorithm. Class code is used in the code as a lookup interface for large projects.)