摘要: 方式1: asbr 之间 仅运行mpls ,asbr1 为本端pe1 环回口产生标签(使用策略,bgp新特性)发给对端asbr2,asbr2 据徐打标签(使用策略),标签隧道一直到pe2 。 中层隧道:本端asbr-- 对端pe 。 阅读全文
posted @ 2022-01-16 19:05 abel2020 阅读(65) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> // c 库 #include <stdlib.h> //maclloc 库 #include <iostream> // c++ 库 // 有本句 ,下面cout 前面可以没有 std:: using namespace std; typedef int El 阅读全文
posted @ 2021-10-10 13:44 abel2020 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 交换--冒泡 交换-快速 插入- 直接 插入-shell ~ 选择-简单选择 选择-堆 构建堆: 调整堆: 归并 治阶段 合并详解: 基数 阅读全文
posted @ 2021-09-17 22:15 abel2020 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 很多资料都是带头结点的栈实现,感觉不带头结点实现也更容易啊。 // 有本句 ,下面cout 前面可以没有 std:: using namespace std; typedef char ElemType; //元素数据类型 char #define MAXSIZE 10 //普通链节点结构 type 阅读全文
posted @ 2021-09-17 11:19 abel2020 阅读(30) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> // c 库 #include <stdlib.h> //maclloc 库 #include <iostream> // c++ 库 // 有本句 ,下面cout 前面可以没有 std:: using namespace std; typedef char E 阅读全文
posted @ 2021-09-17 01:24 abel2020 阅读(51) 评论(0) 推荐(0) 编辑
摘要: //#include <stdio.h> // c 库 #include <stdlib.h> //maclloc 库 #include <iostream> // c++ 库 // 有本句 ,下面cout 前面可以没有 std:: using namespace std; typedef int 阅读全文
posted @ 2021-09-16 14:41 abel2020 阅读(76) 评论(0) 推荐(0) 编辑
摘要: //#include <stdio.h> // c 库 #include <stdlib.h> //maclloc 库 #include <iostream> // c++ 库 #include <time.h> // 有本句 ,下面cout 前面可以没有 std:: using namespace 阅读全文
posted @ 2021-09-13 22:45 abel2020 阅读(39) 评论(0) 推荐(0) 编辑
摘要: //#include <stdio.h> // c 库 #include <stdlib.h> //maclloc 库 #include <iostream> // c++ 库 // 有本句 ,下面cout 前面可以没有 std:: using namespace std; typedef int 阅读全文
posted @ 2021-09-12 17:54 abel2020 阅读(21) 评论(0) 推荐(0) 编辑
摘要: //#include <stdio.h> // c 库 #include <stdlib.h> //maclloc 库 #include <iostream> // c++ 库 // 有本句 ,下面cout 前面可以没有 std:: using namespace std; #define MAXS 阅读全文
posted @ 2021-09-05 20:19 abel2020 阅读(494) 评论(0) 推荐(0) 编辑
摘要: //#include <stdio.h> // c 库 #include <stdlib.h> //maclloc 库 #include <iostream> // c++ 库 // 有本句 ,下面cout 前面可以没有 std:: using namespace std; #define MAXS 阅读全文
posted @ 2021-09-04 00:53 abel2020 阅读(262) 评论(0) 推荐(0) 编辑