Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

BINARY

Name: Anonymous 2007-08-24 13:36 ID:qBy4HDJp

unsigned invert(unsigned x, int p, int n){
        return (x & ~((~(~0 << n))<<(p-1))) ^ ((~(~0 << n))<<(p-1));
   
    }

post more binary things..............show me neat things to do (*≧▽≦)

Name: Anonymous 2007-08-24 19:01 ID:CfwIDNqW

>>11
(question? you (mean (define pow2p (lambda (n) (~ (& n (- n 1)))))))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List