代码搜索:trim

找到约 10,000 项符合「trim」的源代码

代码结果 10,000
www.eeworm.com/read/109475/6174126

trim

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|10 Nov 2001 09:15:34 -0000 vti_extenderversion:SR|4.0.2.3406
www.eeworm.com/read/192030/8410809

m trim.m

www.eeworm.com/read/432289/8613971

h trim.h

//: C18:trim.h // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt #ifndef TRIM_H #define TRIM_H #include
www.eeworm.com/read/287770/8670401

m trim.m

function y = trim(x,t1,t2) % $Id: trim.m 47 2004-09-09 08:01:57Z mairas $ beg = x.beg+(at(x,t1)-1)/x.fs; fs = x.fs; num = at(x,t2) - at(x,t1) +1; y = time(beg,num,fs);
www.eeworm.com/read/287770/8670469

m trim.m

function y = trim(x,varargin) % TRIM Trim the signal to a defined time range. % % Y = TRIM(X,T1,T2) Trim signal X to the time range defined by T1 and T2. % Y = TRIM(X,S) Trim signal X to
www.eeworm.com/read/385511/8802817

jpg trim.jpg

www.eeworm.com/read/284998/8877597

h trim.h

//: C01:trim.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt #ifndef TRIM_H #define TRIM_H #include
www.eeworm.com/read/185213/9050038

bas trim.bas

10 a$= " Hola " 20 WRITE TRIM$ (a$), LTRIM$ (a$), RTRIM$ (a$)
www.eeworm.com/read/184067/9123836

m trim.m

function data=trim(data,outval) %data=trim(data,outval) % 祛除坏数据,包括NaN, Inf, 和异常大小数据 % data: 列状数据,每列来自一个总体,返回净化后的数据 % outval: 系数因子,离均值超过outval倍标准差被判为异常大小,默认为4 % L.J.HU 8-17-1999 if nargin
www.eeworm.com/read/281673/9142365

h trim.h

//: C01:trim.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt #ifndef TRIM_H #define TRIM_H #include