代码搜索:complement

找到约 1,455 项符合「complement」的源代码

代码结果 1,455
www.eeworm.com/read/338698/12287967

m twoscomp2dec.m

function intNumber = twosComp2dec(binaryNumber) % TWOSCOMP2DEC(binaryNumber) Converts a two's-complement binary number % BINNUMBER (in Matlab it is a string type), represented as a row vector of %
www.eeworm.com/read/210671/15193713

cpp fig16_07.cpp

// Fig. 16.7: fig16_07.cpp // Using the bitwise AND, bitwise inclusive OR, bitwise // exclusive OR, and bitwise complement operators. #include using std::cout; using std::cin; #in
www.eeworm.com/read/208576/15243660

cpp fig22_08.cpp

// Fig. 22.8: fig22_08.cpp // Using the bitwise AND, bitwise inclusive OR, bitwise // exclusive OR and bitwise complement operators. #include using std::cout; #include usi
www.eeworm.com/read/326711/3470016

c fig10_09.c

/* Fig. 10.9: fig10_09.c Using the bitwise AND, bitwise inclusive OR, bitwise exclusive OR and bitwise complement operators */ #include void displayBits( unsigned value ); /* pro
www.eeworm.com/read/317951/3573519

mak mwccnlm.mak

# -*- makefile -*- Time-stamp: # $Id: mwccnlm.mak 1802 2005-11-01 08:25:57Z complement $
www.eeworm.com/read/282766/4087708

mak mwccnlm.mak

# -*- makefile -*- Time-stamp: # $Id: mwccnlm.mak 1802 2005-11-01 08:25:57Z complement $
www.eeworm.com/read/411488/2187518

mak mwccnlm.mak

# -*- makefile -*- Time-stamp: # $Id: mwccnlm.mak 1802 2005-11-01 08:25:57Z complement $
www.eeworm.com/read/351418/3108092

mak mwccnlm.mak

# -*- makefile -*- Time-stamp: # $Id: mwccnlm.mak 1802 2005-11-01 08:25:57Z complement $
www.eeworm.com/read/282673/9075294

cpp btball.cpp

/* 'btBall.cpp' */ /* Complement header file */ #include "btBall.h" /* Default constructor */ btBall::btBall (void) { m_fTimerCount = 0; m_iRadius = 0; m_bIsAlive = mrFalse;
www.eeworm.com/read/282673/9075547

cpp mrparticle.cpp

/* 'mrParticle.cpp' */ /* Complement header file */ #include "mrParticle.h" /* Default constructor */ mrParticle::mrParticle (void) { m_kPosition = mrVector2D (0, 0); m_kOldPositi