若有向图G = (V , E)满足下列条件:1、有且仅有一个顶点S,它的入度为 0
,这个顶点称为源点。2、有且仅有一个顶点T,它的出度为 0 ,这个顶点称为汇点。3、每一条弧都有一个非负数,叫做这条边的容量,边(Vi , Vj)的容量用
Cij 来表示。则此有向图称为网络流图,记为 G = ( V...
分类:
其他好文 时间:
2014-05-01 09:54:01
阅读次数:
349
Abstract. In mathematics a Voronoi diagram is a
way of dividing space into a number of regions. A set of points, called seeds,
sites, or generators is...
分类:
其他好文 时间:
2014-05-01 09:46:54
阅读次数:
493
Problem 1:Given a set of distinct integers, S,
return all possible subsets.Note:Elements in a subset must be in non-descending
order.The solution set ...
分类:
其他好文 时间:
2014-05-01 09:43:43
阅读次数:
414
最近测试了xunserach全文索引程序。xunsearch只有LINUX版,所以想用windows服务器请使用其它全文索引程序。
xunsearch本身不像coreseek那样自带增量索引的功能,所以很多从coreseek转过来的朋友很是不习惯。不过xunsearch拥有很
多的API和案例,使....
分类:
其他好文 时间:
2014-05-01 09:39:48
阅读次数:
449
注意变换思维,然后就是水题。(如果卡时还可以进一步二分优化。)#include long
existed[10000][32];int main(void){ int N;// freopen("poj2443.txt", "r", stdin);
scanf("%d", &N);...
分类:
其他好文 时间:
2014-05-01 09:15:47
阅读次数:
373
Aircrack-ng包含的组件具体列表aircrack-ng 主要用于WEP及WPA-PSK密码的恢复airmon-ng 用于改变无线网卡工作模式,以便其他工具的顺利使用airodump-ng 用于捕获802.11数据报文,以便于aircrack-ng破解aireplay-ng 创建特殊的无线网络...
分类:
其他好文 时间:
2014-05-01 09:13:47
阅读次数:
341
又是一道简单并查集#include#include#include#include#include#include#include#include#include#include#include#define
inf 0x0f0f0f0fusing namespace std;const doub....
分类:
其他好文 时间:
2014-05-01 09:12:36
阅读次数:
289
1.先注册个github账号。2.建立版本库。建立完生成对应版本库的url,这个地方一定注意:在复制地址的下方有一句话:You
can clone withHTTPS,SSH,
orSubversion.这三种连接方式的url地址是不一样的。我开始就傻B了,用HTTPS的地址配置本地的SSH连接(在...
分类:
其他好文 时间:
2014-05-01 09:09:55
阅读次数:
353
告诉你若干个( 2 #include 3 #include 4 #include 5
#include 6 #include 7 #include 8 #include 9 #include 10 using namespace std; 11
12 #define...
分类:
其他好文 时间:
2014-05-01 09:01:34
阅读次数:
360
[1]The import com.baidu.mapapi.map.Geometry
conflicts with a type defined in the same
file解决:百度api包下的Geometry和某个类名相冲突,将类名换成另外的名字,不要和百度相关类里面的类名相同[2]jav...
分类:
移动开发 时间:
2014-05-01 08:56:27
阅读次数:
648