码迷,mamicode.com
首页 >  
搜索关键字:play a game    ( 14898个结果
An Unfair Game-[ACdream1035]
Problem DescriptionThere are n people and n target, everyone should get one target, no two people get the same target, the last one who get the target...
分类:其他好文   时间:2014-05-06 09:00:51    阅读次数:354
google mapsDemo示例运行
①申请API KEY②SelectFile>Import>Android>Existing Android Code Into Workspaceand clickNext.导入google-play-services_lib③SelectFile>New>Other>Android Sample ...
分类:其他好文   时间:2014-05-05 23:05:06    阅读次数:344
Play framework logging设置
play的logger是基于Log4j,Play 2.0 uses logback as its logging engine.一、配置1. 在conf/application.conf中设置logger的级别// Logger// ~~~~~~~~~~~~~~~~~~~~~~~~~// You c...
分类:其他好文   时间:2014-05-05 22:59:19    阅读次数:500
Unity3D For Android 开发教程
原地址:http://game.ceeger.com/Unity/Doc/2011/Unity3D_For_Android.html我自认为抵挡诱惑的能力还是很强大的,关键的时候还能把持住自己。今天逛了一下南京的丹凤街,终于受不住Android这美眉的诱惑。她虽脸蛋不怎么滴,但身材火热,且性感,廉价...
分类:移动开发   时间:2014-05-05 22:18:52    阅读次数:504
Creating a Unity Game for Windows 8
原地址:http://www.davebost.com/2013/08/30/creating-a-unity-game-for-windows-8Therecent release of Unity 4.2brings with it full-support for deploying Unit...
分类:Windows程序   时间:2014-05-05 22:12:34    阅读次数:861
Unity Game Starter Kit for Windows Store and Windows Phone Store games
原地址:http://digitalerr0r.wordpress.com/2013/09/30/unity-game-starter-kit-for-windows-store-and-windows-phone-store-games/Posted onSeptember 30, 2013byd...
分类:Windows程序   时间:2014-05-05 22:09:37    阅读次数:611
Unity for Windows: III–Publishing your unity game to Windows Phone Store
原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-iiipublishing-to-windows-phone-store/InPart IIwe covered how you can publish your g...
分类:Windows程序   时间:2014-05-05 22:08:06    阅读次数:957
用Prime31实现Google Play In-App-Blling
Android开发者想在海外赚钱,接入Google Play是不二选择,然而一堆英文文档对于像我这样的英语四级都木有过的可谓是苦恼之极。近段时间因工作需要研究了Unity接入Google Play的整个流程。特记录下来心得和大家交流。Google官方提供了Android原生的IAB文档,不过对于我这...
分类:移动开发   时间:2014-05-05 22:02:30    阅读次数:724
codechef The Lead Game 题解
The game of billiards involves two players knocking 3 balls around on a green baize table. Well, there is more to it, but for our purposes this is sufficient. The game consists of several rounds ...
分类:其他好文   时间:2014-05-03 16:15:33    阅读次数:296
codeforces Flipping Game 题解
本题因为数据量小,可以使用暴力法,时间效率是O(n^3) 但是这里巧用最大子段和的思想,可以把时间效率降到O(n) 思想: 1 想使用一个新的数列,计算连续出现了多少个1和连续出现了多少个零 2 求这个新数列的最大子段和 3 Flip最大子段中的 0 和 1, 4 计算出结果 比暴力法复杂很多了,但是时间效率却提高了三个档次。...
分类:其他好文   时间:2014-05-02 10:39:46    阅读次数:584
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!