代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/117364/6104184

dat wrong.dat

I am glad to sign it
www.eeworm.com/read/111069/6159497

dat wrong.dat

I am glad to sign it
www.eeworm.com/read/167911/5450736

dat wrong.dat

I am glad to sign it
www.eeworm.com/read/331588/12819550

java ticket.java

package m; public class Ticket { private String Seat; private int Sign; public String getSeat() { return Seat; } public void setSeat(String seat) { Seat = seat; } public int ge
www.eeworm.com/read/309375/13673185

m int2bin.m

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

m mapper2.m

function [x]=mapper(y,C) % N=4^C (for N-QAM) x=[]; re=real(y); im=imag(y); for ii=1:C x=[x; sign(re)]; x=[x; sign(im)]; re=re-sign(re).*2^(C-ii); im=im-sign(im
www.eeworm.com/read/443410/7633416

m mapper2.m

function [x]=mapper(y,C) % N=4^C (for N-QAM) x=[]; re=real(y); im=imag(y); for ii=1:C x=[x; sign(re)]; x=[x; sign(im)]; re=re-sign(re).*2^(C-ii); im=im-sign(im
www.eeworm.com/read/217347/6356227

m mapper2.m

function [x]=mapper(y,C) % N=4^C (for N-QAM) x=[]; re=real(y); im=imag(y); for ii=1:C x=[x; sign(re)]; x=[x; sign(im)]; re=re-sign(re).*2^(C-ii); im=im-sign(im
www.eeworm.com/read/388370/8612504

m onescomplement.m

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

m onescomplement.m

function y = OnesComplement(x,b) % % y = OnesComplement(x,b) % --------------- % Decimal equivalent of % Sign-Magnitude format integer to b-bit One's-Complement format conversion % % x: in