1100. Mars Numbers (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YuePeople on Mars count their numbers with base 13:Zero on Earth is call...
分类:
其他好文 时间:
2015-12-25 11:50:15
阅读次数:
364
1、ajax技术的背景不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99年...
分类:
Web程序 时间:
2015-12-15 00:47:47
阅读次数:
142
People on Mars count their numbers with base 13:Zero on Earth is called "tret" on Mars.The numbers 1 to 12 on Earch is called "jan, feb, mar, apr, may...
分类:
其他好文 时间:
2015-12-06 13:02:52
阅读次数:
195
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, wher...
分类:
其他好文 时间:
2015-12-06 11:13:10
阅读次数:
131
题目信息1027. Colors in Mars (20)时间限制400 ms
内存限制65536 kB
代码长度限制16000 BPeople 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-d...
分类:
其他好文 时间:
2015-12-03 07:16:54
阅读次数:
163
众所周知,GE API将会在15年12月25日结束服务,对于众多采用该API的软件,需要一些替换方案。例如google map或者cesiumjshttp://cesiumjs.org/或者尝试D3jshttp://d3js.org/Kartographhttp://kartograph.org/另...
1341. DeviceTime limit: 1.0 secondMemory limit: 64 MBMajor (M): You claimed that your device would be able to fly round the Earth several times and to...
分类:
其他好文 时间:
2015-11-26 23:22:23
阅读次数:
339
第七章 映射和集合能力一 字典(python中唯一的映射类型)1 基本 创建和赋值: 正常创建:>>>dict = {'name':'earth', 'port':80} 用工厂函数dict()创建: >>> fdict = dict((['x', 1], ['y', 2...
分类:
编程语言 时间:
2015-11-13 13:00:32
阅读次数:
207
import java.util.HashMap;import java.util.Map; public class MapDistance { private static double EARTH_RADIUS = 6378.137; private ...
分类:
编程语言 时间:
2015-10-30 14:18:21
阅读次数:
268
最初,因为可爱的学弟请教如何将ESRIShapefile文件导入Google Earth接触到了Ogr2Ogr。粗略了解之后发现,这小东西功能强大。 谷歌地球支持矢量数据的展示,前提是数据符合KML或KMZ格式。OGR开源库编写的ogr2ogr支持大约60多种格式矢量数据的读写,下面以Shp—...
分类:
其他好文 时间:
2015-10-15 18:30:14
阅读次数:
187