码迷,mamicode.com
首页 >  
搜索关键字:华为设备 静态nat 动态nat pat    ( 13726个结果
1016. 部分A+B (15) (数学啊 ZJU_PAT)
1016. 部分A+B (15) (数学啊 ZJU_PAT)...
分类:其他好文   时间:2014-11-24 19:11:23    阅读次数:207
【基础】华为设备链路捆绑大全实战精简版
实验拓扑:使用ENSP模拟器(版本V100R002C001.2.00.350)实验要求:1.在华为设备上使用lacp协议实现二层的负载均衡和备份2.在华为设备上使用手动捆绑实现三层的负载均衡和备份实验步骤及验证:1.接口及ip地址规划:Client1:192.168.1.10(vlan10)Client2:192.168.1.20(vlan10)SW..
分类:其他好文   时间:2014-11-24 13:48:36    阅读次数:372
PAT 1085. Perfect Sequence
还好只是要求长度,如果是完整序列的话估计得跪#include #include #include #include using namespace std;int main() { int N,p; scanf("%d%d", &N, &p); if (N seq(N); ...
分类:其他好文   时间:2014-11-24 00:48:54    阅读次数:312
PAT 1061. Dating
题是别人出的,不按她的想法来也没办法,真心想k一顿#include #include using namespace std;const char* days[] = {"MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN"};inline bool is_....
分类:其他好文   时间:2014-11-23 23:08:53    阅读次数:302
c之PAT刷体--字符串-01--从字符串中找到特定字符
字符串-01. 在字符串中查找指定字符(15) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 白洪欢(浙江大学) 输入一个字符串S,再输入一个字符c,要求在字符串S中查找字符c。如果找不到则输出“Not f...
分类:其他好文   时间:2014-11-23 17:38:55    阅读次数:177
PAT 1033. To Fill or Not to Fill
#include #include #include #include using namespace std;int main() { int N; double mcap, dist, davg; scanf("%lf%lf%lf%d", &mcap, &dist, &dav...
分类:其他好文   时间:2014-11-23 12:55:37    阅读次数:253
[PAT]
/************************************************************** 1020. Tree Traversals (25) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Suppose that all the keys in a binary tr...
分类:其他好文   时间:2014-11-23 11:47:20    阅读次数:180
1007. 素数对猜想 (20) (数学啊)
1007. 素数对猜想 (20) (数学啊)...
分类:其他好文   时间:2014-11-23 11:46:56    阅读次数:131
7-06. 奥运排行榜(25)(数学啊 ZJU_PAT)
7-06. 奥运排行榜(25)(数学啊 ZJU_PAT)...
分类:其他好文   时间:2014-11-23 09:19:26    阅读次数:308
4-09. 笛卡尔树(25)(ZJU_PAT)
4-09. 笛卡尔树(25)(ZJU_PAT)...
分类:其他好文   时间:2014-11-23 09:19:13    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!