码迷,mamicode.com
首页 >  
搜索关键字:googel earth    ( 398个结果
android各种资源的详细解释
1、字符数组 使用字符串数组资源标签定义,在包括一些标签数组元素标记。 例如 Mercury Values Earth Mars 在代码中引用字符串数组的代码例如以下:String[] plans=getResources().getStringArray(R.array.planets_arra....
分类:移动开发   时间:2015-07-13 18:16:56    阅读次数:132
关于经纬度换算地算法
public Angle se(Angle latA, Angle lonA, TKsoft.Earth.Angle latB, Angle lonB) { //知道 两点经纬度,求角度的方法 double cosLatB = Math....
分类:编程语言   时间:2015-07-02 22:18:00    阅读次数:260
字典映射{ :}
>>> a={'host':'earth'}>>> a['port']=80>>> a{'host': 'earth', 'port': 80}>>> a('port')=80SyntaxError: can't assign to function call>>> a{'port'}=80Synt...
分类:其他好文   时间:2015-06-29 23:46:47    阅读次数:381
GPS/轨迹追踪、轨迹回放、围栏控制
折腾一个多月终于弄完了这个项目,起初都未曾接触GPS/轨迹追踪、轨迹回放、圈划围栏...等一些在百度地图或者Googel地图操作的一些业务,后端的业务相对来说简单点cas单点登录,mongdb灵活的数据存储方式,ActiveMQ消息推送、Redis存储...这篇的主要篇幅主要来讲述下项目中的一些地图...
分类:其他好文   时间:2015-06-25 12:11:17    阅读次数:5038
ajax技术
1、ajax技术的背景不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99年...
分类:Web程序   时间:2015-06-24 10:40:27    阅读次数:131
给出两点经纬度算距离
1 2 private static final double EARTH_RADIUS = 6378137;//赤道半径(单位m) 3 4 /** 5 * 转化为弧度(rad) 6 * */ 7 private static d...
分类:其他好文   时间:2015-06-24 07:03:34    阅读次数:136
poj3080 Blue Jeans
Description The Genographic Project is a research partnership between IBM and The National Geographic Society that is analyzing DNA from hundreds of thousands of contributors to map how the Earth w...
分类:其他好文   时间:2015-06-14 12:32:42    阅读次数:138
hdu2309ICPC Score Totalizer Software
Problem DescriptionThe International Clown and Pierrot Competition (ICPC), is one of the most distinguished and also the most popular events on earth ...
分类:其他好文   时间:2015-06-06 17:56:07    阅读次数:103
WorldWind源码剖析系列:缓冲类Cache
缓冲类Cache主要用于在最小的限制条件下保存从远程服务器通过网络下载下来的地理空间数据,以便当用户处于离线状态时能够使用这些已经缓冲好的数据。Google Earth也采用类似机制处理用户离线浏览漫游问题。该类类图如下。提供的主要参数设置有:缓冲区上限CacheUpperLimit(默认最大为2G...
分类:Windows程序   时间:2015-06-04 00:51:57    阅读次数:242
好的资源
这里,分享一些好的资源: University coursesCourseraUdacityMIT OpenCourseWareStanford Engineering EverywhereAcademic Earth Online tutorialsKhan AcademyTreehouseM.....
分类:其他好文   时间:2015-05-30 17:51:14    阅读次数:160
398条   上一页 1 ... 28 29 30 31 32 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!