代码搜索:complement
找到约 1,455 项符合「complement」的源代码
代码结果 1,455
www.eeworm.com/read/415939/2130553
svn-base two_complement.m.svn-base
function value=two_complement(rawdata)
if (mod(max(size(rawdata)),2) == 1)
error('The data to be converted must be 16 bits and the vector does not contain pairs of numbers')
end
value=zero
www.eeworm.com/read/375190/2739616
cpp dist_complement_incl_test.cpp
// Copyright John Maddock 2006.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boo
www.eeworm.com/read/351636/3102896
cxx vnl_orthogonal_complement+double-.cxx
#include
VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE(double);
www.eeworm.com/read/186987/8886226
m p5_8.m
% Program P5_8
% Determines the two's-complement equivalent of a
% negative binary fraction in ones'-complement form
b = input('Type in the binary fraction = ');
F = length(b);
twoscomp = ones(1,F);
c
www.eeworm.com/read/160929/10470435
m p5_8.m
% Program P5_8
% Determines the two's-complement equivalent of a
% negative binary fraction in ones'-complement form
b = input('Type in the binary fraction = ');
F = length(b);
twoscomp = ones(1,F);
c
www.eeworm.com/read/439446/7708742
m p5_8.m
% Program P5_8
% Determines the two's-complement equivalent of a
% negative binary fraction in ones'-complement form
b = input('Type in the binary fraction = ');
F = length(b);
twoscomp = ones(1,F);
c
www.eeworm.com/read/233522/4667515
cxx vnl_orthogonal_complement+vcl_complex+float--.cxx
#include
#include
VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE(vcl_complex);
www.eeworm.com/read/233522/4667527
cxx vnl_orthogonal_complement+vcl_complex+double--.cxx
#include
#include
VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE(vcl_complex);
www.eeworm.com/read/351636/3102909
cxx vnl_orthogonal_complement+vcl_complex+float--.cxx
#include
#include
VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE(vcl_complex);
www.eeworm.com/read/351636/3102923
cxx vnl_orthogonal_complement+vcl_complex+double--.cxx
#include
#include
VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE(vcl_complex);