Reversing Bits in C

英文原文:

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

 

 

posted @ 2013-08-13 21:14  Avril  阅读(278)  评论(0编辑  收藏  举报