代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/491824/6426930
m nndlogsig.m
function a = nndlogsig(n)
a = 1 ./ (1 + exp(-n));
i = find(~isfinite(a));
a(i) = sign(n(i));
www.eeworm.com/read/410789/11269465
m invmulaw.m
function x = Invmulaw(y)
mu=255;
x=(((1+mu).^(abs(y))-1)./mu).*sign(y);
www.eeworm.com/read/220376/14802331
c s_copysign.c
/* @(#)s_copysign.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Mi
www.eeworm.com/read/162614/5531809
c s_copysign.c
/* @(#)s_copysign.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Mi
www.eeworm.com/read/162519/5541341
c s_copysign.c
/* @(#)s_copysign.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Mi
www.eeworm.com/read/414357/11119261
m nndtansig.m
function a = nndtansig(n)
a = 2 ./ (1 + exp(-2*n)) - 1;
i = find(~isfinite(a));
a(i) = sign(n(i));
www.eeworm.com/read/414357/11119272
m nndlogsig.m
function a = nndlogsig(n)
a = 1 ./ (1 + exp(-n));
i = find(~isfinite(a));
a(i) = sign(n(i));
www.eeworm.com/read/289444/8550731
c coder_o1p1.c
//#define SIGN_JUST_XOR /** much worse **/
/*********
a straightforward order1 coder : code pel conditioned on the
log2(parent)
"order1+1" also uses log2(neighbors) in the context
Ord
www.eeworm.com/read/355672/10249965
asm text1.asm
RXIN BIT P2.0
TXZAI BIT P2.2
TXOUT BIT P2.1
KEY_SIGN BIT 20H ;为0按键错误,为1按键正确
RXTX_SIGN BIT 21H ;为0是为发射状态,为1是为接收状态
ISP_DATA DATA 0E2H ;ISP功能寄存器定义
ISP_ADDRH DATA 0E3H
ISP_ADDRL DATA 0E4H
www.eeworm.com/read/161429/10413664
c coder_o1p1.c
//#define SIGN_JUST_XOR /** much worse **/
/*********
a straightforward order1 coder : code pel conditioned on the
log2(parent)
"order1+1" also uses log2(neighbors) in the context
Ord