码迷,mamicode.com
首页 >  
搜索关键字:letter combinations    ( 2407个结果
"分拣" 思路 统计每个单词出现的次数
package collection.map;public class Letter { public String name; public int count; } package collection.map;/* * 统计每个单词出现的次数 * "分拣" 思路 * 1、为所有key创建容器....
分类:其他好文   时间:2014-09-29 01:37:06    阅读次数:314
css常用小记-01
Color 设置文本颜色Direction 设置文本方向。line-height 设置行高。letter-spacing 设置字符间距。text-align对齐元素中的文本。text-decoration 向文本添加修饰。text-indent 缩进元素中文本的首行。text-transform 控...
分类:Web程序   时间:2014-09-28 12:07:01    阅读次数:203
NYOJ-a letter and a number
a letter and a number 时间限制:3000 ms  |  内存限制:65535 KB 难度:1 描述we define f(A) = 1, f(a) = -1, f(B) = 2, f(b) = -2, ... f(Z) = 26, f(z) = -26; Give you a letter x and a number y , you should o...
分类:其他好文   时间:2014-09-27 10:42:09    阅读次数:184
URAL - 1297 Palindrome(后缀数组求最长回文子串)
Description The “U.S. Robots” HQ has just received a rather alarming anonymous letter. It states that the agent from the competing «Robots Unlimited» has infiltrated into “U.S. Robotics”. «U.S. R...
分类:其他好文   时间:2014-09-26 22:34:29    阅读次数:370
The Love-Letter Mystery
TheLove-LetterMystery#include<cmath> #include<cstdio> #include<vector> #include<iostream> #include<algorithm> #include<string> usingnamespacestd; intmain(){ intT; cin>>T; stringstr; getline(cin,str); while(T--) {..
分类:其他好文   时间:2014-09-26 00:39:28    阅读次数:253
后缀数组 - 求最长回文子串 + 模板题 --- ural 1297
1297. PalindromeTime Limit: 1.0 secondMemory Limit: 16 MBThe “U.S. Robots” HQ has just received a rather alarming anonymous letter. It states that the...
分类:其他好文   时间:2014-09-25 21:19:47    阅读次数:157
LeetCode——Restore IP Addresses
Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given"25525511135",return["255.2...
分类:其他好文   时间:2014-09-24 21:14:07    阅读次数:234
12.5 段落属性
单词间隔 word-spacing:3px;字符间隔 letter-spacing:3px;(1)文字修饰:1.text-decoration:underline:表示对文字添加下划线2.text-decoration:overline:表示对文字添加上划线3.text-decoration:und...
分类:其他好文   时间:2014-09-23 23:25:05    阅读次数:233
组合排列
InputInput contains a single line with all labels of the requested goods (in random order). Each kind of goods is represented by the starting letter o...
分类:其他好文   时间:2014-09-23 22:46:45    阅读次数:161
NYOJ-a letter and a number
a letter and a number 时间限制:3000 ms  |  内存限制:65535 KB 难度:1 描述we define f(A) = 1, f(a) = -1, f(B) = 2, f(b) = -2, ... f(Z) = 26, f(z) = -26; Give you a letter x and a number y , you should...
分类:其他好文   时间:2014-09-20 17:26:19    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!