ios7新增加的icon尺寸:76 x 76:Size for iPad 2 and iPad mini (standard resolution)120 x 120 :Size for iPhone and iPod touch (high resolution)152 x 152:Size fo...
分类:
移动开发 时间:
2014-07-19 16:26:03
阅读次数:
317
Description
Problem E
Eat or not to Eat?
Input: Standard Input
Output: Standard Output
A young farmer has N cows, but they produced really really a very very small amount of milk. John ca...
分类:
其他好文 时间:
2014-07-19 08:09:15
阅读次数:
296
Marbles
Input: standard input
Output: standard output
I have some (say, n) marbles (small glass balls) and I am going to buy some boxes to store them. The boxes are of two types:
Type 1: each ...
分类:
其他好文 时间:
2014-07-19 08:01:10
阅读次数:
264
Android中Activity有四种其中方式:standard, singleTop, singleTask, singleInstance.standard这是Activity默认的启动方式,如果没有指定Activity的启动方式,则默认是用standard的方式启动。 该方式每次启动Activ...
分类:
移动开发 时间:
2014-07-18 20:18:59
阅读次数:
198
容器和算法容器:容器的概念:能容纳两个或更多个值的数据结构,通常我们称为容器(container)。这么说,数组是唯一直接支持的容器,但数组并不适合用来解决所有的问题。上一节利用模板就实现了一种新的容器(栈Stack)。老一辈程序员为我们提供了一种容器库,Standard Template Libr...
分类:
编程语言 时间:
2014-07-18 14:32:38
阅读次数:
201
Summation of Four Primes
Input: standard input
Output: standard output
Time Limit: 4 seconds
Euler proved in one of his classic theorems that prime numbers are infinite in number. But can every nu...
分类:
其他好文 时间:
2014-07-17 21:05:16
阅读次数:
299
题目如下:
Problem I
23 Out of 5
Input: standard input
Output: standardoutput
Time Limit: 1 second
Memory Limit: 32 MB
Your task is to writea program that can decide whether you can find an arithm...
分类:
其他好文 时间:
2014-07-16 17:16:32
阅读次数:
203
1、Android手机常见分辨率
WVGA:800x480
FWVGA:854x480
QHD:960x540
720P:1280x720(标清,standard definition,SD)
1080P:1920x1080(高清,high definition,HD)
2、分辨率对应dpi
dpi(dots per inch,每英寸点数)
hdpi对应WVGA、FWVGA、QHD...
分类:
移动开发 时间:
2014-07-16 13:42:42
阅读次数:
406
Description
Problem C
SAM I AM
Input: Standard Input
Output: Standard Output
The world is in great danger!! Mental's forces have returned to Earth to eradicate humankind. Our last hope to ...
分类:
其他好文 时间:
2014-07-16 10:15:05
阅读次数:
217
平面和网格相交策略The standard equation of a plane isA x + B y + C z + D = 0 where (A,B,C) is the unit normal. The value of D is determined by substituting in ...
分类:
其他好文 时间:
2014-07-14 19:35:04
阅读次数:
345