vim /etc/lightdm/lightdm.confFinally, edit the
file as shown below and save it.autologin-user=autologin-user-timeout=0
分类:
其他好文 时间:
2014-05-27 16:11:09
阅读次数:
222
问题 E: Distance
时间限制: 1 Sec 内存限制: 128 MB
提交: 48 解决: 12
[提交][状态][论坛]
题目描述
There is a battle field. It is a square with the side length 100 miles, and unfortunately we have two comrades who get ...
分类:
其他好文 时间:
2014-05-26 05:57:27
阅读次数:
325
用数学的方法描述语言规律贾里尼克:一个句子是否合理,等同于判断其可能性的大小,用概率来衡量Markov模型:简化条件概率运算。二元模型 Bigram
model,N元模型为什么合理?上下文相关,短程依赖。不足之处:忽略长程依赖性 Long Distance DependencyN的取值?tradeo...
分类:
其他好文 时间:
2014-05-25 23:12:32
阅读次数:
262
题目:给定两个字符串word1,word2,将word2变成word1所需的最小步数。规定只能用以下三种操作进行修改,且每种操作的步数都计为1.
op1:插入一个字符
op2:删除一个字符
op3:替换一个字符
例:
word1 = word, word2 = wore, 则将wore的e替换为d则可。
word1 = word,word2 = wor,则在wor的后面插入一个d则可...
分类:
其他好文 时间:
2014-05-25 22:56:24
阅读次数:
303
Problem Description
We have a special convex that all points have the same distance to origin point.
As you know we can get N segments after linking the origin point and the points on the convex. ...
分类:
其他好文 时间:
2014-05-25 09:50:19
阅读次数:
217
Problem Description
We have a special convex that all points have the same distance to origin point.
As you know we can get N segments after linking the origin point and the points on the convex. ...
分类:
其他好文 时间:
2014-05-25 06:55:54
阅读次数:
188
therearetwosituationsinthiserror,oneisJavaheapspaceandsolutionasbelow:a.在Eclipse里选:Window->Preference->InstalledJREs->选中->Edit,在DefaultVMArguments里输入-Xms256m-Xmx1024m,表示最小内存256M,最大1G,然后运行就可以了。b.Run->RunConfigur..
分类:
编程语言 时间:
2014-05-25 04:53:25
阅读次数:
301
对于Windows系统中各种控件换肤功能,要数滚动条的换肤最难实现了,尤其是控件自带的系统滚动条,如Edit、ListBox、ListView、TreeView等自带的系统滚动条,要想实现其自定义的皮肤功能,用常规办法似乎都无法实现。对于常规的皮肤定制一般都是通过定制WM_PAINT、WM_ERAS...
分类:
其他好文 时间:
2014-05-23 03:05:27
阅读次数:
342
概念编辑距离(Edit
Distance),又称Levenshtein距离,是指两个字串之间,由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。例如将kitten一字转成sitting:sitten
(k→s)sittin (e→i)s...
分类:
其他好文 时间:
2014-05-22 03:56:16
阅读次数:
348