会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
abel2020
博客园
首页
新随笔
联系
订阅
管理
2022年1月16日
option-c
摘要: 方式1: asbr 之间 仅运行mpls ,asbr1 为本端pe1 环回口产生标签(使用策略,bgp新特性)发给对端asbr2,asbr2 据徐打标签(使用策略),标签隧道一直到pe2 。 中层隧道:本端asbr-- 对端pe 。
阅读全文
posted @ 2022-01-16 19:05 abel2020
阅读(86)
评论(0)
推荐(0)
2021年10月10日
Creat BST
摘要: #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
阅读(46)
评论(0)
推荐(0)
2021年9月17日
常见排序算法
摘要: 交换--冒泡 交换-快速 插入- 直接 插入-shell ~ 选择-简单选择 选择-堆 构建堆: 调整堆: 归并 治阶段 合并详解: 基数
阅读全文
posted @ 2021-09-17 22:15 abel2020
阅读(45)
评论(0)
推荐(0)
链表栈
摘要: 很多资料都是带头结点的栈实现,感觉不带头结点实现也更容易啊。 // 有本句 ,下面cout 前面可以没有 std:: using namespace std; typedef char ElemType; //元素数据类型 char #define MAXSIZE 10 //普通链节点结构 type
阅读全文
posted @ 2021-09-17 11:19 abel2020
阅读(37)
评论(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
阅读(58)
评论(0)
推荐(0)
2021年9月16日
插入排序,快速排序
摘要: //#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
阅读(83)
评论(0)
推荐(0)
2021年9月13日
插入排序1 (直接插入)
摘要: //#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
阅读(46)
评论(0)
推荐(0)
2021年9月12日
顺序查找和二分查找
摘要: //#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
阅读(22)
评论(0)
推荐(0)
2021年9月5日
队列(入队、出队)
摘要: //#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
阅读(546)
评论(0)
推荐(0)
2021年9月4日
1顺序栈(push,pop)
摘要: //#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
阅读(317)
评论(0)
推荐(0)
下一页
公告