随笔分类 -  操作系统

摘要:https://zhuanlan.zhihu.com/p/64138532 https://my.oschina.net/alchemystar/blog/3008840 阅读全文
posted @ 2022-06-09 10:16 OXYGEN1 阅读(18) 评论(0) 推荐(0) 编辑
摘要:#include <stdio.h> union { short value; // 2字节 char bytes[sizeof(short)]; // char[2] } test; int main(int argc, const char * argv[]) { test.value = 0x 阅读全文
posted @ 2022-06-05 22:43 OXYGEN1 阅读(20) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示