代码搜索:CAS

找到约 2,528 项符合「CAS」的源代码

代码结果 2,528
www.eeworm.com/read/304833/13785198

cas_

<mark>cas</mark>cade,n.小瀑布;分段瀑布v.象瀑布般落下;使降下 <mark>cas</mark>e,v.把..装入箱〖盒等〗内;包围n.病人;怪人 <mark>cas</mark>eation,n.干酪样变;干酪化 <mark>cas</mark>e-box,文具盒 <mark>cas</mark>ed,包装v.包装;装入 <mark>cas</mark>ein,n.干酪素;酪蛋白 <mark>cas</mark>emate,n.城墙内的炮台;炮塔 <mark>cas</mark>eous,adj.似干酪的 <mark>cas</mark>e-sensitive,adj.大小写敏感, ...
www.eeworm.com/read/289068/8581582

m cas.m

% cas.m - filtering by cascade of 2nd order sections % % [y, W] = cas(K, B, A, W, x) % % B = Kx3 numerator matrix % A = Kx3 denominator matrix % W = Kx3 state matrix % x = scalar input % y = scalar ou
www.eeworm.com/read/187426/8640182

c cas.c

#include #include #include void main() { void rands(unsigned char ,unsigned char); void create_ECM(unsigned char ,unsigned char); int des(unsigned char *s
www.eeworm.com/read/431767/8655377

m cas.m

function [sigma_AS]=cas(theta,P,units) %CAS Circular angle spread (3GPP TR 25.996) % SIGMA_AS=CAS(THETA,P) returns the circular angle spread % SIGMA_AS as defined in Annex A of 3GPP TR 25.996
www.eeworm.com/read/383526/8940039

m cas.m

function [sigma_AS]=cas(theta,P,units) %CAS Circular angle spread (3GPP TR 25.996) % SIGMA_AS=CAS(THETA,P) returns the circular angle spread SIGMA_AS as % defined in Annex A of 3GPP TR 25.996
www.eeworm.com/read/281612/9146186

m cas.m

function [sigma_AS]=cas(theta,P,units) %CAS Circular angle spread (3GPP TR 25.996) % SIGMA_AS=CAS(THETA,P) returns the circular angle spread SIGMA_AS as % defined in Annex A of 3GPP TR 25.996 v
www.eeworm.com/read/372570/9503297

m cas.m

function [sigma_AS]=cas(theta,P,units) %CAS Circular angle spread (3GPP TR 25.996) % SIGMA_AS=CAS(THETA,P) returns the circular angle spread % SIGMA_AS as defined in Annex A of 3GPP TR 25.996
www.eeworm.com/read/360266/10105177

m cas.m

function [sigma_AS]=cas(theta,P,units) %CAS Circular angle spread (3GPP TR 25.996) % SIGMA_AS=CAS(THETA,P) returns the circular angle spread SIGMA_AS as % defined in Annex A of 3GPP TR 25.996 v
www.eeworm.com/read/359807/10124075

m cas.m

function [sigma_AS]=cas(theta,P,units) %CAS Circular angle spread (3GPP TR 25.996) % SIGMA_AS=CAS(THETA,P) returns the circular angle spread SIGMA_AS as % defined in Annex A of 3GPP TR 25.996 v
www.eeworm.com/read/356914/10219155

c cas.c

/* cas.c - IIR filtering in cascade of second-order sections */ double sos(); /* single second-order section */ double cas(K, A, B, W, x) int K; double **A, **B, *