通过学习Lucene3.5.0的doc文档,对不同release版本号 lucene版本号的API修改做分析。最后找到了有价值的修改信息。LUCENE-2302: Deprecated TermAttribute and replaced by a new CharTermAttribute. Th...
分类:
其他好文 时间:
2014-07-22 00:36:33
阅读次数:
258
My first reaction: move all A elements back by n positions, and start everything from A[0] and B[0]. But a smarter idea is to start everything from th...
分类:
其他好文 时间:
2014-07-22 00:35:36
阅读次数:
189
下图是asterisk的呼叫流程图:
我们以sip的呼叫过程为例来描述,其他channel的呼叫过程基本类似。
Astersik下注册的sip用户主动发起一个呼叫的函数调用过程(incoming)如下:
do_monitor->sipsock_read->handle_request->handle_request_invite->sip_new/ast_pbx_start->pbx_th...
分类:
其他好文 时间:
2014-07-22 00:27:37
阅读次数:
294
Agri-Net
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 38805
Accepted: 15674
Description
Farmer John has been elected mayor of his town! One of his campa...
分类:
其他好文 时间:
2014-07-21 14:12:34
阅读次数:
278
Agri-Net
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 38809
Accepted: 15676
Description
Farmer John has been elected mayor of his town! One of his campa...
分类:
Web程序 时间:
2014-07-21 14:04:09
阅读次数:
312
Agri-Net
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 38801
Accepted: 15671
Description
Farmer John has been elected mayor of his town! One of his campa...
分类:
Web程序 时间:
2014-07-21 11:42:34
阅读次数:
249
题意是给出某个地鼠的出现位置以及出现时间,人有一个移动速度,求此人最多可以打多少个地鼠?我们根据时间把所有的地鼠排序,如果两个地鼠之间的距离不超过时间只差与速度的乘积,那说明打完上一只地鼠还可以打到这一只地鼠。直接f[i]表示打完第i只地鼠且此时在i地鼠位置的期望,DP即可。召唤代码君:/** th...
分类:
其他好文 时间:
2014-07-21 08:04:50
阅读次数:
221
废话不多说,直接上内容使用Regex.Match()方法的时候,想匹配一个子串,但是要匹配的内容可能在我加载的资源中出现换行,比如我的资源内容为john \r\n smith,我想把john smith匹配出来。1. 正则表达式中点号(.)代表除了\n以外的所有字符,但是这仅限于在中括号外使用([]...
分类:
其他好文 时间:
2014-07-21 00:01:18
阅读次数:
538
Bag-of-words简介
最最初的Bag-of-words ,也叫做“词袋”,在信息检索中,Bag-of-words model假定对于一个文本,忽略其词序和语法,句法,将其仅仅看做是一个词集合,或者说是词的一个组合,文本中每个词的出现都是独立的,不依赖于其他词是否出现。
应用于文本的BoW简单实例
John likes to watch movies. Mary likes t...
分类:
其他好文 时间:
2014-07-20 23:06:56
阅读次数:
324
Wormholes
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 30169
Accepted: 10914
Description
While exploring his many farms, Farmer John has discovered a nu...
分类:
其他好文 时间:
2014-07-20 23:03:06
阅读次数:
301