Welcome![Sign In][Sign Up]
Location:
Search - hash

Search list

[Data structshash

Description: /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage -/** The internal form of a hash table.** The table is an array indexed by the hash of the key collisions* are resolved by hanging a linked list of hash entries off each* element of the array. Although this is a really simple design it* isn t too bad given that pools have a low allocation overhead.*/split from apache for general usage
Platform: | Size: 7168 | Author: llr | Hits:

[Crack Hackhash

Description: 散列的应用 能够清楚的展示简单的散列 理解散列的意义-Application of hash to clearly demonstrate understanding of simple hash hash significance
Platform: | Size: 131072 | Author: 王维 | Hits:

[Data structsHASH

Description: 扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现频度。用线性探测法解决Hash冲突。设Hash函数为: Hash(key)=[(key的第一个字母序号)*100+(key的最后一个字母序号)] MOD 41-Scan a C source program, using Hash Table to store the keywords appear in the procedure, and statistical procedures in the frequency of the keyword appears. Linear detection method to resolve the conflict Hash. Based Hash function: Hash (key) = [(key the first letter of the serial number)* 100+ (Key serial number of the last letter)] MOD 41
Platform: | Size: 9216 | Author: zhang | Hits:

[Data structshash

Description: 实现哈希表的创建、查找、插入,可以用开放地址法解决冲突问题-Realize the creation of hash table to find, insert, you can open the address the issue of settlement of the conflict law
Platform: | Size: 2048 | Author: 周志 | Hits:

[Data structshash

Description: 哈希表是一种高效的数据结构。本文分五个部分:首先提出了哈希表的优点,其次介绍了它的基础操作,接着从简单的例子中作了效率对比,指出其适用范围以及特点,然后通过例子说明了如何在题目中运用哈希表以及需要注意的问题,最后总结全文。-Hash table is an efficient data structure. This article is divided into five parts: first put forward the merits of the hash table, followed by introduction of the basis of its operation, and then from the simple example of the efficiency of contrast were made, pointing out that its scope and characteristics, and then through the examples to illustrate how the title the use of hash table and the need to pay attention to the issue of the full text of the final summing up.
Platform: | Size: 32768 | Author: dongpei | Hits:

[Data structshash

Description: hash表算法,自己写的一段代码。希望对大家有用-hash table algorithm, written in his own piece of code. Hope useful for everyone
Platform: | Size: 4096 | Author: yuhongchang | Hits:

[Data structshash

Description: 数据结构课程设计,哈希表。设计文档都已经写好了,可以直接拿来用。-Curriculum design data structure, hash table. Design documents have been written, can be directly used to use.
Platform: | Size: 386048 | Author: 嘎嘎 | Hits:

[OtherHASH

Description: 实现HASH表查找 实现HASH表查找
Platform: | Size: 2412544 | Author: zz | Hits:

[Crack Hackhash

Description: 简单的hash计算的类。实现了hash计算,对处理字符串,进行加密和检索很有帮助。-err
Platform: | Size: 6144 | Author: 韩杰思 | Hits:

[VC/MFChash

Description: 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-Hash table is also called the hash table, it is through the hash function to determine the location of data elements stored a special table structure. Procedures to achieve the specified text file in a word search, and a hash value
Platform: | Size: 4096 | Author: like | Hits:

[OtherHash

Description: 哈希程序,在VC++里一定可以通过,首次上传啊-Hash procedures VC++ Years would definitely be passed, the first time From ah
Platform: | Size: 2048 | Author: lsk | Hits:

[assembly languageHash+1

Description: 哈希表设计..针对某个集体中的30个人名设计一个哈希表,使得平均查找长度为2.-Hash Table Design .. for a collective of 30 individuals were to design a hash table, making the average search length of 2.
Platform: | Size: 2048 | Author: 彭涵 | Hits:

[Data structshash

Description: 这个程序用于实现哈希表,在初始化时赋予哈希表20个数值,然后点击查看当前哈希表,完成后点击重建哈希表-This process used to implement hash table, given in the initialization hash table 20 values, and then Click to view the current hash table, click on the reconstruction after the completion of hash table
Platform: | Size: 2560000 | Author: Jackey Chen | Hits:

[Documentshash

Description: 这是一篇基于Hash函数敏感性的医学图像精确认证.本文提出了一种基于提升格式的整数小波变换和Hash函数敏感性相结合的易碎水印方法-This is a Hash Function Based on the sensitivity of the medical image accurate authentication. In this paper, a lifting scheme based on integer wavelet transform and Hash function that combines the sensitivity of fragile watermarking method
Platform: | Size: 616448 | Author: hj | Hits:

[assembly languageHash

Description: 哈希表的实现-Hash table to achieve
Platform: | Size: 2048 | Author: 李唐 | Hits:

[Crack Hackhash

Description: 实现了hash散列函数的功能并有验证结果-Achieved a hash function hash function as well as to verify the results of
Platform: | Size: 80896 | Author: leslie | Hits:

[Data structsBFS+hash

Description: ACM入门题,BFS + hash 的使用与结合-ACM entry title, BFS+ Hash use and combination of
Platform: | Size: 1024 | Author: liziyu | Hits:

[OtherHash

Description: 哈希表的设计与实现: 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate procedures to build tables and look-up table.
Platform: | Size: 186368 | Author: hello | Hits:

[Embeded-SCM Develophash

Description: 几种c语言的hash算法,希望能提供帮助-Several hash algorithm c language, hoping to provide help
Platform: | Size: 18432 | Author: xzs | Hits:

[Data structsHash-algorithm

Description: 哈希算法的描述,次代码在课程设计中取得了95分的高分。-it s the description of Hash algorithm,which used to get high scores of 95 in mine curriculum project.
Platform: | Size: 225280 | Author: 白一子 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net