码迷,mamicode.com
首页 >  
搜索关键字:skyline    ( 146个结果
[原创.数据可视化系列之二]使用cesium三维地图展示美国全球军事基地分布
基于浏览器的三维地图还算是一个比较高冷的东西,最主要的技术难点是如何在浏览器上 多快好省 的显示三维数据,很遗憾,还真的没有太好的的方案,只能说还有可行的方案。 很久之前用过skyline,使用CS居多,也可以在浏览器使用actviex插件显示;另外就是arcgis globe,我没看到在项目中用的 ...
分类:其他好文   时间:2016-05-20 13:12:39    阅读次数:205
如何扩展32位EXE程序的使用内存
1 运行Visual studio的命令行,执行下面命令:editbin /LARGEADDRESSAWARE “C:\Program Files\Skyline\TerraExplorer Pro\TerraExplorer.exe” 使用该方法可以让我们的Windows 7系统上安装的x86(即 ...
分类:其他好文   时间:2016-05-19 10:35:54    阅读次数:239
218. The Skyline Problem
A city's skyline is the outer contour of the silhouette formed by all the buildings in that city when viewed from a distance. Now suppose you are give ...
分类:其他好文   时间:2016-05-07 13:32:04    阅读次数:216
SkylineGlobe MFC C++ 开发示例代码
SkylineGlobe的SDK底层是跨平台的C++内核,面向不同平台封装原生的API,具有很高的执行效率, 下面是C++二次开发时的示例代码: #import "D:\Program Files (x86)\Skyline\TerraExplorer Pro\TerraExplorerX.dll"
分类:编程语言   时间:2016-02-17 10:56:02    阅读次数:148
uva 105 - The Skyline Problem
一、用数组储存该位置的最高点即可(图形的连续点离散化),注意左边界及右边界的情况;注意:无论建筑物最左边是盖到哪里,你都得从1开始输出(输入输出都是integer,所以才能离散化); 1 #include 2 #include 3 using namespace std; 4 5 int ma...
分类:其他好文   时间:2016-01-09 18:22:40    阅读次数:171
Leetcode: The Skyline Problem
A city's skyline is the outer contour of the silhouette formed by all the buildings in that city when viewed from a distance. Now suppose you are give...
分类:其他好文   时间:2015-12-18 13:05:34    阅读次数:178
SkylineGlobe Android 开发 面积计算示例代码
SkylineGlobe Android 开发 面积计算示例代码:如果之前熟悉SkylineGlobe桌面端的二次开发,看这些代码应该不难理解。package com.skyline.terraexplorer.tools;import android.os.Handler;import andro...
分类:移动开发   时间:2015-12-14 18:54:42    阅读次数:381
105 - The Skyline Problem(利用判断,在于想法)
题目来源:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=41解题思路:当看到题目时,仔细想想感觉用暴力方法挺复杂的.需要判断建筑是否...
分类:其他好文   时间:2015-12-12 18:38:06    阅读次数:148
Leetcode-The Skyline Problem题解
一. 题目 Leetcode平台上天际线问题A city's skyline is the outer contour of the silhouette formed by all the buildings in that city when viewed from a distance. No...
分类:其他好文   时间:2015-12-05 12:55:52    阅读次数:257
SkylineGlobe 移动端开发测试
基于SkylineGlobe提供的安卓版本SDK,在已有菜单中增加自定义内容,测试代码如下:新增加文件ZhaoHeContainer.javapackage com.skyline.terraexplorer.tools;import java.util.concurrent.Callable;im...
分类:移动开发   时间:2015-12-04 20:19:44    阅读次数:229
146条   上一页 1 ... 6 7 8 9 10 ... 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!