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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年10月4日

摘要: SBT_百度百科SBT目录 数据结构 医学用语 铁电体材料 其他释义编辑本段数据结构 Size Balanced Tree(简称SBT)是一自平衡二叉查找树,是在计算机科学中用到的一种数据结构。它是由中国广东中山纪念中学的陈启峰发明的。陈启峰于2006年底完成论文《Size Balanced Tree》,并在2007年的全国青少年信息学奥林匹克竞赛冬令营中发表。由于SBT... 阅读全文
posted @ 2011-10-04 21:45 lexus 阅读(561) 评论(0) 推荐(0)

摘要: 多了,吃来不及容易凉,不够再吃得时候点5个,这样较好 阅读全文
posted @ 2011-10-04 21:38 lexus 阅读(489) 评论(0) 推荐(0)

摘要: 平衡二叉搜索树 平衡二叉搜索树知识点 上一个知识点 下一个知识点 本节概述 本节知识点 本节总结二、平衡二叉搜索树任何结点的左子树和右子树高度最多相差1的二叉搜索树。 (1)AVL树的插入算法 a. 插入结点之后仍然是AVL树,则不调整; b. 插入结点之后不再满足AVL树条件,则进行调整,根据导致不平衡的原因,分为: a) L... 阅读全文
posted @ 2011-10-04 21:35 lexus 阅读(329) 评论(0) 推荐(0)

摘要: [转载]提高Python程序的运行速度_李小红_新浪博客[转载]提高Python程序的运行速度(2011-08-25 19:20:17)转载原文标签:转载 虽不懂python,但从几个小时到不到一分钟,确实让人震憾。原文地址:提高Python程序的运行速度作者:winpub尝试了一下用Python实现的K-Means Clustering算法,抽样了10000篇百科词条,分为1000个类,分词后词... 阅读全文
posted @ 2011-10-04 21:16 lexus 阅读(365) 评论(0) 推荐(0)

摘要: 11度青春系列电影 - 时长2:45:00 - 2010 - 电影 - 优酷视频 - 在线观看 阅读全文
posted @ 2011-10-04 20:16 lexus 阅读(155) 评论(0) 推荐(0)

摘要: MacRabbit - Espresso - The Web Editor 阅读全文
posted @ 2011-10-04 18:57 lexus 阅读(238) 评论(0) 推荐(0)

摘要: TST-Ternary Search Tree-Creating An English Dictionary for lookup and spell checking | CracktheInterview 阅读全文
posted @ 2011-10-04 15:26 lexus 阅读(141) 评论(0) 推荐(0)

摘要: C#与数据结构--树论--平衡二叉树(AVL Tree) - abatei - 博客园 阅读全文
posted @ 2011-10-04 15:21 lexus 阅读(389) 评论(0) 推荐(0)

摘要: Auto Complete with Redis 阅读全文
posted @ 2011-10-04 15:20 lexus 阅读(180) 评论(0) 推荐(0)

摘要: 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)