----------written by shenwenkai-------------ubuntu linux环境下,按照网址(https://switch2osm.org/serving-tiles/building-a-tile-server-from-packages/提供的方式,执行至su...
分类:
其他好文 时间:
2015-08-28 12:36:40
阅读次数:
260
Description
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 tiles...
分类:
其他好文 时间:
2015-08-25 16:42:51
阅读次数:
224
/*
Author: Tanky Woo
Blog: www.WuTianQi.com
棋盘覆盖问题
分治法
2010-12-3
*/
#include
using namespace std;
const int N = 11;
int Board[N][N];
int tile = 0;
/*
tr:棋盘左上角方格的行号
tc:棋盘左上角方格的列号
dr:特殊方格所在的行号
dc:特...
分类:
其他好文 时间:
2015-08-25 16:34:10
阅读次数:
194
Walking Ant
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Ants are quite diligent. They sometimes build their nests beneath flagstones.
Here, an ant is walking in a rectangular area tile...
分类:
其他好文 时间:
2015-08-21 09:29:43
阅读次数:
186
Ezchip Tilera Tile-Mx100: Der 100-ARM-NetzwerkprozessorARM-Kerne statt VLIW-Einheiten: Tileras neuer Netzwerk-Controller besteht aus 100 Cortex A53 un...
分类:
Web程序 时间:
2015-08-18 18:30:39
阅读次数:
219
https://www.assetstore.unity3d.com/cn/#!/content/3344版本:2.4.0下载地址密码:xoac
分类:
编程语言 时间:
2015-08-18 13:35:47
阅读次数:
137
https://www.assetstore.unity3d.com/cn/#!/content/3276版本: 1.1下载地址密码:mt8a
分类:
编程语言 时间:
2015-08-18 11:37:49
阅读次数:
239
Description
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...
分类:
其他好文 时间:
2015-08-15 20:07:33
阅读次数:
111
make[1]: 正在进入目录 /home/wml/src/mod_tile-master'
depbase=echo src/gen_tile.o | sed 's|[^/]*$|.deps/&|;s|.o$||'`;g++ -DHAVE_CONFIG_H -I. -I./includes -I/usr/include/freetype2 -pthread -I/usr/local/in...
分类:
编程语言 时间:
2015-08-13 22:15:39
阅读次数:
245
方法两种:首先必须在res/drawable目录下包含一个background.jpg方法1:在res/drawable中创建一个xml文件(background_repeat.xml) 内容为[html]view plaincopy然后再Activity的xml中[html]view plainc...
分类:
其他好文 时间:
2015-08-11 18:11:22
阅读次数:
113