随笔分类 -  algorithm

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页
摘要:How Load Balancing Policies Work https://docs.cloud.oracle.com/en-us/iaas/Content/Balance/Reference/lbpolicies.htm How Load Balancing Policies Work Af 阅读全文
posted @ 2020-06-30 12:20 papering 阅读(195) 评论(0) 推荐(0)
摘要:QR Code Error Correction - QRStuff.com https://blog.qrstuff.com/2011/12/14/qr-code-error-correction Information capacity and versions of QR Code | QRc 阅读全文
posted @ 2020-06-11 01:02 papering 阅读(594) 评论(0) 推荐(1)
摘要:给定一幅由N × N矩阵表示的图像,其中每个像素的大小为4字节,编写一种方法,将图像旋转90度。 不占用额外内存空间能否做到? 示例 1: 给定 matrix = [ [1,2,3], [4,5,6], [7,8,9]], 原地旋转输入矩阵,使其变为:[ [7,4,1], [8,5,2], [9,6 阅读全文
posted @ 2020-03-05 22:34 papering 阅读(481) 评论(0) 推荐(0)
摘要:小结 1 Python标准的解释器没有针对尾递归做优化,任何递归函数都存在栈溢出的问题。 尾递归 - 51CTO.COM https://book.51cto.com/art/201212/370096.htm 尾递归_百度百科 https://baike.baidu.com/item/尾递归/55 阅读全文
posted @ 2020-03-04 12:45 papering 阅读(708) 评论(0) 推荐(0)
摘要:https://docs.python.org/3.7/whatsnew/3.7.html#pep-552-hash-based-pyc-files 阅读全文
posted @ 2020-01-21 16:51 papering 阅读(215) 评论(0) 推荐(0)
摘要:1 阅读全文
posted @ 2020-01-20 23:30 papering 阅读(555) 评论(0) 推荐(0)
摘要:4752÷48 111111111×111111111 阅读全文
posted @ 2020-01-16 09:57 papering 阅读(279) 评论(0) 推荐(0)
摘要:布隆过滤器 数据同步业务 :google-guava+spring-boot-api+mybatis, 缺失值全匹配查找 阅读全文
posted @ 2020-01-14 21:01 papering 阅读(593) 评论(0) 推荐(0)
摘要:https://github.com/google/cityhash We like to test hash functions with SMHasher, among other things. SMHasher isn't perfect, but it seems to find almo 阅读全文
posted @ 2020-01-14 14:26 papering 阅读(277) 评论(0) 推荐(0)
摘要:https://web.stanford.edu/class/cs166/lectures/13/Small13.pdf 阅读全文
posted @ 2020-01-13 16:36 papering 阅读(260) 评论(0) 推荐(0)
摘要:https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/util/MurmurHash.html https://github.com/spaolacci/murmur3https://github.com/google/guava/b 阅读全文
posted @ 2020-01-09 23:07 papering 阅读(214) 评论(0) 推荐(0)
摘要:写入自身 阅读全文
posted @ 2020-01-07 15:50 papering 阅读(388) 评论(0) 推荐(0)
摘要:http://blog.itpub.net/31561269/viewspace-2639083/ https://juejin.im/post/5cfd060ee51d4556f76e8067 适合的场景 数据库防止穿库 Google Bigtable,Apache HBase和Apache Ca 阅读全文
posted @ 2020-01-03 16:11 papering 阅读(867) 评论(0) 推荐(0)
摘要:https://gameinstitute.qq.com/community/detail/101951 https://www.infoq.cn/article/tencent-ranking-system-practice-and-challenges 阅读全文
posted @ 2019-12-30 18:00 papering 阅读(316) 评论(0) 推荐(0)
摘要:能够满足这样要求的哈希算法有很多,其中比较著名并且应用广泛的一个哈希算法,那就是MurmurHash 算法。尽管这个哈希算法在 2008 年才被发明出来,但现在它已经广泛应用到 Redis、MemCache、Cassandra、HBase、Lucene 等众多著名的软件中。 阅读全文
posted @ 2019-12-28 23:48 papering 阅读(484) 评论(0) 推荐(0)
摘要:q 阅读全文
posted @ 2019-12-28 10:16 papering 阅读(351) 评论(0) 推荐(0)
摘要:1 阅读全文
posted @ 2019-12-27 23:59 papering 阅读(502) 评论(0) 推荐(0)
摘要:https://docs.open.alipay.com/289/105656 3、access_token 有效期:access_token取决于授权时指定的scope的有效期,如果授权时指定多个scope,最终的access_token的有效期取决于有效期最短的scope。 access_tok 阅读全文
posted @ 2019-12-26 17:59 papering 阅读(581) 评论(0) 推荐(0)
摘要:LZW https://www2.cs.duke.edu/csed/curious/compression/lzw.html https://www.golangprograms.com/golang-program-for-implementation-lzw-data-compression-a 阅读全文
posted @ 2019-12-16 17:26 papering 阅读(288) 评论(0) 推荐(0)
摘要:空闲链表 位图 对象池 阅读全文
posted @ 2019-12-11 23:15 papering 阅读(343) 评论(0) 推荐(0)

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页