代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/446824/7564266
m f_lin_compand.m
function y = f_lin_compand(x, type, nbits_in, nbits_out)
% linear compander
% type == 1, % compression; else extension;
% works on arrays..
% nbits, without the sign bit ...
% define the ran
www.eeworm.com/read/439446/7708561
m p5_5.m
% Program P5_5
% Determines the binary equivalent of a
% decimal number in sign-magnitude form
d = input('Type in the decimal fraction = ');
b = input('Type in the desired wordlength = ');
d1 = abs(d)
www.eeworm.com/read/439446/7708735
m p5_5.m
% Program P5_5
% Determines the binary equivalent of a
% decimal number in sign-magnitude form
d = input('Type in the decimal fraction = ');
b = input('Type in the desired wordlength = ');
d1 = abs(d)
www.eeworm.com/read/438402/7731726
cpp sgu401.cpp
#include
#include
#include
using namespace std;
const double eps = 1e-10;
const int maxn = 100000;
inline int Sign(double a) {
return a < -eps ? -1 : a > eps;
}
inli
www.eeworm.com/read/398819/7919193
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : input sign
www.eeworm.com/read/297900/7986406
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : input sign
www.eeworm.com/read/245816/12779925
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : input sign
www.eeworm.com/read/143718/12849094
grm 3.grm
//这是一个小型pascal文法
[nonterminal]
statement
procedure_statement
compound_statement
variable expression
expression_list
simple_expression
term factor sign
[terminal]
if then else whil
www.eeworm.com/read/143485/12871802
htm register_form.htm
var signmaxchars = {max_sign_length};
function setrepeat() {
document.creator.addpassword2.value=document.creator.addpassword.value;