布隆过滤器 源码 java版 /** * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . */
2021-09-01 15:32:22 15KB 布隆过滤器 java 源码
1
基于布隆过滤器的字符串模糊匹配算法的FPGA实现.pdf
2021-07-13 16:00:16 616KB FPGA 硬件技术 硬件开发 参考文献
average_code [计算平均值]可用于用户抢红包等 1: red_envelope_code [二倍均值法] 可用于用户抢红包等 wheel_timer [时间轮]可用于定时任务 1: simple_timing_wheel [简单时间轮(Simple Timing Wheel)] bloom_filter_code [布隆过滤器] 1: bloom 布隆过滤器 consistent_hash_code [一致性Hash算法] 1: consistent 一致性Hash算法 leet_code [leet_code刷题] 1: leet_code刷题 heap [堆] 1: max_heap_test 大顶推 2: min_heap_test 小顶堆 linked_list [链表] 1: cycle_list 循环链表 2: dou
2021-05-29 16:03:02 7.64MB golang linked-list leetcode bloom-filter
1
自制布隆过滤器,采用八种不同哈希函数来获取随机数,错误率低
2021-04-10 15:28:51 45KB bloom filter 布隆过滤器 C#
1
基于布隆过滤器所有权证明的高效安全可去重云存储方案
2021-04-03 22:06:30 640KB 研究论文
1
中文文本分类完整流程的简单实现,分词、去停用词、提取特征、计算文档的特征向量、支持向量机训练、测试文档分类,简单实现,其中词频统计、去停用词使用布隆过滤器加速,效果不错
2021-03-09 19:55:13 383KB 文本分类 布隆过滤器 特征向量
1
主要介绍redis基本语法、配置、整合springboot、持久化、主从复制、缓存雪崩、缓存穿透、布隆过滤器、redis实现布隆过滤器
2021-03-02 20:01:19 32KB redis 持久化 springboot 布隆过滤器
1
21-布隆过滤器.pdf
2021-02-25 09:06:22 974KB 算法
1
Bloomfilter布隆过滤器技术分享PPT。 介绍了布隆过滤器的使用方法与适用场景等。 适合用于技术分享。
2021-02-25 09:03:49 4.56MB Bloomfilter Java 技术分享 PPT
1