码迷,mamicode.com
首页 >  
搜索关键字:game center    ( 15511个结果
Unity应用怎么暂停(Pause)
很多时候,应用程序或者是游戏需要用上暂停功能,unity提供了不少便捷的方式,列在下面: 1、在editor中,按下pause按钮即可暂停 2、如果在代码中控制,可以通过设置Time.timeScale = 0来实现暂停。 3、如果你通过Time.timeScale = 0设置了暂停,但是你在某些地方还需要有动画之类的,那么可以在实现动画的地方用上Time.realtimeSince...
分类:其他好文   时间:2014-06-05 04:33:36    阅读次数:210
NYOJ43 24 Point game 【回溯】
24 Point game 时间限制:3000 ms  |  内存限制:65535 KB 难度:5 描述 There is a game which is called 24 Point game. In this game , you will be given some numbers. Your task is to find an expressi...
分类:其他好文   时间:2014-06-04 21:06:57    阅读次数:295
Jump Game II
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他好文   时间:2014-06-04 20:58:25    阅读次数:296
poj2996(Help Me with the Game)
题目大意: 同2993、 这题是根据棋盘,分别输出棋子的位置。解题思路: 模拟再模拟、我写了8000+B 你能信?我是多有耐心呢!代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include ...
分类:其他好文   时间:2014-06-03 09:05:24    阅读次数:311
背景图片充满屏幕不叠加
body{ background-position:center; background-repeat:no-repeat; }div#div1{ position:fixed; top:0; left:0; bottom:0; right:0; z-i...
分类:其他好文   时间:2014-05-31 14:11:16    阅读次数:243
CSS3 Loading(加载)动画效果
1.html 部分 2.css 部分.spinner { margin: 100px auto; width: 50px; height: 60px; text-align: center; font-size: 10px;} .spinner > div { back...
分类:Web程序   时间:2014-05-31 11:52:06    阅读次数:555
【LeetCode】Jump Game II
Jump Game IIGiven an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents...
分类:其他好文   时间:2014-05-31 03:14:14    阅读次数:243
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-05-30 16:13:38    阅读次数:334
Cooperative Cognitive Radio Networks,Coalitional Game Formulation
分类:Web程序   时间:2014-05-29 22:52:17    阅读次数:281
Propagation of Visual Entity Properties Under Bandwidth Constraints
The Saga of Ryzom is a persistent massively-multiplayer online game (MMORPG) released in September 2004 throughout Europe and North America, localised...
分类:其他好文   时间:2014-05-29 17:55:30    阅读次数:413
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!