码迷,mamicode.com
首页 >  
搜索关键字:tiles    ( 240个结果
GeoServer与GeoWebCache的关系
GeoWebCache is a Java web application used to cache map tiles coming from a variety of sources such as OGC Web Map Service (WMS). It implements variou ...
分类:Web程序   时间:2021-06-02 10:58:05    阅读次数:0
Leetcode 1079 活字印刷 回溯
回溯解法,JAVA: public final int numTilePossibilities(String tiles) { Set<String> set = new HashSet<String>(); search(tiles.toCharArray(), "", tiles.length ...
分类:其他好文   时间:2021-04-20 15:41:31    阅读次数:0
CF Round 1473
1473G - Tiles 画图分析,可以发现路径形成了网格图,每一次的状态是一条斜线上的所有点,增加操作就是将网格图向外拓展,减少操作就是将网格图向内收拢。 可以分阶段统计,因为每次阶段上点的数量最大只会变化 \(5\),点数是 \(O(n)\) 级别的,相邻阶段之间可以用组合数转移。 \(f_{ ...
分类:其他好文   时间:2021-01-16 11:50:20    阅读次数:0
gdal_data tif to tiles
下载工具 链接:https://pan.baidu.com/s/1V9icqEQN5vXxfkDGRwNuNA提取码:1qpj 电脑安装过arcgis 10.2.2, 它会在C盘生成一个python的文件夹,再安装Python一次,2.7.11版本 按步骤执行,其中这里要选another locat ...
分类:其他好文   时间:2020-05-01 10:48:12    阅读次数:59
Cesium案例解析(六)——3DTilesInspector监视器
[toc] 1. 概述 3D Tiles作为传输和渲染大规模3D地理空间数据的格式,应对的都是大规模数据的场景,Cesium提供了一个监视3D Tiles数据的监视器,可以通过这个监视器观察3D Tiles数据的效果。 2. 案例 HTML页面3DTilesInspector.html代码如下: 主 ...
分类:其他好文   时间:2020-02-22 21:59:16    阅读次数:95
Cesium案例解析(五)——3DTilesPhotogrammetry摄影测量3DTiles数据
[TOC] 1. 概述 3D Tiles是用于传输和渲染大规模3D地理空间数据的格式,例如摄影测量,3D建筑,BIM / CAD,实例化特征和点云等。与常规的模型文件格式相比,最大的特点就是包含了分层分户的瓦片,根据可视化需要呈现相应的细节,并且已经被纳入到OGC规范当中。 在Cesium的自带示例 ...
分类:其他好文   时间:2020-02-15 17:02:59    阅读次数:124
hdu1312 Red and Black
"题目链接" 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 bl ...
分类:其他好文   时间:2020-02-01 12:47:27    阅读次数:85
DFS/BFS-A - Red and Black
A - Red and Black 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. ...
分类:其他好文   时间:2020-01-23 13:54:42    阅读次数:86
leetcode 1079. Letter Tile Possibilities
You have a set of tiles, where each tile has one letter tiles[i]printed on it. Return the number of possible non-empty sequences of letters you can ma ...
分类:其他好文   时间:2020-01-13 10:55:57    阅读次数:73
[转]在WorldWind中加入*.x格式的三维模型
Nasa支持的WorldWind项目最近推出了1.4RC5版,可以加入三维模型,效果如下图所示: 点击查看大图 WW1.4对XML配置文件增加了许多新的元素,其中ModelFeature就是用来增加三维模型的,如下所示: 本来在LayerSet.xsd中应该对其进行描术,不过我下载的最新版本中该文件 ...
分类:Windows程序   时间:2020-01-01 12:11:20    阅读次数:166
240条   1 2 3 4 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!