代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/296676/8082635

m int2bin.m

function b=int2bin(x,n) % Usage: b=int2bin(x,n) % integer to binary conversion, 0
www.eeworm.com/read/303632/13810881

m int2bin.m

function b=int2bin(x,n) % Usage: b=int2bin(x,n) % integer to binary conversion, 0
www.eeworm.com/read/402303/11538233

m int2bin.m

function b=int2bin(x,n) % Usage: b=int2bin(x,n) % integer to binary conversion, 0
www.eeworm.com/read/388370/8612494

m twoscomplement.m

function y = TwosComplement(x,b) % % y = TwosComplement(x,b) % --------------- % Decimal equivalent of % Sign-Magnitude format integer to b-bit One's-Complement format conversion % % x: in
www.eeworm.com/read/348596/10881850

txt 1148.txt

/////////////////////////////////////////////////////// //Utopia Divided // // // #include #include int num[20000], n; int ans_x[10000], ans_y[10000],sign_x[10000],
www.eeworm.com/read/439437/7709119

m twoscomplement.m

function y = TwosComplement(x,b) % % y = TwosComplement(x,b) % --------------- % Decimal equivalent of % Sign-Magnitude format integer to b-bit One's-Complement format conversion % % x: in
www.eeworm.com/read/393394/8290095

m twoscomplement.m

function y = TwosComplement(x,b) % % y = TwosComplement(x,b) % --------------- % Decimal equivalent of % Sign-Magnitude format integer to b-bit One's-Complement format conversion % % x: in
www.eeworm.com/read/100301/15877465

h caption.h

BOOL RegisterCaption(); BOOL CreateWndCaption(HWND); LRESULT CALLBACK CaptionWndProc(HWND, UINT, WPARAM, LPARAM); #define DRAW_TIME -1 #define BLACK_SIGN 0 #define GREEN_SIGN 1 #define RED_
www.eeworm.com/read/239023/13309235

m exp103.m

t=-5:0.01:5; u=1/2+(1/2)*sign(t); plot(t,u);
www.eeworm.com/read/239023/13309236

m exp104.m

t=-5:0.01:5; f=1/2+(1/2)*sign(t); plot(t,f);