MIT course, CS144, Week 1, Endian

Caution: Different processors layout numbers differently. Byte order,不同处理器的byte排序方式是不同的,有分big endian和little endian。E.g. 在比较network传来的port地址和本地host的port地址时,记得进行byte order转换。Host and network order can b
相关文章
相关标签/搜索