1、ajax技术的背景 不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99 ...
分类:
Web程序 时间:
2016-05-20 11:12:32
阅读次数:
241
题目信息1100. Mars Numbers (20)时间限制400 ms
内存限制65536 kB
代码长度限制16000 B
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,...
分类:
其他好文 时间:
2016-05-18 19:28:45
阅读次数:
239
在Google的免费照片上传网站panoramio上注册一个用户,上传照片并通过审核后,该照片即可显示在Google Earth中(每个照片显示为一个蓝色的小方点)。照片上传后一般需要等待1~2个月的时间,才会在Google Earth中出现。 网站地址:http://www.panoramio.c... ...
分类:
Web程序 时间:
2016-05-14 01:02:03
阅读次数:
151
Google地图:http://ditu.google.cn/ 开放API,访问速度快,稳定,跟Google Earth融为一体,只是数据更新稍微有点慢。 图吧:http://map.mapbar.com/p_china_map/ 开放API,数据更新快(百度地图也是调用的这个)。 搜狗地图:htt... ...
分类:
其他好文 时间:
2016-05-14 00:58:20
阅读次数:
169
1、[NSBundle mainBundle],文件夹其实是Group,如左侧的树形文件管理器 Build之后,文件直接就复制到了根目录下,于是读取的方法,应该是这样: NSString *earth = [[NSBundle mainBundle] pathForResource:@"Brad C ...
分类:
移动开发 时间:
2016-05-13 07:46:48
阅读次数:
179
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
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
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
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简称为AE。 好了,本文先说点人话,接着上硬菜,最后再上点调味小菜。废话不... ...
分类:
其他好文 时间:
2016-04-19 09:58:22
阅读次数:
180