解题思路:典型的Kruskal,不能用floyed(会超时),上代码: 1 #include 2 #include 3 #include 4 using namespace std; 5 #define inf 0x3f3f3f3f 6 const int maxn = 1005; 7 int fa...
分类:
其他好文 时间:
2015-10-23 18:25:42
阅读次数:
135
Welcome back to GTKA, everyone's favorite investigative series where we learn all about the newest version of Android (with a heavy emphasis on "all")...
分类:
移动开发 时间:
2015-10-13 18:35:07
阅读次数:
257
referrence: GeeksforGeeksBubble sortis the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong ord...
分类:
其他好文 时间:
2015-10-06 07:00:26
阅读次数:
175
Partition and swapping. A lot details to take care.class Solution {public: /** * @param A: An integer array. * @return: void */ void...
分类:
其他好文 时间:
2015-10-01 16:30:24
阅读次数:
157
有时候我们可能希望能够将eth0和eth1的名字换一下。
分类:
移动开发 时间:
2015-09-30 12:35:12
阅读次数:
136
A typical swapping.class Solution {public: /** * @param chars: The letters array you should sort. */ bool isUpper(char c) { r...
分类:
其他好文 时间:
2015-09-22 14:17:34
阅读次数:
156
进程与线程的区别,应该是在技术面试出现频率较高的一个问题,今天我做一个总结。1.教科书式标准回答 进程和线程有很多类似的性质,因此人们习惯上也称线程为轻量级进程(light weight process,lwp),也是cpu调度和分派的基本单元;而传统意义上进程则被称为重量级进程(heavy we....
分类:
编程语言 时间:
2015-09-03 00:30:59
阅读次数:
213
MySQL安装成功后有几个默认的配置模板,列表如下:
my-huge.cnf : 用于高端产品服务器,包括1到2GB RAM,主要运行mysql
my-innodb-heavy-4G.ini : 用于只有innodb的安装,最多有4GB RAM,支持大的查询和低流量
my-large.cnf : 用于中等规模的产品服务器,包括大约512M RAM
my-medium.cnf : 用于低端产...
分类:
数据库 时间:
2015-08-26 09:32:04
阅读次数:
280
原题链接:http://poj.org/problem?id=1797Heavy TransportationTime Limit:3000MSMemory Limit:30000KTotal Submissions:24576Accepted:6510DescriptionBackgroundHu...
分类:
其他好文 时间:
2015-08-20 22:28:43
阅读次数:
222
Description
Background
Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him whether there really is a way from t...
分类:
其他好文 时间:
2015-08-19 00:45:06
阅读次数:
135