代码搜索:complement
找到约 1,455 项符合「complement」的源代码
代码结果 1,455
www.eeworm.com/read/439446/7708565
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/439446/7708643
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/439446/7708739
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/488277/6491270
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/248284/12585657
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/403933/11498613
html help.swap.html
Instruction : swap
swap
This instruction swaps the contents of the ?BX? register with its
www.eeworm.com/read/404877/11476715
bat genalg.bat
REM The first parameter is K, carrying capacity (size of population)
REM The second parameter is the goal value, a real number
REM The third parameter is the inverse of allowable error
REM The four
www.eeworm.com/read/126684/14406663
bat genalg.bat
REM The first parameter is K, carrying capacity (size of population)
REM The second parameter is the goal value, a real number
REM The third parameter is the inverse of allowable error
REM The four
www.eeworm.com/read/221024/14776095
html http:^^www.cs.wisc.edu^~cs354-2^cs354^lec.notes^represent.html
Date: Tue, 05 Nov 1996 00:32:24 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Wed, 30 Aug 1995 21:21:36 GMT
Content-length: 15349
Lecture notes - Chapter 4 - Data
www.eeworm.com/read/165570/5481321
txt expectedoutputtestbits.txt
1 belongs to the union of a and b
2 belongs to the intersection of a and b
7 does not belong to the set difference of a and b
b's Complement has {3, 4, 5, 6}