Tunnel Warfare
Time Limit: 1000MS
Memory Limit: 131072K
Total Submissions: 6972
Accepted: 2864
Description
During the War of Resistance Against Japan, tunnel warfare ...
分类:
其他好文 时间:
2014-08-29 11:10:47
阅读次数:
162
Use the SSH to build up the tunnel access to other computer can make the communication encrypted and secured, tested on the http service by using the SSH tunnel access...
分类:
数据库 时间:
2014-08-23 19:06:01
阅读次数:
324
#include #include #include #include #include #include #include #include #include #include #include #include #includeusing namespace std;#define lson.....
分类:
其他好文 时间:
2014-08-22 00:13:25
阅读次数:
242
We all know the Super Powers ofthis world and how they manage to get advantages in political warfare or evenin other sectors. But this is not a political platform and so we will talkabout a different ...
分类:
其他好文 时间:
2014-08-18 18:42:02
阅读次数:
191
~~~~
第一次遇到线段树合并的题,又被律爷教做人。TAT.
~~~~
线段树的题意都很好理解吧。。
题目链接:
http://acm.hdu.edu.cn/showproblem.php?pid=1540
http://poj.org/problem?id=2892
~~~~
我的代码:200ms
#include
#include
#include
#include
...
分类:
其他好文 时间:
2014-08-07 23:12:05
阅读次数:
356
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1540
题目大意:抗日战争时期,各村庄被一条地道连接着(村庄排在一条线上),有三种操作:
第一种:某村庄被敌军摧毁;
第二种:修复上一个被摧毁的村庄;
第三种:查询与该村庄直接或间接链接的村庄有多少个(包括自己);
此题用线段树做,每个节点包含该区间从左端开始有多大连续区间ls,从右端...
分类:
其他好文 时间:
2014-08-02 18:29:33
阅读次数:
230
网络拓扑:R1:ipv6unicast-routing===========开启ipv6intf0/0ipaddress192.168.12.1255.255.255.0noshutdowninterfaceLoopback0ipv6address2012:2012::1/64iproute192.168.23.0255.255.255.0192.168.12.2============配置静态路由R2:interfaceFastEthernet0/0ipaddress192.168..
分类:
其他好文 时间:
2014-07-28 00:31:10
阅读次数:
407
给一个无向图,求出两个值,所有点到所有其他点的最短距离和,任意删除一条边后的这个值。数据规模是100点1000边。白书例题,不多说了直接对于每个点求出最短路树,对于每条边,如果它不是最短路树上的边,那么我们不需要对它进行最短路计算了,由于点数只有100,那么树上的边只有n-1,所以我们对于以每个点为...
分类:
其他好文 时间:
2014-07-22 23:40:07
阅读次数:
248
Description
The army of United Nations launched a new wave of air strikes on terroristforces. The objective of the mission is to reduce enemy's logistical mobility. Each airstrike will destroy a pa...
分类:
其他好文 时间:
2014-07-20 23:04:26
阅读次数:
332
用tunnel,tunnel是一种技术称谓,将其放到真正的服务器和客户端之间。调试阶段可以使用webcream运行tomcat作为模拟的真正的服务器。具体:用apache axis及其项目中的工具tcpmon。 但tunnel有个缺点,就是要重新配置客户端和服务器让他们发送请求道tunnel代理。另...
分类:
数据库 时间:
2014-07-17 22:27:26
阅读次数:
240