摘要:
http://www.oschina.net/translate/state-of-hash-functionshttp://calvin1978.blogcn.com/articles/murmur.htmlhttps://zh.wikipedia.org/wiki/Murmur%E5%93%88... 阅读全文
摘要:
1 #include 2 using namespace std; 3 4 class Ap { 5 public: 6 Ap(int a) { 7 this->a = a; 8 cout F2();70 }71 72 v... 阅读全文
摘要:
叶卡捷琳堡年过去了,摩洛哥年来了,冗长的总结终于被我的口水淹没了。 欢迎查看我的总结,点击上面总结两字即可进入下载页面。 有了两次WF了,我的ACM生涯算是无憾了。可惜的是,一路走来各种风风雨雨,各种酸甜苦辣,各种让我难以忘怀的瞬间。 走完一段旅程,下一段旅程已经开始。好想为理想奋斗,但却... 阅读全文
摘要:
SPOJ.com - Problem SUBLEX 这么裸的一个SAM,放在了死破OJ上面就是个坑。注意用SAM做的时候输出要用一个数组存下来,然后再puts,不然一个一个字符输出会更慢。还有一个就是不要多数据输入,估计最后多了几个没用的数字,反正我这么做一直无端端的RE。(就这样浪费了我一天好么... 阅读全文
摘要:
http://uva.onlinejudge.org/external/105/10559.html 非常好的dp题,据说黑书有解释。 想了很长时间,知道这个是区间dp,却不知道还要维护什么,于是只好找一下题解了。别人给这题写的题解还算清晰,主要思路是当前判断到哪个颜色作为最后处理的颜色,这个颜... 阅读全文
摘要:
http://www.nowamagic.net/academy/detail/1204478http://www.nowamagic.net/academy/detail/1204480 1 #include 2 using namespace std; 3 4 template 5 clas... 阅读全文
摘要:
1 #include 2 using namespace std; 3 4 class A { 5 public : 6 void Show() { 7 cout 去除const或volatile限制: 1 #include 2 using n... 阅读全文
摘要:
1 #include 2 using namespace std; 3 4 class A { 5 public: 6 void Show() { 7 cout 2 using namespace std; 3 4 class A { 5 ... 阅读全文
摘要:
分享一个挺有意思的代码: 1 #include 2 using namespace std; 3 4 struct Point { 5 static int cnt; 6 Point() { 7 ++cnt; 8 cout 2 using nam... 阅读全文
摘要:
http://www.kuaipan.cn/file/id_59003801150951137.htm 阅读全文