2013年2月7日

面试题笔记

摘要: 反转一个无符号整数的比特位.Reverse the bits of an unsigned integer.For example, x is 0x00001234, then reverse(x) is 0x2C480000.static uint Reverse(uint x){ uint... 阅读全文

posted @ 2013-02-07 10:50 NULL00 阅读(1502) 评论(1) 推荐(2) 编辑

导航