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下的热更新机制。这篇内容先给大家介绍一下两个manifest文件就当热身了。 首先介绍project.manifest: 举个样例 { "packageUrl" : "http://192.168.1.108/games/dragon_gold", "remote ...
分类:
Web程序 时间:
2017-05-26 19:42:00
阅读次数:
345
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
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
题目链接:点击打开链接 题意: 给定n个字符串,k局游戏 对于每局游戏,2个玩家轮流给一个空串加入一个小写字母使得加完后的字符串不是n个字符串的前缀。 输家下一轮先手 问是先手必胜还是后手必胜 思路: 对于第一局游戏,若先手能到达必败态和必胜态,则先手会一直输到倒数第二局然后最后一局必胜 所以此时是 ...
分类:
其他好文 时间:
2017-05-20 19:29:15
阅读次数:
117
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
原文链接:http://www.cnblogs.com/zblade/p/6445578.html 最近有点繁忙,白天干活晚上抽空写点翻译,还要运动,所以翻译工作进行的有点缓慢 =。= 本文续接前面的unity的渲染优化,进一步翻译Unity中的GC优化,英文链接在下:英文地址 介绍: 在游戏运行的 ...
分类:
编程语言 时间:
2017-05-13 12:27:55
阅读次数:
275
https://www.zhihu.com/question/30505597详细见知乎 推荐书: A方向: RE for BeginnersIDA Pro权威指南揭秘家庭路由器0day漏洞挖掘技术自己定操作系统黑客攻防技术宝典:系统实战篇 有各种系统的逆向讲解 B方向: Web应用安全权威指南 最 ...
分类:
其他好文 时间:
2017-05-06 01:00:57
阅读次数:
321
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
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