代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/351757/3099286
rc fr_lng5.rc
#include "FR_Const.pas"
; Object Inspector localization
; Just add desired property name after '=' sign, for instance:
; 58092, "Suppress=Suppress repeated values"
; and you'll see "Suppress rep
www.eeworm.com/read/351636/3100627
cmake wrap_itkandimagefilter.cmake
WRAP_CLASS("itk::AndImageFilter" POINTER_WITH_SUPERCLASS)
WRAP_IMAGE_FILTER_USIGN_INT(3)
WRAP_IMAGE_FILTER_SIGN_INT(3)
END_WRAP_CLASS()
www.eeworm.com/read/351636/3100630
cmake wrap_itkxorimagefilter.cmake
WRAP_CLASS("itk::XorImageFilter" POINTER_WITH_SUPERCLASS)
WRAP_IMAGE_FILTER_USIGN_INT(3)
WRAP_IMAGE_FILTER_SIGN_INT(3)
END_WRAP_CLASS()
www.eeworm.com/read/351636/3100637
cmake wrap_itkorimagefilter.cmake
WRAP_CLASS("itk::OrImageFilter" POINTER_WITH_SUPERCLASS)
WRAP_IMAGE_FILTER_USIGN_INT(3)
WRAP_IMAGE_FILTER_SIGN_INT(3)
END_WRAP_CLASS()
www.eeworm.com/read/351636/3100762
cmake wrap_itkmodulusimagefilter.cmake
WRAP_CLASS("itk::ModulusImageFilter" POINTER_WITH_SUPERCLASS)
WRAP_IMAGE_FILTER_USIGN_INT(2)
WRAP_IMAGE_FILTER_SIGN_INT(2)
END_WRAP_CLASS()
www.eeworm.com/read/474840/6808476
asm calc.asm
;4 FUNCTION CALCULATOR PROGRAM
;Assumes 1.2MHz Clock for scan timing.
; TODO : Custom Character for the 'M' sign
; Check instances of multiple decimal point presses ( all covered ?)
;Res
www.eeworm.com/read/295515/8156291
asm calc.asm
;4 FUNCTION CALCULATOR PROGRAM
;Assumes 1.2MHz Clock for scan timing.
; TODO : Custom Character for the 'M' sign
; Check instances of multiple decimal point presses ( all covered ?)
;Res
www.eeworm.com/read/194440/8193788
m clip.m
function trout=clip(trin,amp);
% trout=clip(trin,amp)
%
% CLIP adjusts only those samples on trin which are greater
% in absolute value than 'amp'. These are set equal to amp but
% with the sign of t
www.eeworm.com/read/370015/9624460
asm calc.asm
;4 FUNCTION CALCULATOR PROGRAM
;Assumes 1.2MHz Clock for scan timing.
; TODO : Custom Character for the 'M' sign
; Check instances of multiple decimal point presses ( all covered ?)
;Res
www.eeworm.com/read/173174/9669863
c draft.c
/*
this is a pthread testing code.
it initiates two thread, namely, fth and sth.
the fth lock the gMutex,printf ++a, then delay for 2 seconds.
unlock the gMutex, cond_wait for the condition sign