码迷,mamicode.com
首页 >  
搜索关键字:googel earth    ( 398个结果
国内电子地图盘点
Google地图:http://ditu.google.cn/ 开放API,访问速度快,稳定,跟Google Earth融为一体,只是数据更新稍微有点慢。 图吧:http://map.mapbar.com/p_china_map/ 开放API,数据更新快(百度地图也是调用的这个)。 搜狗地图:htt... ...
分类:其他好文   时间:2016-05-14 00:58:20    阅读次数:169
IOS NSBundle的使用,注意mainBundle和Custom Bundle的区别
1、[NSBundle mainBundle],文件夹其实是Group,如左侧的树形文件管理器 Build之后,文件直接就复制到了根目录下,于是读取的方法,应该是这样: NSString *earth = [[NSBundle mainBundle] pathForResource:@"Brad C ...
分类:移动开发   时间:2016-05-13 07:46:48    阅读次数:179
计算gps
var earth_radius=6378.137; // 计算两个脑残点之间的距离, 单位 : 公里 function get_map_distance(latA,lngA,latB,lngB){ var a=latA*Math.PI/180.0-latB*Math.PI/180.0; var b ...
分类:其他好文   时间:2016-05-10 12:23:08    阅读次数:286
HDOJ(HDU) 2309 ICPC Score Totalizer Software(求平均值)
Problem Description The International Clown and Pierrot Competition (ICPC), is one of the most distinguished and also the most popular events on earth in the show business. One of the unique feature...
分类:其他好文   时间:2016-05-07 09:19:59    阅读次数:177
hdu 1800 Flying to the Mars
Problem Description In the year 8888, the Earth is ruled by the PPF Empire . As the population growing , PPF needs to find more land for the newborns ...
分类:其他好文   时间:2016-05-04 01:19:57    阅读次数:183
英翻中练习(1):
w8d3 英翻中练习: 英文原文: When I was young, there was an amazing publication called The Whole Earth Catalog, which was one of the bibles of my generation. It ...
分类:其他好文   时间:2016-04-29 08:11:09    阅读次数:225
ArcGIS Earth数据小析
ArcGIS Earth,一款轻量级的三维地球应用。因为工作关系下载试用了半天,正好借这个机会简单研究一下ArcGIS Earth的大概思路,特别是地形数据的组成和影像数据的加载,在这总结整理一下。下面ArcGIS Earth简称为AE。 好了,本文先说点人话,接着上硬菜,最后再上点调味小菜。废话不... ...
分类:其他好文   时间:2016-04-19 09:58:22    阅读次数:180
Ajax 原理及优缺点
1、ajax技术的背景 不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99年IE5推出之时,它便开始支持XmlHttpRequest对象,并且微软之前已经开始在它的一些...
分类:Web程序   时间:2016-04-15 12:15:17    阅读次数:234
【Google Earth】使用GPS数据gpx创建航迹
一、航迹创建的方式 航迹官方解释:https://support.google.com/earth/answer/148095?hl=zh-Hans#ImportingExisting 1.航迹可以从GPS设备记录的gpx数据生成, 首先获得GPS设备记录的gpx数据如下: 单元数据内容如下: 导入
分类:其他好文   时间:2016-03-15 12:06:51    阅读次数:588
WorldWind源码剖析系列:BMNG类构造函数深入分析
BMNG构造函数深入分析 一、主要类图 二、主要功能: 1) BMNG类 BMNG类将包含以“Blue Marble”为主题的所有可渲染影像的根节点添加到当前星球的可渲染对象列表中,包括“ \Data\Earth\BmngBathy\”目录下的随源代码发布的12幅图像、从NASA服务器上下载的经过分
分类:Windows程序   时间:2016-03-10 07:02:25    阅读次数:262
398条   上一页 1 ... 23 24 25 26 27 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!