Skip to content

Commit 9870617

Browse files
committed
feat: 网络
1 parent e6ce959 commit 9870617

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

海明码算法.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 海明码算法设计
2-
https://blog.csdn.net/zhangyanfei01/article/details/136386142
2+
https://blog.csdn.net/zhangyanfei01/article/details/136386142
3+
https://zhuanlan.zhihu.com/p/685104957
34

45
第一个比特位做奇偶校验
56
第2到第4个比特位当作列校验区分8列

计算机组成原理.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,8 @@ e = f + g # 能不能先判断if, 然后执行这条命令, 判断完成后才
308308

309309
## cache
310310
[L3 partitioning](https://developer.arm.com/documentation/101322/0102/Overview/L3-cache/L3-cache-partitioning)
311+
312+
## 网络
313+
* 路由器 - 网络层 - IP地址
314+
* 交换机 - 链路层 - MAC地址
315+
* 集线器 - 物理层 - 网线

0 commit comments

Comments
 (0)