码迷,mamicode.com
首页 >  
搜索关键字:purple    ( 89个结果
简单的排列组合-使用枚举
有五种颜色,每次取出三种,要求颜色无重复 1 #include 2 3 int main(void) 4 { 5 enum color{blue,red,yellow,purple,black}; 6 enum color i,j,k,pri; 7 8 int n,loo...
分类:其他好文   时间:2014-09-07 10:58:24    阅读次数:210
css addClass小结
经常需要在某些判断的时候给元素增加样式。通常使用的方式是assClasscss .content{ color: green; } .content .warm{ color: purple; }bo...
分类:Web程序   时间:2014-08-23 21:29:41    阅读次数:264
Lesson 47-48 Traffic Accidents
1 pattern 模式,方式n eg. A change in the pattern of his breathing became apparent.他的呼吸方式明显起了变化。 图案 eg. A golden robe embroidered with red an purple thread...
分类:其他好文   时间:2014-08-08 08:26:57    阅读次数:273
我给女朋友讲编程html系列(9)—颜色值及如何获取颜色值和下载软件小技巧
一、颜色名 大多数的浏览器都支持颜色名集合。 仅仅有 16 种颜色名被 W3C 的 HTML4.0 标准所支持。它们是:aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, ....
分类:Web程序   时间:2014-07-30 00:54:22    阅读次数:394
hdu1179Ollivanders: Makers of Fine Wands since 382 BC. (二分最大匹配)
Problem Description In Diagon Alley ,there is only one Wand-seller,peeling gold letters over the door read Ollivanders: Makers of Fine Wands since 382 BC.A single wand lay on a faded purple cushion i...
分类:其他好文   时间:2014-07-29 14:59:59    阅读次数:242
Bags Are Available In Different Sizes
European and American breeds rare black color and distinct facial features, pale pinkish purple color of this long dress with matching holes for a fre...
分类:其他好文   时间:2014-07-28 14:56:43    阅读次数:377
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
HTML基础教程(16)——HTML颜色名--
页提供了被大多数浏览器支持的颜色名。提示:仅有 16 种颜色名被 W3C 的 HTML 4.0 标准支持,它们是:aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow...
分类:Web程序   时间:2014-07-17 22:20:12    阅读次数:545
Windows命令行(DOS命令)教程-4(转载)http://arch.pconline.com.cn//pcedu/rookie/basic/10111/15325_3.html
2. md md是英文make directory(创建目录)的缩写 [功能] 创建一个子目录 [格式] md [C:]path [举例] 用md 建立一个叫做purple的目录 3. cd cd是英文change directory(改变目录)的缩写 [功能] 改变或显示当前目录 [格式] cd ...
分类:Windows程序   时间:2014-05-15 07:50:44    阅读次数:418
89条   上一页 1 ... 7 8 9
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!