摘要:
http://www.v2ex.com/t/65502 阅读全文
posted @ 2013-04-10 22:37
lexus
阅读(259)
评论(0)
推荐(0)
|
摘要:
http://www.v2ex.com/t/65502 阅读全文
posted @ 2013-04-10 22:37
lexus
阅读(259)
评论(0)
推荐(0)
摘要:
Linked Data_百度百科 Linked Data 目录 前言 什么是 Linked data 编辑本段前言 Linked data 最早是在 2007 年 5 月,由 Chris Bizer and Richard Cyganiak 向 W3C SWEO 提交的一个项目申请 Linked Open Data Project 中提出来的。Linked data 提出的目的是构建一张计算机能理... 阅读全文
posted @ 2013-04-10 18:22
lexus
阅读(521)
评论(0)
推荐(0)
摘要:
美国创业公司招聘工程师 | NLP Job - 专注自然语言处理&机器学习等领域的求职招聘美国创业公司招聘工程师发表回复 帮朋友发,有意向的朋友可以将简历发到我们的邮箱:nlpjob01@gmail.com美国UCI的李晨老师(http://www.ics.uci.edu/~chenli/)正在美国创业 http://srch2.com/。他们公司主要做即敲即得搜索,类似google目前那种即时搜... 阅读全文
posted @ 2013-04-10 17:42
lexus
阅读(242)
评论(0)
推荐(0)
摘要:
Chen Li's homepageCurriculum Vitae: PDF 阅读全文
posted @ 2013-04-10 17:39
lexus
阅读(145)
评论(0)
推荐(0)
摘要:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/boost.1.4.0/ 阅读全文
posted @ 2013-04-10 10:22
lexus
阅读(534)
评论(0)
推荐(0)
摘要:
acm入门必看的学长经验【转载自www.acmwiki.com】acm入门必看的学长经验【转载自www.acmwiki.com】来自: acm实验 2012-05-29 16:26:57以下仅仅是本人个人的一点点想法,仅供参考,希望对于还没有方向处于盲目阶段的acmer新手会有所帮助。 1,买一本《算法导论》,先自己大概浏览一遍。 收藏acm网址导航http://www.acmwiki.com... 阅读全文
posted @ 2013-04-09 16:21
lexus
阅读(308)
评论(0)
推荐(0)
摘要:
TokuDB - Wikipedia, the free encyclopediaTokuDB From Wikipedia, the free encyclopedia Jump to: navigation, search TokuDB Developer(s)TokutekStable release6.6 / JANUARY 8, 2013TypeDatabase e... 阅读全文
posted @ 2013-04-09 13:34
lexus
阅读(358)
评论(0)
推荐(0)
摘要:
无锁队列的实现 | 酷壳 - CoolShell.cn无锁队列的实现 阅读全文
posted @ 2013-04-09 13:03
lexus
阅读(397)
评论(0)
推荐(0)
摘要:
Linus:利用二级指针删除单向链表 | 酷壳 - CoolShell.cnLinus:利用二级指针删除单向链表 阅读全文
posted @ 2013-04-09 13:02
lexus
阅读(230)
评论(0)
推荐(0)
摘要:
Two star programmingTwo star programming2013-01-08 • C, Torvalds, Algorithms • 44 Comments and 55 ReactionsA few weeks ago Linus Torvalds answered some questions on slashdot. All his responses make go... 阅读全文
posted @ 2013-04-09 12:59
lexus
阅读(213)
评论(0)
推荐(0)
摘要:
Three Star ProgrammerThree Star ProgrammerA rating system for C-programmers. The more indirect your pointers are (i.e. the more "*" before your variables), the higher your reputation will be. No-star ... 阅读全文
posted @ 2013-04-09 12:58
lexus
阅读(214)
评论(0)
推荐(0)
摘要:
打破思维断层之KMP分析 - wsc - ITeye技术网站打破思维断层之KMP分析 博客分类:算法分析kmp算法思维断层KMP目的:本博客以KMP算法为载体,试图在减少思维断层情况下学习作者算法思想。目录: 1)开脑之字符匹配思路 2)浅析回溯目的 3)一定要回溯吗 4)什么时候回溯?什么时候不回溯? 5)深入回溯目的 6)如何更为高效地回溯? 7)回溯到哪一步? 8)前缀和后缀应... 阅读全文
posted @ 2013-04-08 22:23
lexus
阅读(309)
评论(0)
推荐(0)
摘要:
#include <iostream>#include <vector>using std::vector;struct MyStruct{ int key; std::string stringValue; MyStruct(int k, const std::string& s) : key(k), stringValue(s) {}};struct less_than_key{ inline... 阅读全文
posted @ 2013-04-08 20:33
lexus
阅读(476)
评论(0)
推荐(0)
摘要:
Data Structures, Algorithms, & Applications in Java Suffix Trees Copyright 1999 Sartaj Sahni Have You Seen This String? The Suffix Tree Let's Find That Substring Other Nifty Things You Can Do with... 阅读全文
posted @ 2013-04-07 13:23
lexus
阅读(253)
评论(0)
推荐(0)
摘要:
课程介绍 » 互联网数据挖掘互联网数据挖掘 Web Data Mining 阅读全文
posted @ 2013-04-07 12:06
lexus
阅读(192)
评论(0)
推荐(0)
摘要:
求最长公共子串问题的算法分析--《计算机仿真》2007年12期求最长公共子串问题的算法分析 阅读全文
posted @ 2013-04-07 12:00
lexus
阅读(157)
评论(0)
推荐(0)
摘要:
后缀数组_百度百科后缀数组如何确定中文字符串的相似度 - HC System Knowledge Base如何确定中文字符串的相似度 阅读全文
posted @ 2013-04-07 11:57
lexus
阅读(202)
评论(0)
推荐(0)
摘要:
字符串:KMP Eentend-Kmp 自动机 trie图 trie树 后缀树 后缀数组 - 星星的日志 - 网易博客字符串:KMP Eentend-Kmp 自动机 trie图 trie树 后缀树 后缀数组 2009-09-25 00:00:40|分类: 算法与acm |标签: |字号大中小订阅涉及到字符串的问题,无外乎这样一些算法和数据结构:自动机 KMP算法 Extend-KMP 后缀树 后... 阅读全文
posted @ 2013-04-07 11:45
lexus
阅读(155)
评论(0)
推荐(0)
摘要:
后缀树【Suffix Tree】 - TsengYuen的专栏 - 博客频道 - CSDN.NET 后缀树【Suffix Tree】 阅读全文
posted @ 2013-04-07 11:38
lexus
阅读(145)
评论(0)
推荐(0)
|