理论学习问题1:简述网络接入分类?网络接入物理接入拨号接入:XDSL、PSTN、ISDN、Cable专线接入:物理专线:DDN、E1/T1专线逻辑专线:X25、Freame-Relay虚拟专线:VPX逻辑接入互联上网共享上网:NAT转换传入转换静态映射端口映射负载均衡传出转换静态映射PAT转换地址池代理服..
分类:
Web程序 时间:
2015-05-17 02:14:04
阅读次数:
465
#Route0上配置
intg0/0
ipadd192.168.1.254255.255.255.0
noshutdown
ipnatinside
intg0/1
ipadd76.74.174.166255.255.255.0
noshutdown
ipnatoutside
iproute0.0.0.00.0.0.076.74.174.167
access-list1permit192.168.1.00.0.0.255
ipnatinsidesourcelist1interfaceg0/0overloa..
分类:
其他好文 时间:
2015-05-15 15:47:58
阅读次数:
158
题目链接:
Hashing-Hard Version
解题思路:
暴力,首先根据题目要求将所有给出节点按字典序(从小到大)排列
循环S(节点总数)次,每次通过遍历数组找到一个未出现过的,且满足条件:只能出现在现有位置上(本可出现在之前位置,但被其他节点占据)的节点
输出节点的值 并标记为出现过即可得到答案
代码:
#includ...
分类:
其他好文 时间:
2015-05-12 17:15:40
阅读次数:
181
链接:
QQ帐户的申请与登陆
#include
#include
#include
#include
using namespace std;
int main()
{
int n;
char ch;
string str1,str2;
mapmapp;
map::iterator ii;
scanf("%d",&n);
...
分类:
其他好文 时间:
2015-05-12 15:43:58
阅读次数:
115
NAT—静态pat一:实验拓扑二:实验要求1:利用静态pat技术实现路由对交换机的远程控制2:熟练掌握pat技术的工作原理3:学会换位思考,思考不同远程控制的方法4:熟练使用其命令,及理解。三:实验目标1:实现路由器以输入密码的方式远程控制交换机2:实现路由器以输入用户名和..
分类:
其他好文 时间:
2015-05-12 01:47:10
阅读次数:
273
题目如下:
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signing in's and...
分类:
其他好文 时间:
2015-05-11 22:08:58
阅读次数:
138
#include "apue.h" (c程序添加的头文件)1. 超级用户权限登入 #cd /usr/include 2. 将apue.h和error.c两个文件copy到该目录下。(apue.h位于 your_apue_path/inlcude ; error.c位于your_apue_pat...
分类:
其他好文 时间:
2015-05-11 10:26:04
阅读次数:
120
The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a product, you may get N times the value of that product b...
分类:
其他好文 时间:
2015-05-10 06:24:46
阅读次数:
163