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.
我想知道拥有 2 种不同字节序表示的目的是什么。我得到了 2 之间的区别,如何存储值,为什么有 2 个?
因为这不是标准或编程语言,它是人们提出的硬件设计。假设您已经实现了一个内存,并且想要在其中存储数据。数据跨越两个字节。您将在第一个(低)地址中放入哪个字节?数据的低部分还是高部分?你可以打赌,只要有选择,就会有这么多的实现。:-)