码迷,mamicode.com
首页 >  
搜索关键字:a simple game    ( 11903个结果
poj 2060 Taxi Cab Scheme (二分匹配)
Taxi Cab SchemeTime Limit:1000MSMemory Limit:30000KTotal Submissions:5710Accepted:2393DescriptionRunning a taxi station is not all that simple. Apart ...
分类:其他好文   时间:2014-06-29 13:16:13    阅读次数:179
Algorithm | Sort
Bubble sortBubble sort, sometimes incorrectly referred to as sinking sort, is a simple sorting algorithm that works by repeatedly stepping through the...
分类:其他好文   时间:2014-06-07 11:30:59    阅读次数:390
game《天天乱三国》框架问题
背包附加:进入背包麻烦,背包的功能能按照所在页面进行不同的处理。背包独立:进入背包方便,从背包返回麻烦,可简化背包功能(背包只有选择功能)。页面切换:每个场景带私有数据,增加代码编写难度,个人认为com就是太复杂了,规矩太多。页面切换:根据需要一键切换到任何页面的任何位置的需求,页面切换应有同一的接...
分类:其他好文   时间:2014-06-07 11:15:10    阅读次数:181
【POJ】3468 A Simple Problem with Integers
线段树。段区间,终于完全自己A掉的。 1 #include 2 #include 3 4 #define MAXN 100005 5 #define lson l, mid, rt>1);20 sums[rt>1));21 adds[rt] = 0;22 ...
分类:其他好文   时间:2014-06-06 23:32:27    阅读次数:279
zoj 3791 An Easy Game dp
An Easy GameTime Limit: 2 Seconds Memory Limit: 65536 KBOne day, Edward and Flandre play a game. Flandre will show two 01-strings s1 and s2, the leng....
分类:其他好文   时间:2014-06-06 23:24:46    阅读次数:248
jquery点击弹框外层关闭弹框
$(document).bind("click",function(e){ if($( e.target ).closest(".game-container").length == 0){ alert(111); $(".game-container").hide();//game-contain...
分类:Web程序   时间:2014-06-06 18:23:38    阅读次数:287
【Tim Sweeney】Why C++ for Unreal 4?
The first three generations of the Unreal Engine included a sandboxed scripting language, UnrealScript, which provided a simple interface for gameplay...
分类:编程语言   时间:2014-06-06 06:44:59    阅读次数:421
Geronimo 叛逆者: 使用集成软件包:Codehaus 的 Woodstox(转载)
XML 解析器通常是高性能、健壮应用程序的关键。传统的 XML 解析技术包括文档对象模型(Document Object Model,DOM)和 Simple API for XML (SAX)。现在有一种非常不错的名为 Streaming API for XML (StAX) 的创新型新解析技术,...
分类:其他好文   时间:2014-06-05 14:27:08    阅读次数:383
SharedPreferences in Android
As far as I know, SharedPreferences allow us to store some simple data in a named area in our phone. Introduction to the uses of SharedPreferences is ...
分类:移动开发   时间:2014-06-05 14:07:21    阅读次数:390
iOS.UIKit.11.UIPickerView
一、案例介绍:点击UIButton,将选中的省市信息显示在UILabel中,如图01,02图01图02二、案例步骤:1、选择Simple View Aplication,取名cq.37.普通选择器,如图03图032、Main.storyboard,如图043、provinces_cities.pli...
分类:移动开发   时间:2014-06-04 14:38:12    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!