代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/196814/8058676
m definev.m
function [v,dv]= definev(g,x,l,u);
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
%
www.eeworm.com/read/146126/12668226
cpp currency.cpp
// test currency class with three data members sign,
// dollars, and cents
#include
#include "currency.h"
using namespace std;
int main()
{
currency g, h(plus, 3, 50), i, j;
www.eeworm.com/read/244945/12829473
m definev.m
function [v,dv]= definev(g,x,l,u);
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
%
www.eeworm.com/read/329331/12960436
m definev.m
function [v,dv]= definev(g,x,l,u);
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
%
www.eeworm.com/read/142092/12963412
m signintermittency.m
function y=signIntermittency(x,maxConsec)
% y = signIntermittency(x,maxConsec) - remove consecutive signs greater than max
% by Kenneth Arnold
y=x;
x=sign(x);
curSign = x
www.eeworm.com/read/310212/13654611
m rceps.m
function [xhat, yhat] = rceps(x)
%RCEPS Real cepstrum.
% RCEPS(x) returns the real cepstrum of the sequence x.
% [xh, yh] = RCEPS(x) returns both the real cepstrum and a
% minimum phase sign
www.eeworm.com/read/136107/13872336
cpp parse.cpp
// Parse the source into a syntax tree
//
// Written by bood, boodweb@163.com, http://boodweb.126.com
// 2004-08-06
// Fixed a bug of the expression, now the negative sign can be
// dealt corr
www.eeworm.com/read/300992/13872986
h hqr.h
#include
#define SIGN(a,b) ((b) > 0 ? fabs(a) : -fabs(a))
#define SWAP(g,h) {y=(g);(g)=(h);(h)=y;}
#define RADIX 2.0
void hqr(double **a,int
www.eeworm.com/read/300977/13873596
h hqr.h
#include
#define SIGN(a,b) ((b) > 0 ? fabs(a) : -fabs(a))
#define SWAP(g,h) {y=(g);(g)=(h);(h)=y;}
#define RADIX 2.0
void hqr(double **a,int
www.eeworm.com/read/152843/5664327
h nfsfh.h
/*
* include/linux/nfsd/nfsfh.h
*
* This file describes the layout of the file handles as passed
* over the wire.
*
* Earlier versions of knfsd used to sign file handles using keyed MD5
* or SH