码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
第一次作业
蟒蛇from turtle import * setup(800,800,200,200) penup() fd(-10) pendown() pensize(20) pencolor("blue") seth(10) colors=["blue","green","yellow","red"] f... ...
分类:其他好文   时间:2018-03-28 20:21:27    阅读次数:121
RichTextBox控件
RichTextBox控件允许用户输入和编辑文本的同时提供了比普通的TextBox控件更高级的格式特征 //color在c#中是个枚举enum 蓝色按钮:在蓝色按钮注册click事件后,richtextbox1.selectioncolor=color.blue; 红色按钮:在红色按钮注册click ...
分类:其他好文   时间:2018-03-20 15:14:43    阅读次数:261
sass 速查手册(part1)
(1)变量$符号来标识变量 $nav-color:#F90; nav{ $width:100px; width;$width; color:$nav-color; } (2)嵌套 这里就不阐述了 (3)父选择器的标识符& article a{ color:blue; &:hover{ color:r ...
分类:其他好文   时间:2018-03-15 15:13:42    阅读次数:148
[LeetCode] 151. 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". Update (2015-02-12):For C pr ...
分类:其他好文   时间:2018-03-10 11:46:31    阅读次数:140
2018年3月8号
<pre></pre>格式标签:定义预格式化的文本。在 pre 元素中的文本通常会保留空格和换行符. <center></center>:居中标签 (在标签里打文字都是默认居中). 颜色有三种形式: 1.英文 例如(red blue) 2.16进制代码 #开头 #00 00 00 3.rgba(0~ ...
分类:其他好文   时间:2018-03-09 19:01:28    阅读次数:151
CodeForces - 520B 按钮 [广度优先搜索/贪心]
Vasya has found a strange device. On the front panel of a device there are: a red button, a blue button and a display showing some positive integer. A ...
分类:其他好文   时间:2018-03-09 00:21:39    阅读次数:241
图像处理(一)
图像处理最主要有两种模型:RGB模型和HSI模型 RGB模型表示Red、Green、Blue,由红绿蓝三种颜色表示一个像素点。灰度的转化公式为 gray= 0.212671R+0.715160G+ 0.072169B HSI模型(Hue-Saturation-Intensity),即色调、饱和度、强 ...
分类:其他好文   时间:2018-03-08 20:15:58    阅读次数:200
浏览器滚动条样式更改
body{ scrollbar-arrow-color: red; /*上下按钮上三角箭头的颜色*/ scrollbar-face-color: #CBCBCB; /*滚动条凸出部分的颜色*/ scrollbar-3dlight-color: blue; /*滚动条亮边的颜色*/ scrollbar... ...
分类:其他好文   时间:2018-03-07 13:25:50    阅读次数:166
[LeetCode] 75. Sort Colors 颜色排序
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:编程语言   时间:2018-03-03 11:02:41    阅读次数:258
xtion与laser数据融合-特殊障碍物检测
图1. 机器人实际测试场景 图2. View of xtion 图3. laser scan (red point) 图4. xtion scan (blue point) 图5. Fuse xtion scan into laser scan (green point) 图6. Chair add ...
分类:其他好文   时间:2018-03-03 01:06:41    阅读次数:255
1833条   上一页 1 ... 41 42 43 44 45 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!