Society has always been competitive, but nowadays life is perhaps more competitive than in any previous era. Can you imagine the level of competition ...
分类:
其他好文 时间:
2014-06-20 13:45:03
阅读次数:
288
When you know that a certain condition will not change throughout the life of the program, it makes sense to test the condition only once. Browser sni...
分类:
编程语言 时间:
2014-06-18 22:35:12
阅读次数:
341
Billy investigates the question of applying greedy algorithm to different spheres of life. At the moment he is studying the application of greedy algo...
分类:
其他好文 时间:
2014-06-18 15:17:54
阅读次数:
272
AlienTech for better life!~...
分类:
其他好文 时间:
2014-06-16 23:00:15
阅读次数:
283
AlienTech for better life!~...
分类:
其他好文 时间:
2014-06-14 12:24:45
阅读次数:
447
AlienTech for better life!~...
分类:
其他好文 时间:
2014-06-13 22:05:42
阅读次数:
353
题目:
链接:点击打开链接
题意:
思路:
题目大意:Hopper教授正在研究一种稀有虫子的交配行为。他假设它们有两种性别并且它们只与异性交配。在他的实验中,很容易识别虫子和它们的交配行为,因为虫子背后印有编号。
问题
给定一组虫子的交配行为,确定实验是支持教授的假设即虫子没有同性恋,还是有部分交配行为不符合假设。
这道题实际上还是并查集,和以往不同的是。以往给...
分类:
其他好文 时间:
2014-06-13 21:29:50
阅读次数:
414
作下笔记,Spring的注入问题[多个实例问题]解决方案如下: 1 package
student.life.support.platform.service.impl; 2 3 import
javax.annotation.Resource; 4 5 import org.spri...
分类:
编程语言 时间:
2014-06-12 16:32:07
阅读次数:
896
题目来源:Light OJ 1291 Real Life Traffic
题意:最少添加几条边 可以使全图边双连通
思路:缩点 重新构图 答案就是(叶子节点数+1)/ 2
#include
#include
#include
#include
#include
using namespace std;
const int maxn = 10010;
struct Edge
{
i...
分类:
其他好文 时间:
2014-06-08 02:57:26
阅读次数:
276