码迷,mamicode.com
首页 >  
搜索关键字:black    ( 2607个结果
POJ 1979 Red and Black (DFS)
Red and Black Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 23904   Accepted: 12927 Description There is a rectangular room, covered with square tiles....
分类:其他好文   时间:2015-02-02 18:07:53    阅读次数:111
sdutoj 2373 Black and white painting( 规律统计计算 3Y )
Black and white painting题目描述You are visiting the Centre Pompidou which contains a lot of modern paintings. In particular you notice one painting which...
分类:其他好文   时间:2015-02-02 09:24:20    阅读次数:114
sdut oj 2372 Annoying painting tool (【暴力枚举测试】1Y )
Annoying painting tool题目描述Maybe you wonder what an annoying painting tool is? First of all, the painting tool we speak of supports only black and whit...
分类:其他好文   时间:2015-02-02 09:23:11    阅读次数:163
SPOJ COT3 Combat on a tree(Trie树、线段树的合并)
题目链接:http://www.spoj.com/problems/COT3/Alice and Bob are playing a game on a tree of n nodes.Each node is either black or white initially.They take tu...
分类:其他好文   时间:2015-02-01 23:19:06    阅读次数:986
Canvas简单动画和像素处理
动画利用JavaScript,可以在canvas元素上很容易地产生动画效果。var posX = 20, posY = 100;setInterval(function() { context.fillStyle = "black"; context.fillRect(0,0,ca...
分类:其他好文   时间:2015-01-31 23:13:38    阅读次数:337
【Black porcelain】黑瓷系列皮肤 - 持续更新!
依托于百度手机输入法 感谢使用者一直以来的支持,然后现在用版本号的形式,从0.9开始吧, 网盘下载地址: http://pan.baidu.com/share/link?shareid=2784301828&uk=4264694477...
分类:其他好文   时间:2015-01-31 12:25:44    阅读次数:299
bb_black_学习笔记——(4)闪烁LED之shell命令
上一篇笔记在终端输入shell命令实现了LED灯的点亮与熄灭,作为初学者,已经兴奋了一阵,因为终于有了零的突破。手动点亮LED总会比较麻烦,还是得通过程序让它自己去点亮与熄灭,这样才更好玩。这篇笔记里,笔者通过学习shell脚本,实现LED的闪烁,这样才好玩。本篇笔记还是先从现象看起,然后在分析其实...
分类:系统相关   时间:2015-01-31 10:38:51    阅读次数:229
C#操作Xml:XPath语法 在C#中使用XPath示例
XPath可以快速定位到Xml中的节点或者属性。XPath语法很简单,但是强大够用,它也是使用xslt的基础知识。示例Xml:?1234567891011121314151617181920212223242526272829100this is a black cat80this is a whi...
分类:Windows程序   时间:2015-01-30 17:16:36    阅读次数:318
JAVA enum与int的转换——转载
转自:http://blog.csdn.net/liranke/article/details/22751453作者:langya2007对于:enum Color {RED,BLUE,BLACK YELLOW,GREEN}; (1) ordinal()方法: 返回枚举值在枚举类种的顺序。这个顺.....
分类:编程语言   时间:2015-01-29 01:24:14    阅读次数:255
CDZSC_2015寒假新人(4)——搜索 B
DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a...
分类:其他好文   时间:2015-01-27 21:43:01    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!