2010-10-06 30 views

Répondre

10

Vous pouvez simplement utiliser la fonction bitand, par ex.

octave-3.2.3:1> x = 31 
x = 31 
octave-3.2.3:2> y = 23 
y = 23 
octave-3.2.3:3> z = bitand(x, y) 
z = 23