码迷,mamicode.com
首页 >  
搜索关键字:gray    ( 1068个结果
媒体查询语法
CSS媒体查询语法body { background-color: gray;}@media screen and (max-width: 960px) { body { background-color: red; }}@media screen and (max-...
分类:其他好文   时间:2015-09-11 16:05:47    阅读次数:186
leetcode笔记:Gray Code(2016腾讯软件开发笔试题)
一.题目描述 The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total number of bits in the code, print the...
分类:其他好文   时间:2015-09-09 23:00:04    阅读次数:422
[LeetCode]Gray Code
Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the tot...
分类:其他好文   时间:2015-09-09 18:56:08    阅读次数:114
Gray Code LeetCode 89
题目:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the total n...
分类:其他好文   时间:2015-09-08 21:54:06    阅读次数:164
(算法)格雷码
题目:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total num...
分类:编程语言   时间:2015-09-07 21:16:44    阅读次数:281
[leetcode] Gray Code
描述: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total...
分类:其他好文   时间:2015-09-05 22:18:19    阅读次数:194
CSS设定图片变灰色
在最近工作中,开发过程中需要设定一个图片变为灰色,刚开始我以为是更换图片,可是做了一段时间发现CSS就可以设定图片颜色变回灰色。具体的代码如下: 图片如下: 具体的实现由两种方法:一个是CSS3的滤镜功能。具体代码如下: .gray { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%)...
分类:Web程序   时间:2015-08-29 21:44:37    阅读次数:206
HDU 5375(Gray code-格雷码dp)
Gray code Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 860    Accepted Submission(s): 490 Problem Description The reflected binary c...
分类:其他好文   时间:2015-08-26 22:31:21    阅读次数:222
hdu5375 Gray code(动态规划)
题目: Gray code Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 860    Accepted Submission(s): 490 Problem Description The reflected b...
分类:其他好文   时间:2015-08-26 22:20:26    阅读次数:163
灯塔(LightHouse)
DescriptionAs shown in the following figure, If another lighthouse is in gray area, they can beacon each other.For example, in following figure, (B, R...
分类:其他好文   时间:2015-08-26 15:42:40    阅读次数:204
1068条   上一页 1 ... 83 84 85 86 87 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!