转载自 李旭, Tool: Download Images from Multiple MapsSummarySAS Planet是一款俄罗斯绿色免费软件,一直持续不断更新。该软件最大的一个特点就是无水印地从多种网络地图上下载影像,比如Google Earth、ESRI、Yahoo!等等,缺点是至今...
分类:
其他好文 时间:
2015-12-29 22:51:02
阅读次数:
279
题目连接:hdu 3695 Computer Virus on Planet Pandora题目大意:给定一些病毒串,要求推断说给定串中包括几个病毒串,包括反转。解题思路:将给定的字符串展开,然后匹配一次后反转后再匹配一次。#include #include #include #include #i...
分类:
Web程序 时间:
2015-12-13 17:16:45
阅读次数:
219
原题$On Planet MM-21, after their Olympic games this year, curling is getting popular. But the rules are somewhat different from ours. The game is played on an ice game board on which a square mesh is ma...
分类:
Web程序 时间:
2015-12-10 17:09:26
阅读次数:
258
Curling 2.0Time Limit:1000MSMemory Limit:65536KTotal Submissions:15262Accepted:6334DescriptionOn Planet MM-21, after their Olympic games this year, cu...
分类:
Web程序 时间:
2015-11-16 18:59:08
阅读次数:
219
1。手机上网的过程 普通浏览器上网过程 浏览器Web服务器 手机上网过程 手机WAP网关(UP.Link Server)集成HDML,WML的Web服务器 * UP指Unwired Planet公司,其UP.Phone浏览器为手机浏览器的事实标准,以下内容都基于该标准。 *普通web页面...
分类:
移动开发 时间:
2015-11-03 22:51:59
阅读次数:
263
传送门Time Limit: 3000MSDescriptionThere is a magic planet in the space. There is a magical country on the planet. There are N cities in the country. The...
分类:
其他好文 时间:
2015-10-13 10:25:09
阅读次数:
220
1.决不要创建一个不包括0在内的枚举类型2.举例如下:public enum Planet { Mercury = 1, Venus = 2, Earth = 3, Mars = 4, Jupiter = 5, Saturn = 6, Neptune = 7, Uranus = 8, Pluto ....
Planet.log = loglog.info "starting"// we use class to create objects of a classPlanet p1 = new Planet()Planet p2 = new Planet()Planet p3 = new Planet....
分类:
其他好文 时间:
2015-10-06 18:05:30
阅读次数:
136
log.info "starting"// we use class to create objects of a classPlanet p1 = new Planet()Planet p2 = new Planet()Planet p3 = new Planet()//Planet.name ....
分类:
其他好文 时间:
2015-10-06 18:00:51
阅读次数:
166
log.info "starting"// we use class to create objects of a classPlanet p1 = new Planet()Planet p2 = new Planet()Planet p3 = new Planet()p1.name = "ear....
分类:
其他好文 时间:
2015-10-06 16:52:02
阅读次数:
198