int main(int argc, char *argv[]){#define WINDOW_BG FL_BLACK#define WINDOW_WIDTH 640#define WINDOW_HEIGHT 480#define BOX_WIDTH 100#define BOX_HEIGHT 40...
分类:
其他好文 时间:
2014-11-25 12:35:49
阅读次数:
225
Red and Black
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 10122 Accepted Submission(s): 6313
Problem Description
There is a...
分类:
其他好文 时间:
2014-11-24 22:30:30
阅读次数:
308
Uva 10599 - Robots(II) (dp + 记录路径) —— black的专栏 —— waShaXiu...
分类:
其他好文 时间:
2014-11-24 15:26:09
阅读次数:
195
基于收购的Kidaro技术开发出来的MED-V解决方案包括:
管理员定义的虚拟机(1),封装企业桌面环境:在标准桌面上常用的OS、企业应用程序和可选的管理工具。
镜像存储库(2),在标准Web服务器上存储所有虚拟镜像,支持虚拟镜像版本管理、客户端认证的镜像检索,并通过TrimTra..
分类:
其他好文 时间:
2014-11-24 13:42:10
阅读次数:
171
题目大意:给你一个房间,房间由一格格砖组成,有黑砖和红砖,只能站在黑砖上,
现在你站在其中一块黑砖上,且只能向相邻的黑砖上走,问:最多有多少块黑砖可以走
思路:数据规模不大,直接DFS上下左右四个方向...
分类:
其他好文 时间:
2014-11-24 11:53:21
阅读次数:
211
1、了解canvas
canvas id="stars" height="600">canvas>
这是画布
2、设置body背景色
style type="text/css">
body{
background-color: black;
}
style>
3、初始化画布及context...
分类:
Web程序 时间:
2014-11-23 20:18:54
阅读次数:
317
IE浏览器各版本的CSS Hack如下示例:.test{color:black;/*W3C*/color:red\9;/*IE6-IE10*/_color:black;/*IE6*/+color:black;/*IE7*/color:black\9\0;/*IE9IE10*/}通过这样的css,就....
分类:
Web程序 时间:
2014-11-23 13:05:43
阅读次数:
147
链接:点击打开链接
There 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 tile, he can move to one of four adjacent til...
分类:
其他好文 时间:
2014-11-21 16:19:59
阅读次数:
150
接受配置对象作为函数参数
虽然保持函数接受的参数的顺序很重要,但是当函数能够接受的参数达到一定数量时,也会让用户很头疼:
var alert = new Alert(100, 75, 300, 200,
"Error", message,
"blue", "white", "black",
"error", true);
随着函数的不断重构和进化,它能...
分类:
编程语言 时间:
2014-11-21 10:43:25
阅读次数:
206
ProblemN*N matrix is given with input red or black.You can move horizontally, vertically or diagonally. If 3 consecutive samecolor found, that color w...
分类:
其他好文 时间:
2014-11-21 06:56:50
阅读次数:
291