会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Hello the world!
订阅
管理
2024年3月9日
C 结构体中的位域概念
摘要: 位域 一、基本概念 1.1 位域的概念 结构体中的冒号表示位域,如: struct bit_struct { unsigned int bit1:10; unsigned int bit2:8; unsigned int bit3:14; } data1; // sizeof data1 = 4 s
阅读全文
posted @ 2024-03-09 16:30 MElephant
阅读(119)
评论(0)
推荐(0)
编辑
公告