代码搜索:Shortening

找到约 15 项符合「Shortening」的源代码

代码结果 15
www.eeworm.com/read/432021/8638570

h user.h

/* * $Id: user.h 1339 2006-09-21 19:46:28Z tbailey $ * * $Log$ * Revision 1.1 2005/07/29 19:12:25 nadya * Initial revision * */ /* User settable parameters */ #ifndef user_h #define user_
www.eeworm.com/read/127545/6004446

cpp myreductshortener.cpp

//------------------------------------------------------------------- // Author........: Aleksander 豩rn // Date..........: // Description...: // Revisions.....: //=====================================
www.eeworm.com/read/103451/6215650

cpp myreductshortener.cpp

//------------------------------------------------------------------- // Author........: Aleksander 豩rn // Date..........: // Description...: // Revisions.....: //================================
www.eeworm.com/read/163883/5506492

cpp myreductshortener.cpp

//------------------------------------------------------------------- // Author........: Aleksander 豩rn // Date..........: // Description...: // Revisions.....: //================================
www.eeworm.com/read/136824/5848442

nvv reflect_and_refract.nvv

; This shader generates the camera space reflection coordinates in T0, and ; a reasonable approximation of refraction coordinates in T1. The approximation ; for refraction is set up by shortening t
www.eeworm.com/read/162867/10262339

m mssnr.m

%MSSNR Maximum shortening signal-to-noise ratio TEQ design. % [W, D, Dv] = MSSNR(H, Nb, Nw, Dmin, Dmax) returns the optimal % time domain equalizer, and delay. Optimal in the sense of % maximizing t
www.eeworm.com/read/198947/7902886

m mssnr.m

%MSSNR Maximum shortening signal-to-noise ratio TEQ design. % [W, D, Dv] = MSSNR(H, Nb, Nw, Dmin, Dmax) returns the optimal % time domain equalizer, and delay. Optimal in the sense of % maximizing t
www.eeworm.com/read/267790/11162571

m mssnr.m

%MSSNR Maximum shortening signal-to-noise ratio TEQ design. % [W, D, Dv] = MSSNR(H, Nb, Nw, Dmin, Dmax) returns the optimal % time domain equalizer, and delay. Optimal in the sense of % maximizing th
www.eeworm.com/read/198947/7902978

m sym_mssnr.m

% Sym_MSSNR Maximum shortening signal-to-noise ratio TEQ design. % [W, D, Dv] = SYM_MSSNR(H, Nb, Nw, Dmin, Dmax) is based on MSSNR. % SYM_MSSNR arbitrary set the TEQ coefs to be symmetric. It reurns
www.eeworm.com/read/470720/1451429

c 20001226-1.c

/* This testcase exposed two branch shortening bugs on powerpc. */ #define C(a,b) \ if (a > b) goto gt; \ if (a < b) goto lt; #define C4(x,b) C((x)[0], b) C((x)[1],b) C((x)[2],b) C((x)[3],b)