_codes = { # Informational. 100: ('continue',), 101: ('switching_protocols',), 102: ('processing',), 103: ('checkpoint',), 122: ('uri_too_long', 'requ ...
分类:
其他好文 时间:
2017-08-22 12:35:29
阅读次数:
185
http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1279 1279 扔盘子 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 10 难度:2级算法题 收藏 关注 收藏 关注 有一口井, ...
分类:
其他好文 时间:
2017-08-21 21:31:35
阅读次数:
258
我的小飞机和敌军小飞机撞击的效果的实现: 敌军boss 1 boss类的声明 2 控制boss在屏幕上的出现 这里可以声明一个boss数组,将创建出的boss方法到数组中,通过判断数组的长度,可以自定义屏幕上可以出现的boss的个数。 3 控制boss 的移动 在控制boss在屏幕上移动的时候,通过 ...
分类:
Web程序 时间:
2017-08-21 18:53:59
阅读次数:
313
A Secret Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 256000/256000 K (Java/Others)Total Submission(s): 1530 Accepted Submission(s): 570 Probl ...
分类:
其他好文 时间:
2017-08-21 15:48:22
阅读次数:
218
2370 小机房的树 时间限制: 1 s 空间限制: 256000 KB 题目等级 : 钻石 Diamond 2370 小机房的树 2370 小机房的树 时间限制: 1 s 空间限制: 256000 KB 题目等级 : 钻石 Diamond 时间限制: 1 s 空间限制: 256000 KB 题目等 ...
分类:
其他好文 时间:
2017-08-21 00:29:55
阅读次数:
190
The aspiring Roy the Robber has seen a lot of American movies, and knows that the bad guys usually gets caught in the end, often because they become t ...
分类:
其他好文 时间:
2017-08-21 00:06:57
阅读次数:
233
http://acm.hdu.edu.cn/showproblem.php?pid=3072 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 29 ...
分类:
其他好文 时间:
2017-08-20 22:36:11
阅读次数:
238
http://acm.hdu.edu.cn/showproblem.php?pid=1251 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others)Total Submission(s): 4 ...
分类:
其他好文 时间:
2017-08-20 10:04:41
阅读次数:
112
Given two positive integers a and b,find suitable X and Y to meet the conditions: X+Y=a Least Common Multiple (X, Y) =b Input Input includes multiple ...
分类:
其他好文 时间:
2017-08-17 21:31:47
阅读次数:
322
/** 同时识别多个手势 @param gestureRecognizer gestureRecognizer description @param otherGestureRecognizer otherGestureRecognizer description @return return va ...
分类:
其他好文 时间:
2017-08-17 18:33:18
阅读次数:
133