big and little endian
生活随笔
收集整理的這篇文章主要介紹了
big and little endian
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
總是容易搞混big endian 和 little endian,但是找到一篇文章,其解釋讓人耳目一新。
文章鏈接:http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/Data/endian.html
?
假設內存 byte-addresseable,假設我們要保存一個32bit的數據,以16進制表示為 90AB12CD。
有兩種保存方式:
1. store the most significant byte in the smallest address,也就是所謂的 big endian。
2. store the least significant byte in the smallest address,也就是所謂的 little endian。
?
因為 the least significant byte is stored first,所以叫 little endian.
因為 the most significant byte is stored first,所以叫 big endian.
?
文章中介紹的內容包括但不限于這些,還介紹了 endian 的影響之類的內容。
轉載于:https://www.cnblogs.com/vanwoos/p/6940516.html
總結
以上是生活随笔為你收集整理的big and little endian的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 东北育才 数论专场第2场
- 下一篇: 04 UUID