代码搜索:complement
找到约 1,455 项符合「complement」的源代码
代码结果 1,455
www.eeworm.com/read/464435/1530400
h gb_basic.h
/*1:*/
#line 15 "gb_basic.w"
extern Graph*board();
extern Graph*simplex();
extern Graph*subsets();
extern Graph*perms();
extern Graph*parts();
extern Graph*binary();
extern Graph*complement();
exter
www.eeworm.com/read/349545/3143813
m unwrap.m
function q = unwrap(p,cutoff,dim)
%UNWRAP Unwrap phase angle.
% UNWRAP(P) unwraps radian phases P by changing absolute
% jumps greater than pi to their 2*pi complement. It unwraps
% along
www.eeworm.com/read/334933/3360452
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/334933/3360599
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/301474/3839552
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/301474/3839699
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/448886/1683460
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/448886/1683607
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/378914/2679282
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/378914/2679430
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