• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
LyonLys
愿意在角落唱沙哑的歌 再大声也都是给你 请用心听 不要说话 Contact me via E-mail: lyon.lys@gmail.com
博客园    首页    新随笔    联系   管理    订阅  订阅
2015年10月8日
murmurhash
摘要: http://www.oschina.net/translate/state-of-hash-functionshttp://calvin1978.blogcn.com/articles/murmur.htmlhttps://zh.wikipedia.org/wiki/Murmur%E5%93%88... 阅读全文
posted @ 2015-10-08 16:01 LyonLys 阅读(395) 评论(0) 推荐(0)
2015年8月26日
虚继承
摘要: 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... 阅读全文
posted @ 2015-08-26 17:38 LyonLys 阅读(201) 评论(0) 推荐(0)
2015年1月2日
2014年终总结
摘要: 叶卡捷琳堡年过去了,摩洛哥年来了,冗长的总结终于被我的口水淹没了。 欢迎查看我的总结,点击上面总结两字即可进入下载页面。 有了两次WF了,我的ACM生涯算是无憾了。可惜的是,一路走来各种风风雨雨,各种酸甜苦辣,各种让我难以忘怀的瞬间。 走完一段旅程,下一段旅程已经开始。好想为理想奋斗,但却... 阅读全文
posted @ 2015-01-02 01:09 LyonLys 阅读(366) 评论(0) 推荐(0)
2014年9月29日
spoj SUBLEX (Lexicographical Substring Search) RE的欢迎来看看
摘要: SPOJ.com - Problem SUBLEX 这么裸的一个SAM,放在了死破OJ上面就是个坑。注意用SAM做的时候输出要用一个数组存下来,然后再puts,不然一个一个字符输出会更慢。还有一个就是不要多数据输入,估计最后多了几个没用的数字,反正我这么做一直无端端的RE。(就这样浪费了我一天好么... 阅读全文
posted @ 2014-09-29 06:03 LyonLys 阅读(353) 评论(0) 推荐(0)
2014年9月16日
uva 10559 Blocks
摘要: http://uva.onlinejudge.org/external/105/10559.html 非常好的dp题,据说黑书有解释。 想了很长时间,知道这个是区间dp,却不知道还要维护什么,于是只好找一下题解了。别人给这题写的题解还算清晰,主要思路是当前判断到哪个颜色作为最后处理的颜色,这个颜... 阅读全文
posted @ 2014-09-16 17:52 LyonLys 阅读(587) 评论(0) 推荐(0)
2014年7月22日
柔性数组,数据类型大小
摘要: http://www.nowamagic.net/academy/detail/1204478http://www.nowamagic.net/academy/detail/1204480 1 #include 2 using namespace std; 3 4 template 5 clas... 阅读全文
posted @ 2014-07-22 05:32 LyonLys 阅读(256) 评论(0) 推荐(0)
2014年7月19日
typeid, const_cast<Type>的使用
摘要: 1 #include 2 using namespace std; 3 4 class A { 5 public : 6 void Show() { 7 cout 去除const或volatile限制: 1 #include 2 using n... 阅读全文
posted @ 2014-07-19 05:04 LyonLys 阅读(531) 评论(0) 推荐(0)
2014年7月14日
C++类继承中的虚方法
摘要: 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 ... 阅读全文
posted @ 2014-07-14 20:38 LyonLys 阅读(262) 评论(0) 推荐(0)
2014年6月11日
C++结构体中的静态变量
摘要: 分享一个挺有意思的代码: 1 #include 2 using namespace std; 3 4 struct Point { 5 static int cnt; 6 Point() { 7 ++cnt; 8 cout 2 using nam... 阅读全文
posted @ 2014-06-11 00:57 LyonLys 阅读(1337) 评论(2) 推荐(0)
2014年1月2日
2013 Regional Summary By LyonLys
摘要: http://www.kuaipan.cn/file/id_59003801150951137.htm 阅读全文
posted @ 2014-01-02 06:58 LyonLys 阅读(245) 评论(1) 推荐(1)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3