Cubieboard4 also named CC-A80, is a open source mini PC or single board computer which has ultra-powerful performance and mainly aims to office, games...
分类:
其他好文 时间:
2015-08-16 07:04:29
阅读次数:
343
【SIGGRAPH 2015】【巫师3 狂猎 The Witcher 3: Wild Hunt 】顶级的开放世界游戏的实现技术作者:西川善司日文链接 http://www.4gamer.net/games/202/G020288/20150811091/ 计算机图形和交互技术的学术大会【SIGGR....
分类:
其他好文 时间:
2015-08-13 14:20:51
阅读次数:
122
DescriptionOn Planet MM-21, after their Olympic games this year, curling is getting popular. But the rules are somewhat different from ours. The game ...
分类:
Web程序 时间:
2015-08-13 10:02:08
阅读次数:
170
原文 The Olympic Games will be held in our country in four years‘ time. As a great many people will be visiting the country, the government will be building new hotels, an immense stadium, and a ne...
分类:
其他好文 时间:
2015-08-12 21:54:43
阅读次数:
114
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1729看了题目感觉像Nim,但是有范围限制,有点不知道SG函数该怎么写看了题解,最后才明白该怎么去理解 。首先进行对s和c进行分类,1、c = 0 的时候,无论怎样都填不满,直接跳过;2、c = s 的时...
分类:
其他好文 时间:
2015-08-11 21:20:41
阅读次数:
105
Problem Description
During Frosh Week, students play various fun games to get to know each other and compete against other teams. In one such game, all the frosh on a team stand in a line, and are th...
分类:
其他好文 时间:
2015-08-09 17:08:57
阅读次数:
125
难在judge函数的编写,之前写了个复杂度n的judge函数。。。妥妥的TLE了#include"cstdio"#include"cmath"#include"algorithm"#include"cstring"#define MAXN 500010using namespace std;int ...
分类:
其他好文 时间:
2015-08-05 18:02:11
阅读次数:
89
很久没搞博弈了。先来写个模板:
现在我们来研究一个看上去似乎更为一般的游戏:给定一个有向无环图和一个起始顶点上的一枚棋子,两名选手交替的将这枚棋子沿有向边进行移动,无法移动者判负。事实上,这个游戏可以认为是所有Impartial Combinatorial Games的抽象模型。也就是说,任何一个ICG都可以通过把每个局面看成一个顶点,对每个局面和它的子局面连一条有向边来抽象...
分类:
其他好文 时间:
2015-08-04 22:59:21
阅读次数:
244
很久没搞博弈了。先来写个模板: 现在我们来研究一个看上去似乎更为一般的游戏:给定一个有向无环图和一个起始顶点上的一枚棋子,两名选手交替的将这枚棋子沿有向边进行移动,无法移动者判负。事实上,这个游戏可以认为是所有Impartial Combinatorial Games的抽象模型。也就是说,任何一.....
分类:
其他好文 时间:
2015-08-04 22:30:54
阅读次数:
220
题目链接:点击打开链接
题目大意:给出从根节点遍历到所有叶子节点,每个子节点对父节点来说概率相同,计算最终得到的结果的期望
给出n个字符串,也就可以得到n个方程,用高斯消元解出结果,注意,可能存在不能被计算出来的值,要注意判断,判断方式,从1到n找到第一个Map[i][j]不为0的值,也就是当前方程要求的值,如果从j向后存在Map[i][k]不为0,并且ans[k]还没有被计算出来,那么这个a...
分类:
其他好文 时间:
2015-08-03 19:23:01
阅读次数:
165