Hash 函数资源链接汇总
2012-07-14 12:01 Haippy 阅读(1782) 评论(0) 编辑 收藏 举报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/
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 通过 API 将Deepseek响应流式内容输出到前端
· AI Agent开发,如何调用三方的API Function,是通过提示词来发起调用的吗