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
                             
                         
                    
                        
                            
                            
                                下载DEM数据:http://srtm.csi.cgiar.org/SELECTION/inputCoord.asp一般情况在上面的网址即可下载对应区域的DEM文件,然而数据比较老了,可能没有沿海的数据(如填海新建的陆地)。自己制作DEM,需要下载取点工具:http://download.csdn....
                            
                            
                                分类:
其他好文   时间:
2015-08-04 10:44:07   
                                阅读次数:
258
                             
                         
                    
                        
                            
                            
                                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
                             
                         
                    
                        
                            
                            
                                原来总是直接 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++ 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 开发时实现的类似的功能。最终效果
                            
                            
                                分类:
其他好文   时间:
2015-07-31 20:01:58   
                                阅读次数:
115
                             
                         
                    
                        
                            
                            
                                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
                             
                         
                    
                        
                            
                            
                                这篇文章中,我将从10个方面来对AJAX技术进行系统的讲解。1、ajax技术的背景不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早...
                            
                            
                                分类:
Web程序   时间:
2015-07-22 18:16:08   
                                阅读次数:
145
                             
                         
                    
                        
                            
                            
                                从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