bloomfilter http://blog.csdn.net/v_july_v/article/details/6685894 count min sketch http://www.cnblogs.com/fxjwind/p/3289221.html 这个方法比较简单, 原理就是, 使用二维的 ...
分类:
其他好文 时间:
2018-01-04 14:26:35
阅读次数:
228
一月January 缩写Jan; 二月February 缩写Feb; 三月March 缩写Mar; 四月April 缩写Apr; 五月May 缩写May; 六月June 缩写Jun; 七月July 缩写Jul; 八月August 缩写Aug; 九月September 缩写Sept; 十月Octobe ...
分类:
其他好文 时间:
2017-12-30 15:57:49
阅读次数:
172
Python 2.6 - October 1, 2008 Python 2.6.1 - October 1, 2008 Python 2.6.6 - October 1, 2008 Python 3.0 - December 3, 2008 Python 2.7 - July 3, 2010 #目前 ...
分类:
编程语言 时间:
2017-12-20 22:05:34
阅读次数:
227
最近看了July的一些关于Java处理海量数据的问题研究,深有感触,链接:http://blog.csdn.net/v_july_v/article/details/6685962 感谢July ^_^ 他用的是Java的Hash Map等方法做了处理,讲解的非常深刻入骨 我也一时兴起,想拿Pyth ...
分类:
编程语言 时间:
2017-11-06 11:19:57
阅读次数:
290
转自: http://blog.csdn.net/v_july_v/article/details/6530142 从B 树、B+ 树、B* 树谈到R 树 作者:July、weedge、Frankie。编程艺术室出品。 说明:本文从B树开始谈起,然后论述B+树、B*树,最后谈到R 树。其中B树、B+ ...
分类:
其他好文 时间:
2017-10-31 18:56:03
阅读次数:
187
KMP是一个困扰我很久的算法,听老师或者是学姐讲了差不多有4次了,但是还是搞不太懂,今天终于,终于,终于搞懂了! ——2017-10-29 Vanora 首先推荐一下KMP详解——July 读罢之后内心只有一个感觉:我的KMP终于可以毕业了qwq 学东西千万不要求快!细细地,慢慢地去读这篇文章,相信 ...
分类:
其他好文 时间:
2017-10-29 17:41:02
阅读次数:
201
转自:http://blog.csdn.net/v_july_v/article/details/7624837 前言 动笔写这个支持向量机(support vector machine)是费了不少劲和困难的,原因很简单,一者这个东西本身就并不好懂,要深入学习和研究下去需花费不少时间和精力,二者这个 ...
分类:
其他好文 时间:
2017-10-29 11:14:38
阅读次数:
178
假设:有n个数需要排序。 n个数的全排列方式是A(n,n) = n! 基于比较,i<j. 在最优的情况下,可以在n!个可能中筛去一半。 也就是说剩下(n!/2)种可能. 这样的比较方式进行k次。最后筛出一种(符合要求的)排序: n!/(2k) < 1 公式推导: 2k > n! //我理解就是k表示 ...
分类:
编程语言 时间:
2017-10-16 15:01:31
阅读次数:
226
Elegance is the only beauty that never fades. 优雅是唯一不会褪色的美。 Even the most beautiful apperace would become bones and dusts. Even the most successful com ...
分类:
其他好文 时间:
2017-10-13 22:26:04
阅读次数:
190
Eternity is not a distance, but a decision. 永恒不是一段距离,而是一种决定。 What can be called as eternity? Wealth definitely is not. Maybe thoughts and ideas can be ...
分类:
其他好文 时间:
2017-10-13 00:45:19
阅读次数:
238