Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or ...
分类:
编程语言 时间:
2016-09-24 21:34:33
阅读次数:
290
Battle with You-Know-Who Time limit: 2.0 secondMemory limit: 64 MB Rooms of the Ministry of Magic are enchanted with a spell which enumerates them aut ...
分类:
其他好文 时间:
2016-09-03 09:46:22
阅读次数:
215
文本处理命令在Linux的使用过程中也是很基础的知识,我来总结一下linux文本处理命令的使用。基础命令:cat/more/less/grep/head/tail/wc/uniq/cut/sort/join/pastetr/tee/split/spell/diff/printf/1.cat连接文件并显示内容-n对输出的文本进行编号-b对输出的文本进行编号,但是..
分类:
系统相关 时间:
2016-09-02 23:32:25
阅读次数:
309
Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or ...
分类:
其他好文 时间:
2016-08-30 16:00:30
阅读次数:
202
http://norvig.com/spell-correct.html 基本原理就是概率统计,亮点是Python的各种特性作者用得出神入化,尤其是获取与word相距编辑距离为2的所有单词,先找出与word编辑距离为2的单词列表list,再找出list[i]对应的编辑距离为2的单词,这就是word编 ...
分类:
编程语言 时间:
2016-08-12 13:09:41
阅读次数:
727
题目链接 http://poj.org/problem?id=1035 Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 24142 Accepted: 8794 Description You, as a member of a ...
分类:
其他好文 时间:
2016-07-15 23:33:19
阅读次数:
255
Spell checker Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 24135 Accepted: 8789 Description You, as a member of a development team for a ...
分类:
其他好文 时间:
2016-07-15 16:58:22
阅读次数:
155
参考链接:http://www.lai18.com/content/10706682.html 安装了git-gui,打开以后出现以下提示:Spell checking is unavable:error:No word lists can be found for the language "zh ...
分类:
其他好文 时间:
2016-07-01 19:59:22
阅读次数:
212
题意: 此题是一个字符串的问题,首先要给出一个字典,里面存储了数个单词。而后,给出一个单词,如果字典中存在,那么就输出correct,如果字典中没有,那么就要判断是不是这个单词有错误,错误有3种,第一种是单词种的一个字母写错了,就是和字典中的单词来说只有一个字母不同,第二种是单词多了一个字母,如果去 ...
分类:
其他好文 时间:
2016-06-27 17:38:06
阅读次数:
132
Spell checker Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 23998 Accepted: 8754 Description You, as a member of a development team for a ...
分类:
其他好文 时间:
2016-06-27 11:51:14
阅读次数:
193