码迷,mamicode.com
首页 >  
搜索关键字:tile    ( 284个结果
POJ 题目2506Tiling(大数)
Tiling Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8128   Accepted: 3941 Description In how many ways can you tile a 2xn rectangle by 2x1 or 2x2 tiles?  ...
分类:其他好文   时间:2015-07-22 13:18:15    阅读次数:101
Android Shader渲染器:BitmapShader
public class BitmapShader extends Shader BitmapShader,  Shader家族的 专门处理图片渲染的 构造方法: public BitmapShader(Bitmap bitmap, TileMode tileX, TileMode tileY)    bitmap:原图    tile直译为 瓷砖,瓦片。这里的Til...
分类:移动开发   时间:2015-07-14 17:53:51    阅读次数:273
[ACM] POJ 2506 Tiling (递归,睑板)
TilingTime Limit:1000MSMemory Limit:65536KTotal Submissions:7487Accepted:3661DescriptionIn how many ways can you tile a 2xn rectangle by 2x1 or 2x2 ti...
分类:其他好文   时间:2015-07-14 17:28:21    阅读次数:131
cocos2d-x使用tile map总结
cocos2d-x使用tile map总结 使用tile map来做游戏能大大提高开发效率的,最近新开发的游戏也使用tile map来开发。 根据自己的使用过tile map的经验和参考一些资料,总结一下用法包括: 1 最基本的是做游戏地图,导入素材之后,用刷子刷出自己需要的地形图;创建地图和背景层的代码例子如下: auto tileMap = TMXTiledMap::cr...
分类:其他好文   时间:2015-07-11 18:25:34    阅读次数:157
一些项目——深度搜索
Problem 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 adja...
分类:其他好文   时间:2015-06-28 17:36:15    阅读次数:155
poj 1979 Red and Black
Red and BlackTime Limit:1000MSMemory Limit:30000KTotal Submissions:25228Accepted:13605DescriptionThere is a rectangular room, covered with square tile...
分类:其他好文   时间:2015-06-14 15:02:56    阅读次数:114
ArcGIS 制作 “地图切片(tile)”
地图切片简介      地图切片,就是将一幅地图切成很多大小一致的小块,调用时候,只有需要的部分才会发送过去,节省带宽的同时,还节省了服务器端实时渲染地图的时间。但是地图切片有一个特点,就是不适合经常变动,或者说实时动态的数据,因为地图切片是地图服务器端事先渲染好的,而且制作地图切片是一个漫长的过程,可以说真的需要很长时间,但是用一次的耗费,换来性能的提升和节省多次渲染的时间是值得的。      切...
分类:其他好文   时间:2015-06-07 09:34:24    阅读次数:21014
Android自定义磁贴按钮tile
利用该控件可以实现"去啊"、"携程"的卡片式效果,支持点击后缩放动画。http://www.see-source.com/androidwidget/list.html
分类:移动开发   时间:2015-05-27 19:21:30    阅读次数:148
GIS理论(墨卡托投影、地理坐标系、地面分辨率、地图比例尺、Bing Maps Tile System)转载
墨卡托投影(Mercator Projection),又名“等角正轴圆柱投影”,荷兰地图学家墨卡托(Mercator)在1569年拟定,假设地球被围在一个中空的圆柱里,其赤道与圆柱相接触,然后再假想地球中心有一盏灯,把球面上的图形投影到圆柱体上,再把圆柱体展开,这就是一幅标准纬线为零度(即赤道)的“...
分类:其他好文   时间:2015-05-23 15:25:02    阅读次数:178
[机器学习]kNN算法python实现(实例:数字识别)
# 使用好任何机器学习算法的前提是选好Features from numpy import * import operator from os import listdir def classify0(inX, dataSet, labels, k):     dataSetSize = dataSet.shape[0]     diffMat = tile(inX, (dat...
分类:编程语言   时间:2015-05-10 09:56:10    阅读次数:202
284条   上一页 1 ... 19 20 21 22 23 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!