码迷,mamicode.com
首页 >  
搜索关键字:motion sensing game    ( 5950个结果
poj 1753 Flip Game
先贴个BFS+位运算的代码:#include #include #include #include using namespace std;unsigned short q[65536],rear,top,step[65536];//(2^16)-1bool vis[65536];unsigned ...
分类:其他好文   时间:2014-08-19 23:46:15    阅读次数:215
Cocos2d-x--使用CCDictionary读取plist文件
frames读取: frames game_start/bg_image.png width 640 height 1136 origin...
分类:其他好文   时间:2014-08-19 19:08:35    阅读次数:610
HDU 4970 Killing Monsters 多校第九场1011
Problem Description Kingdom Rush is a popular TD game, in which you should build some towers to protect your kingdom from monsters. And now another wave of monsters is coming and you need again to kn...
分类:其他好文   时间:2014-08-19 19:02:35    阅读次数:252
HDU 3074-Multiply game(线段树:单点更新,区间求积)
Multiply game Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1450    Accepted Submission(s): 508 Problem Description Tired of play...
分类:其他好文   时间:2014-08-19 16:32:54    阅读次数:299
UVA - 11609 Teams (排列组合数公式)
In a galaxy far far awaythere is an ancient game played among the planets. The specialty of the game isthat there is no limitation on the number of players in each team, as long asthere is a captain i...
分类:其他好文   时间:2014-08-19 11:03:34    阅读次数:261
POJ 1753 Flip Game (高斯消元 枚举自由变元求最小步数)
题目链接题意:4*4的黑白棋,求把棋全变白或者全变黑的最小步数。分析:以前用状态压缩做过。 和上题差不多,唯一的不同是这个终态是黑棋或者白棋,但是只需要把给的初态做不同的两次处理就行了。感觉现在还只是会套模板,不能独立的思考,好伤心。。。。 1 #include 2 #include 3 ...
分类:其他好文   时间:2014-08-19 10:52:44    阅读次数:274
HDU 1338 Game Prediction 贪心
HDU 1338 Game Prediction 贪心...
分类:其他好文   时间:2014-08-18 18:41:12    阅读次数:196
java版的下雪,大家圣诞快乐
1. [代码][Java]代码 package com.yk.tools.game;import java.applet.AudioClip;import java.awt.Dimension;import java.awt.Graphics;import java.awt.Image;impor....
分类:编程语言   时间:2014-08-18 18:22:53    阅读次数:337
zoj 1750 Idiomatic Phrases Game (dijkstra)
Idiomatic Phrases Game Time Limit: 2 Seconds      Memory Limit: 65536 KB Tom is playing a game called Idiomatic Phrases Game. An idiom consists of several Chinese characters and has a certain ...
分类:其他好文   时间:2014-08-18 16:22:52    阅读次数:228
Berserk Rook
Berserk RookAs you may know,chessis an ancient game for which almost everyone has at least a basic understanding of the rules. Chess is a two-player s...
分类:其他好文   时间:2014-08-18 15:45:02    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!