这两天看了好几篇不错的文章,有的时候想把好的文章 down 下来放到 kindle
上看,便写了个爬虫脚本,因为最近都在搞 node,所以就很自然的选择 node
来爬咯~本文地址:http://www.cnblogs.com/hustskyking/p/spider-with-node.html,...
分类:
Web程序 时间:
2014-04-28 12:20:09
阅读次数:
566
每边有一个权值,要求得到最大流并且使得权值和最小把EK算法中的bfs改成spfa,spfa需要注意的是进行松弛的边容量不能为0const int
INF=0xfffffff ;struct node{ int s,t,cap,cost,nxt ;}e[200005] ;int sumflow ...
分类:
其他好文 时间:
2014-04-27 21:45:47
阅读次数:
549
版本问题,安装的时候使用命令: npm install -g express@3.5.0 即可解决问题...
分类:
Web程序 时间:
2014-04-27 20:12:16
阅读次数:
1045