码迷,mamicode.com
首页 >  
搜索关键字:the rotation game    ( 5839个结果
Unity3D-数学相关
1. Transform.rotation:对象在世界坐标系下的旋转;Transform.localRotation:对象在父对象的局部坐标系下的旋转。两个变量的类型均为四元素。(1)得到游戏对象当前旋转的角-轴表示 transform.rotation.ToAngleAxis(angle, ax....
分类:其他好文   时间:2014-07-11 18:23:35    阅读次数:251
poj1753 Flip Game(枚举Enum+dfs)
poj1753 Flip Game(枚举Enum+dfs)...
分类:其他好文   时间:2014-07-11 00:57:41    阅读次数:251
XTU1199:Number Game
题目描写叙述给你一个有N个数的集合S和一个数X,推断是否存在S的一个子集,子集里的数的最小公倍数正好是X。输入第一行是数据组数T。 接下来有多组数据,每组数据包括两行: 第一行有2个数N和X,1#include #include using namespace std;#define ll __in...
分类:其他好文   时间:2014-07-10 15:29:01    阅读次数:176
POJ 2996 Help Me with the Game
Help Me with the Game Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 3292   Accepted: 2122 Description Your task is to read a picture of a chessboard posi...
分类:其他好文   时间:2014-07-09 11:58:32    阅读次数:204
UVA-10635 Prince and Princess
Problem D Prince and Princess Input: Standard Input Output: Standard Output Time Limit: 3 Seconds   In an n x n chessboard, Prince and Princess plays a game. The squares in the chessboard are ...
分类:其他好文   时间:2014-07-09 11:44:54    阅读次数:211
HDU1698 Just a Hook 【线段树】+【成段更新】+【lazy标记】
Just a Hook Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 15889    Accepted Submission(s): 7897 Problem Description In the game o...
分类:其他好文   时间:2014-07-09 11:35:08    阅读次数:215
POJ 2965:The Pilots Brothers' refrigerator
The Pilots Brothers' refrigerator Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 18080   Accepted: 6855   Special Judge Description The game “The Pilo...
分类:其他好文   时间:2014-07-09 11:30:00    阅读次数:254
网页版《2048游戏》教程 - 构建页面
《2048》游戏的标题包含游戏名称、开始新游戏的按钮和游戏分数等三项内容。《2048》游戏的主体包含16个方块。...
分类:Web程序   时间:2014-07-09 11:25:41    阅读次数:233
网页版《2048游戏》教程 - 完成游戏逻辑
《2048》游戏的操作主要是依靠键盘的上、下、左、右来完成,首先我们需要在game.js文件中捕获键盘响应的事件。 我们以向左移动为例,来讲解具体的移动逻辑内容,完成moveLeft()方法逻辑。...
分类:Web程序   时间:2014-07-09 10:52:52    阅读次数:396
LA-3882 And Then There Was One
3882 - And Then There Was One Time limit: 3.000 seconds  Let's play a stone removing game. Initially, n stones are arranged on a circle and numbered 1,..., n clockwise (Figure 1). You are also...
分类:其他好文   时间:2014-07-09 10:00:13    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!