码迷,mamicode.com
首页 >  
搜索关键字:games    ( 631个结果
Educational Codeforces Round 21 Problem F (Codeforces 808F) - 最小割 - 二分答案
Digital collectible card games have become very popular recently. So Vova decided to try one of these. Vova has n cards in his collection. Each of the ...
分类:其他好文   时间:2017-06-03 17:35:31    阅读次数:271
cocos2d-js 热更新具体解释(一)
本文将会具体解说cocos2d-js下的热更新机制。这篇内容先给大家介绍一下两个manifest文件就当热身了。 首先介绍project.manifest: 举个样例 { "packageUrl" : "http://192.168.1.108/games/dragon_gold", "remote ...
分类:Web程序   时间:2017-05-26 19:42:00    阅读次数:345
Linux基础三
cat:查看全部(缺点:内容较多时不方便查看) 格式:cat [选项] 文件名 常用命令选项 -n:在每一行前加上行号 [root@localhost 桌面]# cat -n /etc/passwd 1 root:x:0:0:root:/root:/bin/bash 2 bin:x:1:1:bin: ...
分类:系统相关   时间:2017-05-26 10:39:56    阅读次数:191
Hausaufgabe--Python 04
0 small games: number guess: import random answer = random.randint(1,10) guess = int(input('please input your guess: ' )) i = 2 while i : if guess != ...
分类:编程语言   时间:2017-05-23 00:26:45    阅读次数:210
Codeforces 455B A Lot of Games 字典树上博弈
题目链接:点击打开链接 题意: 给定n个字符串,k局游戏 对于每局游戏,2个玩家轮流给一个空串加入一个小写字母使得加完后的字符串不是n个字符串的前缀。 输家下一轮先手 问是先手必胜还是后手必胜 思路: 对于第一局游戏,若先手能到达必败态和必胜态,则先手会一直输到倒数第二局然后最后一局必胜 所以此时是 ...
分类:其他好文   时间:2017-05-20 19:29:15    阅读次数:117
(记忆化DFS)Codeforces Round #413 D-Field expansion
In one of the games Arkady is fond of the game process happens on a rectangular field. In the game process Arkady can buy extensions for his field, ea ...
分类:其他好文   时间:2017-05-14 17:58:03    阅读次数:310
Unity优化之GC——合理优化Unity的GC (难度3 推荐5)
原文链接:http://www.cnblogs.com/zblade/p/6445578.html 最近有点繁忙,白天干活晚上抽空写点翻译,还要运动,所以翻译工作进行的有点缓慢 =。= 本文续接前面的unity的渲染优化,进一步翻译Unity中的GC优化,英文链接在下:英文地址 介绍: 在游戏运行的 ...
分类:编程语言   时间:2017-05-13 12:27:55    阅读次数:275
CTF传送门
https://www.zhihu.com/question/30505597详细见知乎 推荐书: A方向: RE for BeginnersIDA Pro权威指南揭秘家庭路由器0day漏洞挖掘技术自己定操作系统黑客攻防技术宝典:系统实战篇 有各种系统的逆向讲解 B方向: Web应用安全权威指南 最 ...
分类:其他好文   时间:2017-05-06 01:00:57    阅读次数:321
Physics for Game Programmers
CHAPTER 1 Adding Realism to Your Games CHAPTER 2 Some Basic Concepts CHAPTER 3 Basic Newtonian Mechanics CHAPTER 4 Basic Kinematics CHAPTER 5 Projecti ...
分类:其他好文   时间:2017-05-02 11:53:34    阅读次数:142
紫书第四章训练 UVA1589 Xiangqi by 15 周泽玺
Xiangqi is one of the most popular two-player board games in China. The game represents a battle between two armies with the goal of capturing the ene ...
分类:其他好文   时间:2017-05-02 11:50:42    阅读次数:293
631条   上一页 1 ... 22 23 24 25 26 ... 64 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!