代码搜索:complement
找到约 1,455 项符合「complement」的源代码
代码结果 1,455
www.eeworm.com/read/466057/7043642
asm math.asm
;*****************************************************************
;* *
;* Maths Subroutines for the 8051 microcontroller
www.eeworm.com/read/441678/7666763
asm ch18_将内部数据存储器内的值取补数.asm
;FUNCTION NAME: DATA_COMPLEMENT
;FUNCTION: COMPLEMENT 4 BYTES IN (07)(06)(05)(04)
;
DATA_COMPLEMENT
MOV R0,#04
MOV R2,#04H ;COUNT
www.eeworm.com/read/153740/12009502
asm math8051.asm
;*****************************************************************
;* *
;* Maths Subroutines for the 8051 microcontroller *
www.eeworm.com/read/153731/12010670
asm math8051.asm
;*****************************************************************
;* *
;* Maths Subroutines for the 8051 microcontroller *
www.eeworm.com/read/388457/8608154
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
www.eeworm.com/read/387887/8649560
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
www.eeworm.com/read/186987/8886223
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
bin(1
www.eeworm.com/read/160929/10469653
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
bin(1
www.eeworm.com/read/160929/10470010
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
www.eeworm.com/read/160929/10470422
m p5_7.m
% Program P5_7
% Determines the ones'-complement equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary number = ');
if sign(bin(1)) == 0;
onescomp = bin;
else
bin(1