布隆过滤器C ++的实现 [英] implementing of bloom filter C++

查看:112
本文介绍了布隆过滤器C ++的实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想看一个使用STL向量在C ++中实现布隆过滤器的示例.有人可以帮忙吗?
谢谢.

I would like to see an example of implementing bloom filter in C++ using STL vector. Can anybody give a hand?
Thanks.

推荐答案

Google是您的敌人吗?

您只需搜索即可获得更快的结果.该过滤器是众所周知的,并得到了很好的解释( http://en.wikipedia.org/wiki/Bloom_filter [ ^ ]).

该搜索产生了超过50万个结果:

http://en.lmgtfy.com/?q=Bloom+filter+%22C% 2B%2B%22 [ ^ ].

—SA
Is Google your enemy?

You could achieve much faster results it you just searched for it. The filter is well known and well explained (http://en.wikipedia.org/wiki/Bloom_filter[^]).

This search yields over half-million results:

http://en.lmgtfy.com/?q=Bloom+filter+%22C%2B%2B%22[^].

—SA


这篇关于布隆过滤器C ++的实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆