如果你现在正在学习C语言,而你又不希望使用微软提供的任何C语言的任何编译器,那么你应该考虑一下GCC。GCC是运行于类UNIX系统下的编译器工具集,这又引出了另一个让人头疼的问题,你没有一台现成的装有UNIX系统的机器可用,同时,你也不希望弄个笨重的虚拟机。这时候,你应该考虑一下Cygwin。Cyg...
简单并查集#include#include#include#include#include#include#include#include#include#include#include#define
inf 0x0f0f0f0fusing namespace std;const double p....
分类:
其他好文 时间:
2014-05-01 10:15:58
阅读次数:
367
1. 本机情况:Win7操作系统,VMware虚拟机,虚拟机版本:VMware
7.1,安装Ubuntu10.10,现要求在主机上插入U盘,在虚拟机中显示。2. 遇到问题:U盘只在Win7主机中显示,而无法显示在虚拟机中,需要解决。3.
解决方案:首先确认服务已经打开:【右键计算机】->【管理】->...
分类:
其他好文 时间:
2014-05-01 10:12:03
阅读次数:
302
若有向图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