`
nebuace
  • 浏览: 325 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
java simhash public class simhash { private int hashbits = 128; private void simhash(){ int[] v = new int[hashbits]; for (int i = 0; i < v.length; i++) { } } private int string_hash(String str){ if(str==null||"".equals(str)){ return 0; } ...
Global site tag (gtag.js) - Google Analytics