Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
而且,虽然机器字的长度是依赖的,但它通常是 16 位长。是否有明确定义为 2 位、3 位和 16 位的英文单词?
通常,ashort指的是 16 位整数,但这并不能保证。Ashort只需要char <= short <= int在位大小方面。
short
char <= short <= int
该维基百科文章建议的另一个术语是halfword,但我从未见过有人使用该术语。
halfword
行话文件建议crumb(以及其他一些人,坚决反对)2 位数据类型,但没有任何 3 位数据类型。
crumb