码迷,mamicode.com
首页 >  
搜索关键字:googel earth    ( 398个结果
解决tomcat启动超时
D:\audaque\developing\program01\earth\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <servers> ? <server auto-publish-setting="2"...
分类:其他好文   时间:2015-08-12 10:20:51    阅读次数:138
利用Google Earth制作DEM
下载DEM数据:http://srtm.csi.cgiar.org/SELECTION/inputCoord.asp一般情况在上面的网址即可下载对应区域的DEM文件,然而数据比较老了,可能没有沿海的数据(如填海新建的陆地)。自己制作DEM,需要下载取点工具:http://download.csdn....
分类:其他好文   时间:2015-08-04 10:44:07    阅读次数:258
URAL 1900. Brainwashing Device(dp+输出路径)
1900. Brainwashing Device Time limit: 1.0 second Memory limit: 64 MB While some people travel in space from planet to planet and discover new worlds, the others who live on Earth still have...
分类:其他好文   时间:2015-08-03 19:11:55    阅读次数:369
plsql导入导出表
原来总是直接 tools->import talbes->Oracle Import结果发现有的时候会出错:有的表不能正确导入, baidu+googel解决办法如下:导出步骤:1 tools ->export user object 选择选项,导出.sql文件2 tools ->export ta...
分类:数据库   时间:2015-08-03 13:00:17    阅读次数:135
Creating an generated Earth AVI with C++
Creating an generated Earth AVI with C++ EarthGenerator.cpp/* EarthGenerator.cpp An example on how to use AviMemDC.cpp Copyright (c) 1998-2003 Torbe.....
分类:编程语言   时间:2015-08-02 16:26:20    阅读次数:255
Google map实现类似Google earth的图标展开功能
前言 在Google map的开发时,如果有多个图标重叠在一起,这时下面的图标就点击不到。而在Google Earth中,鼠标一移到上面就会自动弹开,这对于用户而言是十分人性化的一个功能。如下是在Google map 开发时实现的类似的功能。最终效果
分类:其他好文   时间:2015-07-31 20:01:58    阅读次数:115
zoj 3888 Twelves Monkeys(zoj 2015年7月月赛)
Twelves Monkeys Time Limit: 5 Seconds      Memory Limit: 32768 KB James Cole is a convicted criminal living beneath a post-apocalyptic Philadelphia. Many years ago, the Earth's surface had been ...
分类:其他好文   时间:2015-07-28 10:54:16    阅读次数:149
教你绘制整个越南骨干路由拓扑每分钟
一个标题党,在第一个点一个很大的标题来吸引各位看官来。其实原理很easy,我们的工作就是做一些数据的处理,最后生成kml剧本是现在Google Earth上。进入专题:首先数据源http://www.caida.org.这是一个英特网数据分析的合作组织,数据比較权威,全球非常多网络方面的科研数据都来...
分类:其他好文   时间:2015-07-23 19:21:52    阅读次数:110
Ajax的原理和应用
这篇文章中,我将从10个方面来对AJAX技术进行系统的讲解。1、ajax技术的背景不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早...
分类:Web程序   时间:2015-07-22 18:16:08    阅读次数:145
Java之——通过两个点的经纬度计算距离(插曲)
从google maps的脚本里扒了段代码,没准啥时会用上。大家一块看看是怎么算的。 private const double EARTH_RADIUS = 6378.137; private static double rad(double d) { return d * Math.PI / 180.0; } public static double GetDistance(doubl...
分类:编程语言   时间:2015-07-20 19:39:47    阅读次数:170
398条   上一页 1 ... 27 28 29 30 31 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!