码迷,mamicode.com
首页 >  
搜索关键字:english 雅思 ielts    ( 1686个结果
Topcoder SRM 627 div1 HappyLettersDiv1 : 字符串
Problem StatementThe Happy Letter game is played as follows: At the beginning, several players enter the field. Each player has a lowercase English le...
分类:移动开发   时间:2014-08-13 03:33:35    阅读次数:201
LightOJ - 1148 - Mad Counting
先上题目:1148 - Mad CountingPDF (English)StatisticsForumTime Limit:0.5 second(s)Memory Limit:32 MBMob was hijacked by the mayor of the Town "TruthTown". M...
分类:其他好文   时间:2014-08-11 23:52:03    阅读次数:357
字典树
字典树 (解析加模版) 分类: ACM2012-07-06 12:24 204人阅读 评论(0) 收藏 举报           字典树:又叫trie树,单词查找树。是一种树形结构,典型的用于统计。经常用于统计一片文章当中出现确定的单词的次数,它的优点就在于:省略了相同前缀的比较。以下图为例:用单词carbohy,carhure,english,englnee来构造的tri...
分类:其他好文   时间:2014-08-10 18:49:10    阅读次数:222
Java
1. Forcing the use of English in JDK7 toolsjavac -J-Duser.language=en xxx.javajava -Duser.language=en xxxExecute below in the Run command window:-----...
分类:编程语言   时间:2014-08-07 22:52:35    阅读次数:216
列转行且行转列
原数据格式如下:这是学生的成绩表,每科为一列,要求转换为下面的格式:即,把把课程列转换为行,把学生行转换为列:建表:create table #a(name varchar(20),english int,chinese int ,math int)insert into #a values( 'z...
分类:其他好文   时间:2014-08-07 00:16:06    阅读次数:215
English Game
给一个n,一个目标串,之后n行每行一个字符串和一个对应的权值。求,在n个给定的串中选出若干个能组成目标串(每个串可以用多次),得到的权值和最大是多少。 (1<=n<=1000) and X (the length of goal is not bigger than 10000),n个串每个长度不超过30...
分类:其他好文   时间:2014-08-06 14:54:41    阅读次数:284
[BestCoder Round #3] hdu 4909 String (状压,计数)
String Problem Description You hava a non-empty string which consists of lowercase English letters and may contain at most one '?'. Let's choose non-empty substring G from S (it can be G = S...
分类:其他好文   时间:2014-08-05 19:29:50    阅读次数:240
The Most Wanted Letter
The Most Wanted LetterYou are given a text, which contains different english letters and punctuation symbols. You should find the most frequent letter...
分类:其他好文   时间:2014-08-05 10:41:10    阅读次数:276
Okular on Windows and its combination with jpdfbookmarks
需要注意的是,将Okular设置为打开PDF的默认程序后,为了能够双击打开具有中文文件名的PDF文档,需要将Windows系统的locale设置为Simplified Chinese。否则,照自己之前“病态”的心理将Windows的locale设置为English,则中文文件名无法被识别——不过,从...
分类:Windows程序   时间:2014-08-04 10:34:26    阅读次数:398
IELTS 雅思核心词汇
IELTS(InternationalEnglishLanguageTestingSystem)possessionn.财产,拥有,领地inpossessionofdivineadj.神圣的,n.牧师vt.占卜sacredadj.神圣的,宗教的solemn庄重的,隆重的bold勇敢的innocent无辜的,无罪的sacrifice牺牲,供奉,祭品dim暗淡的constant不变的,恒定的cons..
分类:其他好文   时间:2014-08-01 20:23:32    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!