码迷,mamicode.com
首页 >  
搜索关键字:poj1753flip game    ( 5568个结果
随便聊聊水面效果的2D实现(二)
0. 引子   之前提到想要随便聊一聊RippleEffect的2D实现方法,近来又总算有了些许空余时间,于是便有了这篇东西~   1. 概述     RippleEffect我个人的理解是波纹或者说涟漪效果,与之前所讲的WaterEffect有所不同的是,RippleEffect表现的是水波产生与消散的一个过程,而WaterEffect更注重的则是持续的水波“荡漾”效果。     ...
分类:其他好文   时间:2014-12-15 20:24:54    阅读次数:650
UGUI学习(一)Canvas
Canvas(画布)TheCanvasis the area for all UI elements to be inside. The Canvas is a Game Object with a Canvas component on it, and all UI elements must b...
分类:其他好文   时间:2014-12-15 15:10:10    阅读次数:307
IOS 整体架构 和 MVC布局
IOS的生态系统IOS生态系统不仅仅是指产品,更重要的是指 iPhone/iPad/iPod/Mac +iCloud+App整个系统,包括Siri (部分设备不支持)、FaceTime、Safari、Game Center、 地图、Passbook、电话、邮件。苹果所有移动设备都使用自己的OS,且不...
分类:移动开发   时间:2014-12-15 12:06:27    阅读次数:302
NYOJ221Tree
Tree 时间限制:1000 ms  |  内存限制:65535 KB 难度:3 描述Little Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with capital lett...
分类:其他好文   时间:2014-12-15 09:04:48    阅读次数:157
HDU 2845 Beans (DP)
BeansTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 2845DescriptionBean-eating is an interesting game, ever...
分类:其他好文   时间:2014-12-13 19:17:25    阅读次数:284
HDU 1087 Super Jumping! Jumping! Jumping! (DP)
C -Super Jumping! Jumping! Jumping!Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionNowadays, a kind of chess game called ...
分类:其他好文   时间:2014-12-12 23:22:28    阅读次数:214
贪心/poj 1323 Game Prediction
1 #include 2 #include 3 #include 4 using namespace std; 5 int m,n,lose,x; 6 bool flag[1010],v[1010]; 7 bool cmp(int a,int b) 8 { 9 return a>b;10 ...
分类:其他好文   时间:2014-12-11 23:39:39    阅读次数:182
HDU3309:Roll The Cube(BFS)
Problem Description This is a simple game.The goal of the game is to roll two balls to two holes each. 'B' -- ball 'H' -- hole '.' -- land '*' -- wall Remember when a ball rolls into a hole, t...
分类:其他好文   时间:2014-12-11 22:31:55    阅读次数:266
POJ 2234-Matches Game(博弈)
题目链接:点击打开链接 Nim博弈。裸题。必败状态为 n堆物品数目的异或值为0.否则必胜。(先手) #include #include #include #include #include #include #include #include #include #include #include #include #include #define maxn 10100...
分类:其他好文   时间:2014-12-11 19:12:44    阅读次数:149
Step by Step 使用HTML5开发一个星际大战游戏(2)
HTML5 Canvas Game: 玩家飞船本系列博文翻译自以下文章http://blog.sklambert.com/html5-canvas-game-the-player-ship/Languages:HTML5, JavaScript Code:https://github.com/str...
分类:Web程序   时间:2014-12-11 19:04:52    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!