转置位矩阵

/* * http://www-graphics.stanford.edu/~seander/bithacks.html#ReverseByteWith64Bits * * 0010 0100 -- 24 * 0010 0001 -- 21 * 1111 0000 -- F0 * 0111 1111 -- 7F * 1000 0000 -- 80 * 0011 0111 --
相关文章
相关标签/搜索