代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/442059/7660550

m mapping_sequence.m

%采用格雷码将伪随机序列映射成16QAM function QAM_16_seq=mapping_seq(m_seq) N=4096; seq=[m_seq 0]; sign_I=2.*seq(1:4:N)-ones(1,1024); abs_I=2.*seq(2:4:N)+ones(1,1024); %I路信号 I=(sign_I).*(abs_I); si
www.eeworm.com/read/330751/12870247

o vectors08.o

XH H 4 areas 1C global symbols M vectors08.c S __rhi Ref0000 S __rlo Ref0000 S _time Ref0000 S __divmod16u Ref0000 S _sign1 Ref0000 S _sign2 Ref0000 S _KB_Def Ref0000 S __r0 Ref0000 S __r1
www.eeworm.com/read/323119/13349939

res function.res

-------------- select 1+1,1-1,1+1*2,8/5,8%5,mod(8,5),mod(8,5)|0,-(1+1)*-2,sign(-5) -------------- 1+1 1-1 1+1*2 8/5 8%5 mod(8,5) mod(8,5)|0 -(1+1)*-2 sign(-5) 2 0 3 1.60 3 3 3 4 -1 -------------- sel
www.eeworm.com/read/344386/3211029

res function.res

-------------- select 1+1,1-1,1+1*2,8/5,8%5,mod(8,5),mod(8,5)|0,-(1+1)*-2,sign(-5) -------------- 1+1 1-1 1+1*2 8/5 8%5 mod(8,5) mod(8,5)|0 -(1+1)*-2 sign(-5) 2 0 3 1.60 3 3 3 4 -1 -------------- sel
www.eeworm.com/read/188512/8533338

cpp fig15_15.cpp

// Fig. 15.15: Fig15_15.cpp // Printing an integer with internal spacing and plus sign. #include using std::cout; using std::endl; using std::internal; using std::showpos; #includ
www.eeworm.com/read/386806/8725545

h math_emu.h

#ifndef _LINUX_MATH_EMU_H #define _LINUX_MATH_EMU_H struct fpu_reg { char sign; char tag; long exp; unsigned sigl; unsigned sigh; }; /* This structure matches the layout of the dat
www.eeworm.com/read/430375/8753255

vbe bitreg.vbe

-- Single Bit Register component ENTITY bitreg IS PORT ( bitin : IN BIT; clk3 : IN BIT; enable3 : IN BIT; resetin : IN BIT; bitout : OUT BIT ); END bitreg; ARCHITECTURE bitreg_arch OF bitreg IS SIGN
www.eeworm.com/read/383713/8925210

h math_emu.h

#ifndef _LINUX_MATH_EMU_H #define _LINUX_MATH_EMU_H struct fpu_reg { char sign; char tag; long exp; unsigned sigl; unsigned sigh; }; /* This structure matches the layout of the dat
www.eeworm.com/read/184795/9074953

cpp euler.cpp

#include #include #include int sign=1; class List; class Node { public: int data; Node *next; }; class List { friend class List; publ
www.eeworm.com/read/380631/9137891

txt gb2utf8.txt

# Format: Three tab-separated columns # Column #1 is the GB2312 code (in hex as 0xXXXX) # Column #2 is the Unicode (in hex as 0xXXXX) # Column #3 the Unicode name (follows a comment sign, '#