09 2023 档案
字节对齐
摘要:#include <stdio.h> struct Example { int a; // 4 bytes char b[32]; // 32 bytes double c; // 8 bytes }; int main() { struct Example ex; printf("Size of 阅读全文
posted @ 2023-09-26 14:50 开源侠 阅读(10) 评论(0) 推荐(0)
C语言易混淆,易错知识点
摘要:本文内容来源于《C和指针》 阅读全文
posted @ 2023-09-25 16:40 开源侠 阅读(27) 评论(0) 推荐(0)
C语言-复杂的指针关系
摘要:非法的指针 指针表达式 数组和指针 指向数组的指针 指针数组 指针和数组的总结 字符串 指针的高级声明(花里胡哨) 函数指针 函数指针 - Sunsin - 博客园 (cnblogs.com) #include <stdio.h> int main() { int* a ; *a = 12; ret 阅读全文
posted @ 2023-09-21 16:18 开源侠 阅读(9) 评论(0) 推荐(0)
BGP 状态机壁纸
摘要: 阅读全文
posted @ 2023-09-07 19:33 开源侠 阅读(10) 评论(0) 推荐(0)
BGP同步Synchronization
摘要:(1)当通过IBGP公布路由的时候,根据定义,它们是在同一个AS内进行公布。结果是,AS_PATH不会发生改变。 实际上,在路由公布给EBGP对端之前,本地AS号不会附加到AS_PATH上。 因此,IBGP路由不具备EBGP路由所具有的防止环路功能。 为了防止环路,BGP不会将从一个IBGP对端学习 阅读全文
posted @ 2023-09-07 14:36 开源侠 阅读(204) 评论(0) 推荐(0)
assic码壁纸
摘要:https://files.cnblogs.com/files/blogs/733372/%E5%AD%97%E7%AC%A6ASIC%E7%A0%81%E5%AF%B9%E7%85%A7%E8%A1%A8.zip?t=1704333827&download=true 阅读全文
posted @ 2023-09-06 16:54 开源侠 阅读(8) 评论(0) 推荐(0)