码迷,mamicode.com
首页 >  
搜索关键字:gray    ( 1068个结果
js演示棋盘覆盖
附代码: New Document table,td{ border:1px solid gray; } var t=0; var color_arr=['red','yellow','green','blue']; var num function initTable(){ ...
分类:Web程序   时间:2015-08-21 17:06:14    阅读次数:236
Delphi基本图像处理代码
//浮雕procedure Emboss(SrcBmp,DestBmp:TBitmap;AzimuthChange:integer);overload;var i, j, Gray, Azimuthvalue, R, G, B: integer; SrcRGB, SrcRGB1, SrcRGB2, ...
分类:Windows程序   时间:2015-08-18 18:21:23    阅读次数:205
【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-08-17 15:19:31    阅读次数:86
如何让实现整站变灰色调 (一般用于悼念活动)
給你网站所有的html标签加上这一段css代码即可,顺序不要弄错了哦html{filter: grayscale(100%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: gray...
分类:其他好文   时间:2015-08-16 16:33:59    阅读次数:129
hdu5375 Gray code
Problem Description The reflected binary code, also known as Gray code after Frank Gray, is a binary numeral system where two successive values differ in only onebit (binary digit). The reflected b...
分类:其他好文   时间:2015-08-15 18:26:59    阅读次数:127
hdu 5375 - Gray code(dp) 解题报告
Gray code Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 684    Accepted Submission(s): 402 Problem Description The reflected bina...
分类:其他好文   时间:2015-08-14 19:20:03    阅读次数:98
Ural 1780 Gray Code 乱搞暴力
原题链接:http://acm.timus.ru/problem.aspx?space=1&num=17801780. Gray CodeTime limit: 0.5 secondMemory limit: 64 MBDenis, Vanya and Fedya gathered at their...
分类:其他好文   时间:2015-08-13 20:06:14    阅读次数:136
HDU 5375 Gray code (简单dp)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5375 题面: Gray code Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 626    Accepted Submi...
分类:其他好文   时间:2015-08-13 12:26:43    阅读次数:101
hdu 5375 多校
Gray code Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 604    Accepted Submission(s): 357 Problem Description The reflected bina...
分类:其他好文   时间:2015-08-12 21:44:27    阅读次数:112
HDU 5375——Gray code——————【dp||讨论】
Gray codeTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 569Accepted Submission(s): 337Problem Des...
分类:其他好文   时间:2015-08-12 19:00:54    阅读次数:123
1068条   上一页 1 ... 84 85 86 87 88 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!