1009. 说反话 (20) (ZJUPAT 字符串处理)...
分类:
其他好文 时间:
2014-09-25 22:04:48
阅读次数:
236
题目信息:
1012. The Best Rank (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
To evaluate the performance of ou...
分类:
其他好文 时间:
2014-09-25 20:00:37
阅读次数:
199
题目信息:
1011. World Cup Betting (20)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
With the 2010 FIFA World Cup ru...
分类:
其他好文 时间:
2014-09-25 19:27:27
阅读次数:
225
题目信息:
1013. Battle Over Cities (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
It is vitally important to h...
分类:
其他好文 时间:
2014-09-25 19:27:07
阅读次数:
219
NAT的实现分为四大类:1.FullConeNAT完全锥形NAT2.RestrictedConeNAT限制锥形NAT(可以理解为IP限制)3.PortRestrictedConeNAT端口限制锥形NAT(IP+Port限制)4.SymmetricNAT对称NAT,把每个内部主机“地址端口对”和外部主机“地址端口对”完全相同的报文看作一个连接其中完全..
分类:
其他好文 时间:
2014-09-25 17:08:00
阅读次数:
524
直接用dijkstra求取,只能拿到22,四个case过不了#include#includeusing namespace std;int bike_count[510];int bike_sum[510]; int bike_sum_num[510];int map[510][510];bool ...
分类:
其他好文 时间:
2014-09-24 18:28:07
阅读次数:
228
解决的实际问题是让宿主计算机网络上的其他计算机使用微软远程桌面登录到虚拟机上进行使用。
本文探索如何配置Linux版本的VMware Workstation来实现DHCP分配指定IP和NAT网络端口转发。...
分类:
系统相关 时间:
2014-09-24 17:35:27
阅读次数:
1045
环境:Ubuntu 12.04.5 LTS 32bitsDell Optiplex 745(很老的机器了)有线网卡eth0;无线网卡wlan0;本人是一名普通的大学生,使用校园网(需要锐捷认证)上网。网络上,大部分关于Hostapd做Wifi热点的文章,都是基于网桥实现的。但是在需要认证的校园网内,...
分类:
其他好文 时间:
2014-09-24 16:00:07
阅读次数:
290
题目信息:
1007. Maximum Subsequence Sum (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Given a sequence of K i...
分类:
其他好文 时间:
2014-09-24 11:12:56
阅读次数:
364
题目信息:
1006. Sign In and Sign Out (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
At the beginning of every ...
分类:
其他好文 时间:
2014-09-24 10:39:26
阅读次数:
174