码迷,mamicode.com
首页 >  
搜索关键字:games    ( 631个结果
jQuery.when()的用法
1、该方法在jQuery1.5开始被引入。 2、用法测试 a、var url1 = "/resource/ar/hometab/index_tab_games.json", url2 = "/resource/ar/hometab/index_tab_image.json", ajax1 = $.a ...
分类:Web程序   时间:2017-02-14 18:43:43    阅读次数:205
(转) AI突破性论文及代码实现汇总
本文转自:https://zhuanlan.zhihu.com/p/25191377 AI突破性论文及代码实现汇总 极视角 · 2 天前 What Can AI Do For You? “The business plans of the next 10,000 startups are easy ...
分类:其他好文   时间:2017-02-13 23:42:27    阅读次数:313
管理Android设备的唤醒状态
当一个Android设备闲置时,首先它的屏幕将会变暗,然后关闭屏幕,最后关闭CPU。 这样可以防止设备的电量被迅速消耗殆尽。但是,有时候也会存在一些特例: Apps such as games or movie apps may need to keep the screen turned on. ...
分类:移动开发   时间:2017-02-12 22:14:57    阅读次数:247
翻转游戏
原题链接 解法一:枚举+搜索 解法二:Nim博弈 Nim游戏是博弈论中最经典的模型(之一),它又有着十分简单的规则和无比优美的结论 Nim游戏是组合游戏(Combinatorial Games)的一种,准确来说,属于“Impartial Combinatorial Games”。 满足以下条件的游戏 ...
分类:其他好文   时间:2017-02-05 18:06:19    阅读次数:168
USACO 4.3 Letter Game (字典树)
Letter games are popular at home and on television. In one version of the game, every letter has a value, and you collect letters to form one or more ...
分类:其他好文   时间:2017-02-02 12:15:33    阅读次数:213
[codeforces538E]Demiurges Play Again
[codeforces538E]Demiurges Play Again 试题描述 Demiurges Shambambukli and Mazukta love to watch the games of ordinary people. Today, they noticed two men w ...
分类:其他好文   时间:2017-01-31 19:21:53    阅读次数:298
【转】【Linux】linux awk命令详解
简介 awk是一个强大的文本分析工具,相对于grep的查找,sed的编辑,awk在其对数据分析并生成报告时,显得尤为强大。简单来说awk就是把文件逐行的读入,以空格为默认分隔符将每行切片,切开的部分再进行各种分析处理。 awk有3个不同版本: awk、nawk和gawk,未作特别说明,一般指gawk ...
分类:系统相关   时间:2017-01-12 21:10:13    阅读次数:316
TOP 10 BEST LINUX GAMES RELEASED IN 2016
Gaming on Linux used to be a very rare phrase. But since the arrival of Steam on Linux, the Linux gaming community is all charged up because of the ga ...
分类:系统相关   时间:2017-01-08 14:12:14    阅读次数:318
【转】Cocos2d - 观察者模式NotificationCenter
http://shahdza.blog.51cto.com/2410787/1611575 【唠叨】 观察者模式 也叫订阅/发布(Subscribe/Publish)模式,是 MVC( 模型-视图-控制器)模式的重要组成部分。 举个例子:邮件消息的订阅。 比如我们对51cto的最新技术动态频道进行了 ...
分类:其他好文   时间:2016-12-30 16:53:46    阅读次数:219
HDU1054 Strategic Game——匈牙利算法
Strategic Game Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he is ver ...
分类:编程语言   时间:2016-12-30 16:29:42    阅读次数:261
631条   上一页 1 ... 25 26 27 28 29 ... 64 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!