Hash 链接:

[1]General Purpose Hash Function Algorithms:http://www.partow.net/programming/hashfunctions/

[2]Hash function:http://en.wikipedia.org/wiki/Hash_function

[3]Comparison of cryptographic hash functions:http://en.wikipedia.org/wiki/Comparison_of_cryptographic_hash_functions

[4]Which hashing algorithm is best for uniqueness and speed?:http://programmers.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed/145633#145633

[5]Hash functions: An empirical comparison:http://www.strchr.com/hash_functions

[6]http://burtleburtle.net/bob/hash/doobs.html

[7]https://github.com/ricardodelnero/rshash

[8]http://www.fantasy-coders.de/projects/gh/html/x435.html

[9]http://en.literateprograms.org/Hash_function_comparison_%28C,_sh%29

[10]Hash functions to improve string comparison and DB desgin:http://shamas-saeed.blogspot.com/2012/05/hash-functions-to-improve-string.html

[11]Minimal Perfect Hashing:http://burtleburtle.net/bob/hash/perfect.html

[12]Perfect hash function:https://en.wikipedia.org/wiki/Perfect_hash_function

[13]10个经典的字符串hash函数的C代码实现 :http://blog.csdn.net/mirage520/article/details/6731967

[14]各种字符串Hash函数:http://www.cnblogs.com/-clq/archive/2012/05/31/2528153.html

[15]字符串Hash函数对比 :http://blog.csdn.net/icefireelf/article/details/5796529

[16]http://en.wikipedia.org/wiki/MurmurHash

[17]http://en.wikipedia.org/wiki/CityHash

[18]http://en.wikipedia.org/wiki/Jenkins_hash_function

[19]http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function

[20]List of hash functions:http://en.wikipedia.org/wiki/List_of_hash_functions

各种Hash实现:

[1]Cityhash:http://code.google.com/p/cityhash/&http://code.google.com/p/cityhash-c/

[2]SMHasher & MurmurHash:http://code.google.com/p/smhasher/

Hash 函数资源链接汇总相关推荐

  1. Unix/Linux开源世界资源链接汇总【不断更新】

    最后更新:2012.12.04 说明:好东西在后面,Linux镜像基本涵盖全球主要下载点.[长期更新] 世界很大,我们很小,学海无涯,书山有路! 一.内核 Unix代码大全 http://minnie ...

  2. CloudCompare 资源链接汇总

    CloudCompare 官网:http://www.cloudcompare.org/ PPT下载:google drive,百度网盘,提取码: jgec GitHub 开源代码:CloudComp ...

  3. 开发日记 第一节 生活中学习的一些资源链接(汇总)

    第一节 生活中学习的一些资源链接(汇总) 序 一.学习平台 二.英语学习 三.IT编程学习 四.软件资源 五.其它学习资源 序 推荐使用电脑端打开本页面的一些指向链接,手机端打开会有时间较长的页面转码 ...

  4. 多功能智能跟随行李箱控制系统设计 | 本科毕业设计(配套资源及下载链接 汇总整理)

    资源链接 论文终稿:word+pdf+markdown三种格式 程序 arduino版+设计图 visio版+模块资料等 答辩PPT 文章链接 文章1:本科毕业设计 | 多功能智能跟随行李箱 - [设 ...

  5. C#开源资源大汇总nbsp;C#开源资源大汇…

    一.AOP框架 Encase 是C#编写开发的为.NET平台提供的AOP框架.Encase 独特的提供了把方面(aspects)部署到运行时代码,而其它AOP框架依赖配置文件的方式.这种部署方面(as ...

  6. python资源全汇总—中文版

    原始来源:https://github.com/vinta/awesome-python 真棒Python 管理面板 算法和设计模式 反垃圾邮件 资产管理 音频 验证 构建工具 缓存 ChatOps工 ...

  7. Hash函数及其应用

    本文部分内容摘自网络,参考资料链接会在文后给出,在此感谢原作者的分享. 计算理论中,没有Hash函数的说法,只有单向函数的说法.所谓的单向函数,是一个复杂的定义,大家可以去看计算理论或者密码学方面的数 ...

  8. hash函数查找和ASL计算

    Hash表的"查找成功的ASL"和"查找不成功的ASL" ASL指的是 平均查找时间 关键字序列:(7.8.30.11.18.9.14) 散列函数:  H(Ke ...

  9. Oulipo(Hash入门第一题 Hash函数学习)

    Hash,一般翻译做散列.杂凑,或音译为哈希,就是把任意长度的输入(又叫做预映射, pre-image),通过散列算法,变换成固定长度的输出,该输出就是散列值.这种转换是一种压缩映射,也就是,散列值的 ...

最新文章

  1. Windows 7运行命令大全
  2. xcode6 AsynchronousTesting 异步任务测试
  3. java包名命名规范[【转】
  4. springmvc+spring+mybatis基于soa架构进行框架整合思路分析
  5. Mysql手动增加一列_Blog of Grow_百度空间
  6. 【LeetCode】3月22日打卡-Day7
  7. Java加密与解密的艺术~数字证书~证书管理openssl
  8. Mybatis主线流程源码解析
  9. 我做自媒体每日的工作时间安排
  10. 关于C#传给视图的字符串带有Html转义字符的处理
  11. 为什么C++编程让人觉得那么难学?
  12. python -----class(类)中的object是什么意思?
  13. Linux网络收发包流程
  14. DirextX9之2D编程 通过16位色位图创建背景透明的纹理
  15. 获取当前日期是今年的第几周
  16. 声网连麦+直播+视频+游戏“史上最强”社交直播方案 打造陌陌全新8.0改版
  17. JavaScript中onload和unload用法
  18. 交叉编译Qt5.5.1----本人亲自测试基本可行!!!
  19. php地区代码吗,将国家/地区名称转换为国家/地区代码缩写php
  20. 什么是域名解析,A记录

热门文章

  1. Gym 101334A Area 51 数学
  2. java线程 同步与异步 线程池
  3. iBATIS第一部分基础
  4. 中国一线城市住宅地价同比增幅连续8个季度收窄
  5. 第七章 Shell文本处理三剑客之sed
  6. HTTP与HTTPS区别/HTTPS知识点
  7. Eclipse创建struts.xml
  8. 让win7系统高速运行的优化技巧
  9. 分享:Hadoop的Python框架指南
  10. sed用法之批量添加nagios services.cfg监控项