码迷,mamicode.com
首页 >  
搜索关键字:earth    ( 383个结果
EffectiveC#8--确保0对于值类型数据是有效的(初始化问题)
1.决不要创建一个不包括0在内的枚举类型2.举例如下:public enum Planet { Mercury = 1, Venus = 2, Earth = 3, Mars = 4, Jupiter = 5, Saturn = 6, Neptune = 7, Uranus = 8, Pluto ....
分类:Windows程序   时间:2015-10-11 23:04:09    阅读次数:230
根据经纬度计算两地间的距离
import?java.util.HashMap; import?java.util.Map; public?class?MapDistance?{ ???private?static?double?EARTH_RADIUS?=?6378.137; ???private?static?double?rad(double?d)?{ ??...
分类:其他好文   时间:2015-09-17 13:42:11    阅读次数:170
1027. Colors in Mars (20)
主题如以下:People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number...
分类:其他好文   时间:2015-09-11 22:13:24    阅读次数:238
地理坐标计算
/*根据半径(1000米)选择记录 */ SELECT * FROM pointlocation where earth_box(ll_to_earth(40.057031,116.307852),4000) @> ll_to_earth(pointlocation.lat, pointlocati...
分类:其他好文   时间:2015-09-09 17:15:50    阅读次数:165
poj 3669 Meteor Shower(bfs)
DescriptionBessie hears that an extraordinary meteor shower is coming; reports say that these meteors will crash into earth and destroy anything they ...
分类:其他好文   时间:2015-09-04 23:50:57    阅读次数:186
Google Earth 图片叠加Geo-referencing算法
以Google Earth的图片叠加层为例介绍Geo-referencing算法
分类:编程语言   时间:2015-09-03 06:58:08    阅读次数:378
Google地图数据算法
Google Maps与Google Earth中的每个级别的每一副图片都有一个URL,例如下面这幅我们学校的图的地址是http://kh.google.com/kh?v=3&t=trstrqqrsstttqtss(这个就是图的URL)URL中的变量v=3代表,卫星图的投影算法采用Mercator ...
分类:编程语言   时间:2015-08-31 21:08:34    阅读次数:158
USACO 1.1 Your Ride Is Here
Your Ride Is HereIt is a well-known fact that behind every good comet is a UFO. These UFOs often come to collect loyal supporters from here on Earth. ...
分类:其他好文   时间:2015-08-28 15:26:37    阅读次数:212
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 was...
分类:其他好文   时间:2015-08-25 12:06:01    阅读次数:163
(转)Ajax的原理和应用
1、ajax技术的背景不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99年...
分类:Web程序   时间:2015-08-20 10:25:21    阅读次数:187
383条   上一页 1 ... 25 26 27 28 29 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!