码迷,mamicode.com
首页 >  
搜索关键字:lifting the stone    ( 411个结果
Java 实现代理(Proxy)模式
/** * 游戏者接口 * @author stone * */ public interface IGamePlayer { // 登录游戏 public void login(String user, String password); // 杀怪,网络游戏的主要特色 public void killBoss(); // 升级 public void upgrade...
分类:编程语言   时间:2014-10-09 03:01:50    阅读次数:206
java 实现外观(Facade)模式
/** * 角色 * @author stone * */ public class Actor { public Actor(String name) { System.out.println("创建了角色: " + name); } public void load() { System.out.println("角色加载"); } public void u...
分类:编程语言   时间:2014-10-09 02:07:00    阅读次数:224
hdu 2999 Stone Game, Why are you always there? (简单SG,有个优化)
题意:一排石头,个数是K。有n个数,a1...an。每人每次取石子只能取连续的x个。x属于a1...an的一个。没法取者负。思路:简单的SG。但是TLE!后面加了一个优化~这个优化不好想到吧,看了别人的代码才发现的。就是把a1...an中重复的去掉!。。。直接看代码。代码:int sg[1005];...
分类:其他好文   时间:2014-10-03 21:44:55    阅读次数:234
Fading Like a Flower
Fading Like a FlowerIn a time where the sun descends alone 伴着落日孤独的脚步 I ran a long long way from home 我开始了一段漫长的追寻 To find a heart that's made of stone ...
分类:其他好文   时间:2014-10-01 10:14:00    阅读次数:273
HDU 5024 (广州网络赛) Wang Xifeng's Little Plot 记忆化搜索+枚举
Problem Description 《Dream of the Red Chamber》(also 《The Story of the Stone》) is one of the Four Great Classical Novels of Chinese literature, and it is commonly regarded as the best one. This novel...
分类:其他好文   时间:2014-09-22 17:39:12    阅读次数:209
HDU - 5024 Wang Xifeng's Little Plot
Problem Description 《Dream of the Red Chamber》(also 《The Story of the Stone》) is one of the Four Great Classical Novels of Chinese literature, and it is commonly regarded as the best one. This novel ...
分类:其他好文   时间:2014-09-20 21:15:59    阅读次数:267
HDU 5024 Wang Xifeng's Little Plot (bfs)
Problem Description 《Dream of the Red Chamber》(also 《The Story of the Stone》) is one of the Four Great Classical Novels of Chinese literature, and it is commonly regarded as the best one. This novel ...
分类:其他好文   时间:2014-09-20 18:59:59    阅读次数:194
HDU 1115 Lifting the Stone
Lifting the StoneTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5440Accepted Submission(s): 2278...
分类:其他好文   时间:2014-09-19 01:02:14    阅读次数:274
博弈论5
A New Stone GameTime Limit: 1000MSMemory Limit: 30000KTotal Submissions: 4177Accepted: 2227DescriptionAlice and Bob decide to play a new stone game.At...
分类:其他好文   时间:2014-09-16 02:41:29    阅读次数:280
POJ 2253 kruskal变形
FroggerTime Limit:1000MSMemory Limit:65536KTotal Submissions:26226Accepted:8538DescriptionFreddy Frog is sitting on a stone in the middle of a lake. S...
分类:其他好文   时间:2014-09-11 17:04:32    阅读次数:228
411条   上一页 1 ... 33 34 35 36 37 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!