码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
POJ3080——Blue Jeans(暴力+字符串匹配)
Blue JeansDescriptionThe Genographic Project is a research partnership between IBM and The National Geographic Society that is analyzing DNA from hund...
分类:其他好文   时间:2014-07-25 14:14:51    阅读次数:290
[ACM] POJ 1286 Necklace of Beads (Polya计数,直接套公式)
Necklace of Beads Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 6547   Accepted: 2734 Description Beads of red, blue or green colors are connected togeth...
分类:其他好文   时间:2014-07-25 11:04:01    阅读次数:260
HTML参考手册(4)——HTML 颜色名
本页提供了被大多数浏览器支持的颜色名。提示:W3C 的 HTML 4.0 标准仅支持 16 种颜色名,它们是:aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow。如...
分类:Web程序   时间:2014-07-24 17:24:26    阅读次数:472
[leetcode]Reverse Words in a String
Reverse Words in a StringGiven an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click...
分类:其他好文   时间:2014-07-24 09:57:33    阅读次数:179
Reverse Words in a String
Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". Clarification: What consti...
分类:其他好文   时间:2014-07-22 23:41:47    阅读次数:380
LeetCode "Sort Colors"
For the one pass solution... first I tried to build white\blue from red, but not working anyway. Then I referred someone' code, to build red\blue from...
分类:其他好文   时间:2014-07-22 22:42:54    阅读次数:212
去掉a标签的下划线
标签的伪类样式一组专门的预定义的类称为伪类,主要用来处理超链接的状态。超链接文字的状态可以通过伪类选择符+样式规则来控制。伪类选择符包括:总: a 表示所有状态下的连接 如 a{color:red}① a:link:未访问链接 ,如 a:link {color:blue}② a:visited:已访...
分类:其他好文   时间:2014-07-22 22:40:54    阅读次数:178
POJ 3080 Blue Jeans (后缀数组)
题目大意: 求出这些DNA序列中的最长且字典序最小的公共子串。 思路分析: 二分长度的答案,去height中扫描这个长度是否满足,一旦满足就马上输出,这样就可以保证字典序最小了。 #include #include #include #include #define maxn 1005 using namespace std; char str[maxn]...
分类:其他好文   时间:2014-07-22 22:39:12    阅读次数:258
级联下拉列表
//根据所选的省,自动生成对应的市 级联列表 .yemian{ margin-left:30%; text-align:center; font-size:50px; width:500px; height:500px; background-color:blue; } .s{ width:12...
分类:其他好文   时间:2014-07-21 23:27:52    阅读次数:210
【Android】 TextView设置个别字体样式
1 SpannableString msp = new SpannableString("测试"+XM+"更换当前号码将从手机发送一条普通短信进行验证");2 msp.setSpan(new ForegroundColorSpan(Color.BLUE), 2, XM.length()+2, Spa...
分类:移动开发   时间:2014-07-21 11:14:29    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!