码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
ACM-a letter and a number
描述 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 output the result of y+f(x). 输入On the first line, contains ...
分类:其他好文   时间:2015-05-27 10:12:24    阅读次数:149
Web前端总结(小伙伴的)
以下总结是我工作室的小伙伴的心得,可以参考一下html+css知识点总结HTMl+CSS知识点收集1、letter-spacing和word-spacing的区别 letter-spacing:指字母间距 word-spacing:指单词间距2、列举常见的复合属性(常见的17种,有可能结合js问):...
分类:Web程序   时间:2015-05-26 18:44:39    阅读次数:504
CSS3的content属性详解
CSS中主要的伪元素有四个:before/after/first-letter/first-line,在before/after伪元素选择器中,有一个content属性,能够实现页面中的内容插入。插入纯文字content:”插入的文章”,或者content:none不插入内容 html:这是h1 这是h2cssh1::after{ content:"h1...
分类:Web程序   时间:2015-05-26 10:47:56    阅读次数:189
几个有意思的脚本编程
使用for循环在/oldboy目录下通过随机小写10个字母加固定字符串oldboy批量创建10个html文件,名称例如为:coaolvajcq_oldboy.htmlqnvuxvicni_oldboy.htmlvioesjmcbu_oldboy.htmlgmkhrancxh_oldboy.htmltmdjormaxr_oldboy.htmlwzewnojiwe_oldboy.htmljdxexendbe_oldboy.htmlugayw..
分类:其他好文   时间:2015-05-26 06:50:25    阅读次数:293
BZOJ 1692 && 1640 Best Cow Line 队列变换
DescriptionFJ 打算带着他可爱的N (1 ≤ N ≤ 2,000)头奶牛去参加”年度最佳老农”的比赛.在比赛中,每个农夫把他的奶牛排成一列,然后准备经过评委检验. 比赛中简单地将奶牛的名字缩写为其头字母(the initial letter of every cow),举个例子,FJ带了...
分类:其他好文   时间:2015-05-25 14:19:41    阅读次数:127
【Letter Combinations of a Phone Number】cpp
题目:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telep...
分类:其他好文   时间:2015-05-22 14:55:29    阅读次数:135
Cards CodeForces 399C
DescriptionUser ainta loves to play with cards. He has a cards containing letter "o" and b cards containing letter "x". He arranges the cards in a row...
分类:其他好文   时间:2015-05-21 17:01:16    阅读次数:133
css字体
1、单词上浮:An old woman had a cat. 注意:适用于标签2、首行缩进:text-indent: 10%; 段落两侧对其:text-align: justify;3、字间距:word-spacing:10px; 字母间距:letter-spacing:10px;4、字体装饰...
分类:Web程序   时间:2015-05-20 22:09:24    阅读次数:195
poj 1171 Letter Game 字符串处理
#include using namespace std; char s[16]; int cnt[256]; int tot[256]; int m[256]; struct DICT { char words[10]; int len,val; }dic[40010]; int tovalue(char ch[]) { int sum=0; for(int i=0;ch[i]!='...
分类:其他好文   时间:2015-05-20 14:50:27    阅读次数:130
leetcode : Word Search II
Word Search II Total Accepted: 423 Total Submissions: 2510 Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from letter...
分类:其他好文   时间:2015-05-20 07:09:45    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!