码迷,mamicode.com
首页 >  
搜索关键字:tile    ( 284个结果
switch2osm使用open street map离线地图中文乱码方框解决办法
----------written by shenwenkai-------------ubuntu linux环境下,按照网址(https://switch2osm.org/serving-tiles/building-a-tile-server-from-packages/提供的方式,执行至su...
分类:其他好文   时间:2015-08-28 12:36:40    阅读次数:260
poj1979 DFS
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
zoj 1671 Walking Ant
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-Netzwerkprozessor
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
Unity Rotorz Tile System
https://www.assetstore.unity3d.com/cn/#!/content/3344版本:2.4.0下载地址密码:xoac
分类:编程语言   时间:2015-08-18 13:35:47    阅读次数:137
Unity Tidy Tile Pack #1 资源下载
https://www.assetstore.unity3d.com/cn/#!/content/3276版本: 1.1下载地址密码:mt8a
分类:编程语言   时间:2015-08-18 11:37:49    阅读次数:239
回溯法——Red and Black
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
mod_tile编译出错 -std=c++11 or -std=gnu++11
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
使用一个小图片tile平铺到ImageView中或Activity背景
方法两种:首先必须在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
284条   上一页 1 ... 17 18 19 20 21 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!