码迷,mamicode.com
首页 >  
搜索关键字:poj1753flip game    ( 5568个结果
Spine Skeleton Animation 2D骨骼动画 For Game 介绍
首先我们来看到底什么是骨骼动画: 在早期的机器上,渲染本身已经占用了很多CPU资源,因此,对于渲染,往往采取的是一种空间换时间的策略,以避免在模型的渲染中继续加重CPU的负担。帧动画模型在这种条件下应运而生。比较著名的帧动画格式是Quake2所采用的MD2。到今天为止,帧动画依然存在,只不过帧动画更...
分类:其他好文   时间:2014-07-16 22:50:19    阅读次数:201
3D Game Programming with directx 11 习题答案 8.2
该书第八章第二题的答案
分类:其他好文   时间:2014-07-16 19:35:27    阅读次数:261
Pascal小游戏 双人射击
一个双人的游戏 Pascal源码附上只要俩人不脑残,一下午玩不完。。。又是控制台游戏中的一朵奇葩。Free Pascal 射击游戏Program shooting_game;uses crt;const cz:array[1..4,1..2] of -1..1=((0,1),(1,0),(0,-1)...
分类:其他好文   时间:2014-07-14 10:19:56    阅读次数:322
poj2912 Rochambeau
DescriptionNchildren are playing Rochambeau (scissors-rock-cloth) game with you. One of them is the judge. The rest children are divided into three gr...
分类:其他好文   时间:2014-07-13 23:45:13    阅读次数:268
3D Game Programming with directx 11 习题答案 8.3
该书第八章第三题的答案
分类:其他好文   时间:2014-07-13 08:02:32    阅读次数:264
poj 1753 Flip Game
Flip Game Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 29865   Accepted: 12943 Description Flip game is played on a rectangular 4x4 field with two-sided p...
分类:其他好文   时间:2014-07-12 19:15:30    阅读次数:136
poj 2965 The Pilots Brothers' refrigerator
The Pilots Brothers' refrigerator Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 18109   Accepted: 6871   Special Judge Description The game “The Pilots...
分类:其他好文   时间:2014-07-12 17:21:51    阅读次数:169
EXTENDED LIGHTS OUT poj1222 高斯消元法
EXTENDED LIGHTS OUTTime Limit:1000MSMemory Limit:10000KTotal Submissions:6443Accepted:4229DescriptionIn an extended version of the game Lights Out, is...
分类:其他好文   时间:2014-07-12 08:44:47    阅读次数:194
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!