码迷,mamicode.com
首页 >  
搜索关键字:earth    ( 383个结果
PAT 1100
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
Ajax工作原理(转)
1、ajax技术的背景不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99年...
分类:Web程序   时间:2015-12-15 00:47:47    阅读次数:142
1100. Mars Numbers (20)
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
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, wher...
分类:其他好文   时间:2015-12-06 11:13:10    阅读次数:131
1027. Colors in Mars (20)【进制转换】——PAT (Advanced Level) Practise
题目信息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
Google Earth API 替换方案
众所周知,GE API将会在15年12月25日结束服务,对于众多采用该API的软件,需要一些替换方案。例如google map或者cesiumjshttp://cesiumjs.org/或者尝试D3jshttp://d3js.org/Kartographhttp://kartograph.org/另...
分类:Windows程序   时间:2015-11-27 06:44:47    阅读次数:225
ural 1341. Device
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核心编程读笔 5: 映射和集合类型
第七章 映射和集合能力一 字典(python中唯一的映射类型)1 基本 创建和赋值: 正常创建:>>>dict = {'name':'earth', 'port':80} 用工厂函数dict()创建: >>> fdict = dict((['x', 1], ['y', 2...
分类:编程语言   时间:2015-11-13 13:00:32    阅读次数:207
Java根据两点的经纬度来计算之间的距离
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
GADL针对矢量数据格式转换的实用工具 —— ogr2ogr
最初,因为可爱的学弟请教如何将ESRIShapefile文件导入Google Earth接触到了Ogr2Ogr。粗略了解之后发现,这小东西功能强大。 谷歌地球支持矢量数据的展示,前提是数据符合KML或KMZ格式。OGR开源库编写的ogr2ogr支持大约60多种格式矢量数据的读写,下面以Shp—...
分类:其他好文   时间:2015-10-15 18:30:14    阅读次数:187
383条   上一页 1 ... 24 25 26 27 28 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!