浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 512 513 514 515 516 517 518 519 520 ··· 630 下一页

2011年10月4日

摘要: To Trie or not to Trie – a comparison of efficient data structures 阅读全文
posted @ 2011-10-04 15:19 lexus 阅读(123) 评论(0) 推荐(0)

摘要: lib-face - Fastest Auto-Complete in the East - Google Project Hostinghttp://dhruvbird.blogspot.com/2010/09/very-fast-approach-to-search.html A very fast approach to auto complete (or search suggestion... 阅读全文
posted @ 2011-10-04 14:02 lexus 阅读(199) 评论(0) 推荐(0)

摘要: Index of /wp-content/uploads/oldies/download/pytstRunning pytst 1.15 on a 64-bit platform by Thomas Brox Røst on January 25, 2009 in Python, pytst Sha... 阅读全文
posted @ 2011-10-04 13:56 lexus 阅读(204) 评论(0) 推荐(0)

摘要: tstdb - A fast key-value store based on TST(Ternary Search Tree) - Google Project Hostinghttp://old.nabble.com/-CPyUG--%E6%94%AF%E6%8C%81%E6%95%B0%E6%8D%AE%E8%90%BD%E5%9C%B0%E7%9A%84memcached-td313946... 阅读全文
posted @ 2011-10-04 13:37 lexus 阅读(86) 评论(0) 推荐(0)

摘要: Skip list - Wikipedia, the free encyclopedia 阅读全文
posted @ 2011-10-04 13:31 lexus 阅读(141) 评论(0) 推荐(0)

摘要: http://jeethurao.com/blog/?p=146woadwarrior / trie / overview — Bitbucket Using redis A Mochikit style Dombuilder for YUI Apr 11 Tries and Ternary Search Trees in Python ... 阅读全文
posted @ 2011-10-04 12:17 lexus 阅读(463) 评论(0) 推荐(0)

摘要: http://igoro.com/archive/efficient-auto-complete-with-a-ternary-search-tree/http://develop.iteye.com/blog/1175291Ternary Search Tree | 混沌的云对于字符串的高效处理一般都是用字典树——Trie,或者ac自动机的。但是字典树对于大量数据的空间的开销相当大,特别我们的字... 阅读全文
posted @ 2011-10-04 11:08 lexus 阅读(1101) 评论(0) 推荐(0)

摘要: Ternary Search Tree(三叉树) - Redeom的专栏 - 博客频道 - CSDN.NETTernary Search Tree(三叉树) 阅读全文
posted @ 2011-10-04 10:53 lexus 阅读(348) 评论(0) 推荐(0)

2011年10月3日

摘要: 昨天看非你莫属,看了个尾巴,想补一下,结果baidu时只有土豆是有最新的10月2日的,结果进去看其实是上一期,太坏了,之前优酷也有这种行为,这种机制应该是cron做的,太坑爹了,比搜索不到更坏http://v.youku.com/v_show/id_XMzA5MjcwMzgw.html 阅读全文
posted @ 2011-10-03 09:57 lexus 阅读(146) 评论(0) 推荐(0)

2011年10月2日

摘要: 中文分词算法(mini版)http://www.cnblogs.com/overred/archive/2010/04/17/Segmentword.htmlhttp://blog.minidx.com/2008/01/04/352.html吴军http://www.google.com.hk/ggblog/googlechinablog/2006/04/blog-post_2507.htmlht... 阅读全文
posted @ 2011-10-02 23:29 lexus 阅读(185) 评论(0) 推荐(0)

摘要: 中文分词算法(mini版)http://www.cnblogs.com/overred/archive/2010/04/17/Segmentword.htmlhttp://blog.minidx.com/2008/01/04/352.html吴军http://www.google.com.hk/ggblog/googlechinablog/2006/04/blog-post_2507.html 阅读全文
posted @ 2011-10-02 23:26 lexus 阅读(208) 评论(0) 推荐(0)

摘要: 中文分词算法(mini版)http://www.cnblogs.com/overred/archive/2010/04/17/Segmentword.htmlhttp://blog.minidx.com/2008/01/04/352.html 阅读全文
posted @ 2011-10-02 23:21 lexus 阅读(251) 评论(0) 推荐(0)

摘要: http://blog.redfox66.com/post/category/search-tech 阅读全文
posted @ 2011-10-02 18:29 lexus 阅读(101) 评论(0) 推荐(0)

摘要: 海量数据处理专题http://blog.redfox66.com/post/category/search-tech 阅读全文
posted @ 2011-10-02 18:22 lexus 阅读(226) 评论(0) 推荐(0)

摘要: http://www.openvim.com/tutorial.html 阅读全文
posted @ 2011-10-02 17:10 lexus 阅读(233) 评论(0) 推荐(0)

摘要: http://wxianfeng.com/ubuntu 配置gvim开发Rails Posted by wxianfeng on 2010年1月2日 星期六 环境: ubuntu 8.10 + vim 7.1 效果预览 : vim配置下载:下载后若看不到文件,ctrl + h 显示隐藏文件,因为前面有个.的文件 http://www.... 阅读全文
posted @ 2011-10-02 13:53 lexus 阅读(615) 评论(0) 推荐(0)

摘要: http://iregex.org/blog/simple-nlp-for-chinese.html 阅读全文
posted @ 2011-10-02 08:53 lexus 阅读(197) 评论(0) 推荐(0)

摘要: http://www.riaos.com/ria/5814java trie 最大正向匹配中文分词算法http://hxraid.iteye.com/blog/667134good article!!http://blog.csdn.net/lengyuhong/article/details/5988051 阅读全文
posted @ 2011-10-02 01:08 lexus 阅读(284) 评论(0) 推荐(0)

摘要: http://www.riaos.com/ria/5814java trie 最大正向匹配中文分词算法http://hxraid.iteye.com/blog/667134 阅读全文
posted @ 2011-10-02 01:04 lexus 阅读(200) 评论(0) 推荐(0)

摘要: http://www.riaos.com/ria/5814 阅读全文
posted @ 2011-10-02 00:56 lexus 阅读(162) 评论(0) 推荐(0)

上一页 1 ··· 512 513 514 515 516 517 518 519 520 ··· 630 下一页