题目链接:http://poj.org/problem?id=3276 题意:n牛头排成一排,每头牛两个状态,向前或向后,为了让所有的牛都向前,现在有一个机器 每次 能控制连续K头牛转换自己的状态,求让所有牛都向前的最少操作次数,以及对应的K值; 同一头牛翻转的次数为偶数时,相当于没有翻转;我们可以 ...
分类:
其他好文 时间:
2016-08-20 17:41:58
阅读次数:
114
We have a machine for painting cubes. It is supplied with three different colors: blue, red and green. Each face of the cube gets one of these colors. ...
分类:
其他好文 时间:
2016-08-18 00:57:30
阅读次数:
163
@font-face @font-face能够加载服务器端的字体文件,让浏览器端可以显示用户电脑里没有安装的字体。 语法: 这样设置之后,就可以像使用普通字体一样在(font-family)中设置字体样式。 ...
分类:
Web程序 时间:
2016-08-14 21:57:51
阅读次数:
124
body的属性: bgcolor 页面背景色 background 背景壁纸、图片 text 文字颜色 topmargin 上边距 leftmargin 左边距 rightmargin 右边距 bottommargin 下边距 格式控制标签: <font color="" face="" size= ...
分类:
Web程序 时间:
2016-08-14 09:05:44
阅读次数:
145
不同的文字效果可使得网页变得更加绚丽,设置不同的文字效果的属性位于文字格式标记<font>中。 文字字体——face 在HTML语言中,可用face属性设置文字的不同效果。设置的字体效果必须在浏览器安装了相应的字体后才可以正确浏览,否则这些特殊字体会被浏览器中的普通字体代替。 语法:<font fa ...
分类:
Web程序 时间:
2016-08-11 19:09:12
阅读次数:
145
此篇博文主要记录一些标签的常用属性 Font标签 size:字体大小 color:颜色 face:字体 Body标签 text:文本颜色 bgcolor:背景色 background:背景图片 一些文本修饰标签 <big>相对默认文字大一些 <small>对默认文字小一些 <b>加粗 <strong ...
分类:
Web程序 时间:
2016-08-11 13:02:14
阅读次数:
181
1. 从FONT-FACE说起 要想了解iconfont,得从一个新的css3规则说起。css3中,新增了一种样式规则,@font-face,这个规则可以用来引入自定义的字体,到客户端。以前,我们的字体只能听任客户端的。因为用户没有安装的话,我们强制要求显示也没有办法。 现在使用@font-face ...
分类:
其他好文 时间:
2016-08-10 16:03:29
阅读次数:
139
Description There are several colored cubes. All of them are of the same size but they may be colored differently. Each face of these cubes has a sing ...
分类:
其他好文 时间:
2016-08-09 16:13:46
阅读次数:
136
今天,我开始学习了网站开发中HTML的部分内容,主要包括标签和表格。 body的属性:bgcolor,background,text,topmargin,bottomargin,leftmargin,rightmargin.格式控制字体font的属性:<font color="" face="" s ...
分类:
Web程序 时间:
2016-08-08 17:10:14
阅读次数:
219
How does the world look through your eyes? 你眼中的世界是什么样的呢? This morning I saw a girl that is just the type I love. Glancing on her face, and I suddenly ...
分类:
其他好文 时间:
2016-08-05 10:12:10
阅读次数:
109