what do you mean by classic way?
所在版块:求学狮城 发贴时间:2007-04-25 11:33  评分:

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
C/C++ : Find if the given number is a power of 2.
(somehow classic way)

can i check bit by bit?
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

This page is intentionally left blank
 相关帖子 我要回复↙ ↗回到正文
programming puzzles 吴永铮   (476 bytes , 727reads )
my answer to (4) 吴永铮   (284 bytes , 253reads )
(Y) hash   (0 bytes , 224reads )
what do you mean by classic way? icky   (96 bytes , 262reads )
(3) can be done by less than 5 instructions 吴永铮   (66 bytes , 251reads )
check equality with all 2's power icky   (31 bytes , 289reads )
can be simpler and faster 吴永铮   (0 bytes , 224reads )
先模1<<16和除 1<<16 icky   (130 bytes , 243reads )
(num > 0) && (((num - 1) & num) == 0) ? 这就是生活   (0 bytes , 257reads )
correct 吴永铮   (177 bytes , 230reads )
opps ^ is wrong. It's always true. 吴永铮   (0 bytes , 240reads )
i was thinking of checking bit also. hash   (18 bytes , 254reads )
interesting... let me try 1&2... hash   (106 bytes , 378reads )
oh, i was thinking using while icky   (55 bytes , 300reads )
世界真奇妙 soc胖浪人   (0 bytes , 198reads )