码迷,mamicode.com
首页 >  
搜索关键字:poj1753flip game    ( 5568个结果
Flip Game(枚举)Poj
?? Flip Game Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 31329   Accepted: 13622 Description Flip game is played on a rectangular 4x4 field with two-sided...
分类:其他好文   时间:2014-10-13 19:12:17    阅读次数:489
No Game No Life
《游戏人生》(日语:ノーゲーム?ノーライフ,NO GAME NO LIFE)是一系列由榎宫祐创作的日本轻小说。 此作自2013年1月27日起漫画化并于青年漫画杂志《月刊Comic Alive》开始连载,由榎宫祐和柊真白(柊ましろ)共同创作。其中为2013年7月28日MF文库于其宣传活动“夏...
分类:其他好文   时间:2014-10-13 00:58:38    阅读次数:366
Codeforces Round #271 (Div. 2)
It is lunch time for Mole. His friend, Marmot, prepared him a nice game for lunch. Marmot brought Mole n ordered piles of worms such that i-th pile contains ai worms. He labeled all these worms...
分类:其他好文   时间:2014-10-11 23:58:16    阅读次数:361
1028. Hanoi Tower Sequence
DescriptionHanoi Tower is a famous game invented by the French mathematician Edourard Lucas in 1883. We are given a tower of n disks, initially stacke...
分类:其他好文   时间:2014-10-11 22:38:16    阅读次数:341
hdu 3016 Man Down(线段树)
题目链接:hdu 3016 Man Down 题目大意:有N个板,每个板有高度,以及l,r,d,l和r表示所在区间,d表示跳到该板上后将获得的能量(可能为负),保证没有两个板的高度相同。人的初始位置为最高的板上,能量值为100,如果能量值为0则game over,每次可以从左边或者右边跳下去,每次跳越属于垂直下落,落到最近的板上。求移动到地面上后的最大能量值,地面高度为0并且长度视为无穷大。...
分类:其他好文   时间:2014-10-11 18:28:25    阅读次数:176
Unity应用——游戏双视图
有一个Camera,就会有一个Game视图与之对应,要加多个视图,那就加多个Camera,再协调好各视图的显示位置和大小就OK。 (文章的所有内容都在图片里!做SEO的高手一定会嘲笑这种方式吧,没关系,本人只是为了将自己写的文章,格式不被破坏的分享出来而已,营销?还真不擅长,哈哈)...
分类:编程语言   时间:2014-10-11 11:54:45    阅读次数:188
poj1463 Strategic game 树的最小点覆盖
http://poj.org/problem?id=1463 Strategic game Time Limit: 2000MS   Memory Limit: 10000K Total Submissions: 6413   Accepted: 2973 Description Bob enjoys playing com...
分类:其他好文   时间:2014-10-10 13:20:54    阅读次数:201
Unreal Engine 4 C++ 为编辑器中Actor创建自定义图标
有时候我们创建场景的时候,特定的Actor我们想给它一个特定的图标,便于观察。比如这样: 实现起来也很简单,需要编写C++代码: 我们创建一个Actor,叫AMyActor,它包含一个Sprite(精灵),这个精灵负责显示自定义图标:代码如下 #pragma once #include "GameFramework/Actor.h" #include "Components/Bil...
分类:编程语言   时间:2014-10-10 12:01:34    阅读次数:354
ACM学习历程—FZU2148 Moon Game(计算几何)
Moon GameDescriptionFat brother and Maze are playing a kind of special (hentai) game in the clearly blue sky which we can just consider as a kind of t...
分类:其他好文   时间:2014-10-09 22:58:01    阅读次数:283
hdu 4742 Pinball Game 3D(三维LIS&cdq分治&BIT维护最值)
Pinball Game 3D Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 688    Accepted Submission(s): 276 Problem Description RD is a smart b...
分类:其他好文   时间:2014-10-09 03:14:37    阅读次数:473
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!