E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
hashing
Hashing
1.Introduction
Hashing
isatechniqueusedforperforminginsertions,deletions,andfindsinconstantaveragetime.Hashfunction
loveyakamoz
·
2012-11-22 15:00
用于加密的哈希函数
用于加密的哈希函数(Cryptographic
Hashing
Function)具有什么样的特点呢?
jiyanfeng1
·
2012-11-17 04:12
密码学
用于加密的哈希函数
用于加密的哈希函数(Cryptographic
Hashing
Function)具有什么样的特点呢?
jiyanfeng1
·
2012-11-17 04:00
[转]Ketama一致性Hash算法(含Java代码)
From:http://www.iteye.com/topic/684087一致性哈希算法(Consistent
Hashing
Algorithm)是一种分布式算法,常用于负载均衡。
xiaomage234
·
2012-11-15 11:00
大数据处理方式
参考文献:http://blog.csdn.net/jiaomeng/archive/2007/03/08/1523940.aspx d-Left
Hashing
http://blog.csdn.net
suqingyun123
·
2012-11-08 23:07
大数据处理
大数据处理方式
参考文献:http://blog.csdn.net/jiaomeng/archive/2007/03/08/1523940.aspxd-Left
Hashing
http://blog.csdn.net/jiaomeng
suqingyun123
·
2012-11-08 23:07
大数据处理
Difference between
Hashing
and Encrypting
http://stackoverflow.com/questions/326699/difference-between-
hashing
-a-password-and-encrypting-ithttp
ChenQi
·
2012-10-16 14:00
encryption
hashing
passwords
一致性hash算法(consistent
hashing
)
consistent
hashing
算法早在1997年就
QuitePig
·
2012-10-03 14:00
一致性哈希consistent Hash的Java实现
比较合理的方法改用一致性哈希(consistent
hashing
)分布。一致性哈希,简单的说在移除/添加一个cache时,它能够尽可能小的改变已存在key映射关系,尽
my_corner
·
2012-09-28 16:00
分布式
一致性哈希
consistentHash
一致性hash算法
consistent
hashing
算法早在 1997 年就在论文 Consistent
hashing
andrandomtrees 中被提出,目前在 cache 系统中应用越来越广泛;1 基本场景比如你有
defungo
·
2012-09-19 11:00
hash
从文档相似度计算看LSH(Locality Sensitive
Hashing
)
经常使用的哈希函数,冲突总是不招人喜欢。LSH却依赖于冲突,在解决NNS(Nearestneighborsearch)时,我们期望:离得越近的对象,发生冲突的概率越高离得越远的对象,发生冲突的概率越低由于是依靠概率来区分,总会有错判的问题(falsepositives/negatives)。由于LSH排除了不可能的对象集合,减少了需要处理的数据量,在NNS领域有很多成功的应用。我们来看一个寻找相似
欧阳左至
·
2012-09-16 15:00
LSH(Locality Sensitive
Hashing
)理论基础
两点之间的距离可以用两种方式来衡量,一是几何距离,二是非几何距离。很显然距离的定义满足下面的条件:d(x,y)>0.d(x,y)=0iffx=y.d(x,y)=d(y,x).d(x,y)d2,那么哈希家族H中的哈希函数h满足h(x)=h(y)的概率至多是p2.啥子意思喃?就是如果x和y离得越近,Pr[h(p)=h(q)]就越大。如果x和y离得越远,Pr[h(p)=h(q)]就越小。我们把局部敏感哈
欧阳左至
·
2012-09-15 14:00
一致性hash算法 - consistent
hashing
[-]一致性hash算法(consistent
hashing
)基本场景hash算法和单调性consistent
hashing
算法的原理环形hash空间把对象映射到hash空间把cache映射到hash空间把对象映射到
lxmky
·
2012-09-13 09:00
c
算法
cache
object
服务器
存储
Microsoft Enterprise Library 5.0 系列(二) Cryptography Application Block (初级)
企业库加密应用程序模块提供了2种方式让用户保护自己的数据:
Hashing
providers: 离散加密法,简单来说就是把你的信息保存到内存中后用一个离散值表示并返回给程序,这样在程序中只能看到离散值而不是明文
anyqu
·
2012-09-11 13:00
一致性Hash算法
一致性 hash 算法( consistent
hashing
)张亮consistent
hashing
算法早在 1997 年就在论文 Consistent
hashing
andrandomtrees 中被提出
zhxue123
·
2012-09-11 09:00
算法
object
cache
object
服务器
存储
哈希 Open
Hashing
和 Closed
Hashing
阅读更多1.Open
Hashing
,又叫拉链法2.Closed
Hashing
,又叫开地址法(OpenAddressing)理由:1.叫拉链,是因为哈希冲突后,用链表去延展来解决。
have_life
·
2012-09-06 11:00
哈希
拉链法
开地址
哈希 Open
Hashing
和 Closed
Hashing
Open
Hashing
, 又叫拉链法 2. Closed
Hashing
, 又叫开地址法 (Open Addressing) 理由: 1.叫拉链,是因为哈希冲突后,用链表去延展来解决。
have_life
·
2012-09-06 11:00
哈希
拉链法
开地址
哈希 Open
Hashing
和 Closed
Hashing
阅读更多1.Open
Hashing
,又叫拉链法2.Closed
Hashing
,又叫开地址法(OpenAddressing)理由:1.叫拉链,是因为哈希冲突后,用链表去延展来解决。
have_life
·
2012-09-06 11:00
哈希
拉链法
开地址
一致性哈希算法(Consistent
Hashing
)
consistent
hashing
算法早在1997年就在论文 Consistent
hashing
andrandomtrees 中被提出,目前在cache系统中应用越来越广泛;1基本场景比如你有N个cache
webols
·
2012-09-04 09:00
c
算法
cache
object
服务器
存储
一致性哈希算法及其在分布式系统中的应用
摘要本文将会从实际应用场景出发,介绍一致性哈希算法(Consistent
Hashing
)及其在分布式系统中的应用。
liguohui
·
2012-08-30 21:00
Jaccard相似度、minHash、Locality-Sensitive
Hashing
(LSH)
在数据挖掘中经常需要用到比较两个东西的相似度。比如搜索引擎要避免非常相似的文档出现在结果的前几页,再比如很多网站上都有的“查找与你口味相似的用户”、“你可能喜欢什么什么”之类的功能。后者其实是很大的一块叫做“协同过滤”的研究领域,留待以后详谈。首先我们定义两个集合S,T的Jaccard相似度:Sim(S,T)=|S,T的交集|/|S,T的并集|。直观上就容易感觉出这是一个很简单而且比较合理的度量,
meijia_tts
·
2012-08-30 18:00
c
算法
数据挖掘
搜索引擎
function
文档
Python 用hashlib求中文字符串的MD5值
blog.csdn.net/haungrui/article/details/6959340使用过hashlib库的朋友想必都遇到过以下的错误吧:“Unicode-objectsmustbeencodedbefore
hashing
jjwspj
·
2012-08-24 18:00
c
python
djb2、sdbm、lose lose <转>
Selecting a
Hashing
Algorithm, SP&E 20(2):209-224, Feb 1990] will be ava
美丽的小岛
·
2012-08-14 11:00
c
hash
非加密的哈希算法
NameLengthTypePearson
hashing
8bits Fowler–Noll–Vohashfunction(FNVHash)32,64,128,256,512,or1024bitsxor/
romandion
·
2012-08-03 17:00
算法
加密
function
一致性 hash 算法
一致性hash算法(consistent
hashing
)张亮引自http://blog.csdn.net/sparkliang/article/details/5279393consistent
hashing
skywhsq1987
·
2012-08-01 16:00
hash
Memcache - 分布式算法
Cache::Memcached的分布式方法根据余数计算分散根据余数计算分散的缺点Consistent
Hashing
Consistent
Hashing
的简单说明支持ConsistentH
cynhafa
·
2012-08-01 08:00
memcache
算法设计与分析课程Part1笔记(6)
6.哈希表与平衡二叉树6.1全域散列(Universal
Hashing
) 根据假设可知,有边为0,那么求碰撞的概率转化为求左边等式等于0的概率,可以证明左边等式是集合中的一个随机元素。
moodytong
·
2012-07-30 10:00
算法
filter
delete
search
insert
Pointers
一致性哈希算法详解
一致性hash算法(consistent
hashing
) consistent
hashing
算法早在1997年就在论文Consistent
hashing
andrandomtrees中被提出,目前在cache
ssjhust123
·
2012-07-24 19:00
Python3.2 --md5
) m.update(b"Nobodyinspectsthespammishrepetition")#参数必须是byte类型,否则报Unicode-objectsmustbeencodedbefore
hashing
Kuqoi
·
2012-07-24 12:00
MD5
python
一致性 hash 算法( consistent
hashing
)
原文:http://num7.iteye.com/blog/773192 consistent
hashing
算法早在 1997 年就在论文 Consistent
hashing
andrandomtrees
san_yun
·
2012-07-21 12:00
hash
hash partition 平衡分布数据的测试
The
hashing
algorithm is designed to evenly distributesrows across devices so that each partiti
txf2004
·
2012-07-18 23:00
partition
hash partition 平衡分布数据的测试
The
hashing
algorithm is designed to evenly distributesrows across devices so that each partiti
wsql
·
2012-07-18 23:00
partition
hash partition 平衡分布数据的测试
The
hashing
algorithm is designed to evenly distributesrows across devices so that each partiti
wsql
·
2012-07-18 23:00
partition
Web Caching with Consistent
Hashing
WebCachingwithConsistent
Hashing
by DavidKarger, AlexSherman ,AndyBerkheimer,BillBogstad,RizwanDhanidinaKenIwamoto
山哥
·
2012-07-13 16:00
一致性 hash 算法( consistent
hashing
)
本文转自:http://blog.csdn.net/sparkliang/article/details/5279393 consistent
hashing
算法早在 1997 年就在论文 Consistent
figure
·
2012-07-06 16:00
算法
cache
consistent
ZZ I-Match算法 网页去重-算法篇
算法篇网页去重-算法篇前一篇(网页去重-比较文本的相似度-Nearduplicationdetection)提到了5个解决网页去重的算法,这里我想讨论下这些算法1.I-Match2.Shingliing3.Sim
Hashing
iteye_2655
·
2012-06-27 12:21
数据挖掘
数据结构和算法系列 - 一致性hash算法
consistent
hashing
算法早在1997年就在论文Consistent
hashing
andrandomtrees中被提出,目前在cache系统中应用越来越广泛;1基本场景比如你有N个cache
initphp
·
2012-06-25 19:00
算法
cache
object
服务器
存储
Erlang dict
.在接口上和orddict保持一致,在实现上和array动态扩展的思路类似.dict使用的是动态哈希技术实现,理论依据是论文: "TheDesignandImplementationofDynamic
Hashing
for
·
2012-06-24 22:00
erlang
网页去重-算法篇
1.I-Match2.Shingliing3.Sim
Hashing
(localitysensitivehash)4.RandomProjection5.SpotSig6.combinedI-Match算法
oanqoanq
·
2012-06-21 15:00
Algorithm
算法
vector
Random
文档
token
How to Make Java MD5 Match PHP and MySQL MD5
Here is Java implementation of MD5
hashing
that will produce exactly the same result as md5()function
zac110
·
2012-06-19 11:00
mysql
图解数据结构(5)——散列法及哈希表
七、哈希表(HashTable)及散列法(
Hashing
)数组的特点是:寻址容易,插入和删除困难;而链表的特点是:寻址困难,插入和删除容易。
pengjin1985
·
2012-06-15 10:00
Memcached完全剖析》
Cache::Memcached的分布式方法根据余数计算分散根据余数计算分散的缺点Consistent
Hashing
Consistent
Hashing
的简单说明支持Consistent
Hashing
的函数库总结
jiangfeng08
·
2012-06-11 15:50
PHP
Cache及存储
Oracle SQL theory
sqlcontainsSQLstatementscachedin'LibraryCache'in'SystemGlobalArea(SGA)'.Softparse-theSQLstatementisalreadyfoundinthelibrarycacheby
hashing
.Hardparse-theSQLstatementisnotinthelibrarycache
CPP_CHEN
·
2012-05-25 21:00
一致性hash算法( consistent
hashing
)
consistent
hashing
算法早在1997年就在论文Consistent
hashing
andrandomtrees中被提出,目前在cache系统中应用越来越广泛;1基本场景比如你有N个cache
forever_feng
·
2012-05-24 10:00
c
算法
object
cache
服务器
存储
模糊哈希算法的原理与应用
模糊哈希算法的原理与应用Postedon2012年02月06日关于模糊哈希(Fuzzy
Hashing
)算法,目前网上有几篇中文资料介绍,但均不准确。写这篇文章以纠正,并对其原理和应用作详细的介绍。
cwqbuptcwqbupt
·
2012-05-22 17:00
工作
算法
网络协议
Security
存储
distance
一致性哈希~~~~~~~~~~
一致性哈希算法及其在分布式系统中的应用Posted: 十月18th,2011| Author: ericzhang | Filedunder: 分布式 | Tags: Consistent
Hashing
grantxx
·
2012-05-21 10:00
一致性哈希算法及其在分布式系统中的应用
转自 http://www.codinglabs.org/html/consistent-
hashing
.html摘要本文将会从实际应用场景出发,介绍一致性哈希算法(Consistent
Hashing
)
arau_sh
·
2012-05-17 06:00
算法
server
服务器
memcached
caching
protocols
hashing
文章
Hashing
TutorialLinkhttp://research.cs.vt.edu/AVresearch/
hashing
/introduction.php
xwdok
·
2012-05-13 16:00
一致性哈希和分布式哈希表
一致性哈希(consistent
hashing
)和分布式哈希表(DHT:DistributedHashTable)在最近的学习中经常用到,但是两个概念经常纠缠在一起,不容易分清楚。
ludi7125
·
2012-05-13 10:00
算法
网络
存储
NetWork
分布式存储
Scalability
一致性hash算法 - consistent
hashing
一致性hash算法(consistent
hashing
)张亮consistent
hashing
算法早在1997年就在论文Consistent
hashing
andrandomtrees中被提出,目前在cache
qk1987925
·
2012-05-10 12:48
算法
一致性hash
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他