Reversing Bits in C

Avril發表於2013-08-13

英文原文:

http://corner.squareup.com/2013/07/reversing-bits-on-arm.html

本文講解翻轉bit位的一些方法,例如如何將1001 1101變為1011 1001.

另參考:http://www.cnblogs.com/xueda120/p/3151354.html

此外可以參考強大的位操作方法:http://stackoverflow.com/questions/746171/best-algorithm-for-bit-reversal-from-msb-lsb-to-lsb-msb-in-c

 

 

相關文章