代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/405944/11453810

html hash_set.html

<hash_set> <hash_set> Include the STL standard header
www.eeworm.com/read/405944/11453833

html hash_map.html

<hash_map> <hash_map> Include the STL standard header
www.eeworm.com/read/401191/11562948

c tcp.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /
www.eeworm.com/read/262083/11607641

m pn.m

function [seq]=pn(generator) % genrate m-sequence % generator从左到右,x的幂次从小到大 % generator=[1 1 0 0 1]表示f(x)=1+x+x^4 % 127阶 generator=zeros(1,8);a=[1,4,8];generator(a)=1; % 255阶 generator=zeros(1,9);
www.eeworm.com/read/158463/11612879

m mula_pcm.m

function [sqnr,a_quan,code]=mula_pcm(a,n,mu) %MULA_PCM mu-law PCM encoding of a sequence. % [SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU) % a=input sequence. % n=number of quantization lev
www.eeworm.com/read/158463/11613130

m cm_dpske.m

function [enc_comp] = cm_dpske(E,M,mapping,sequence); % [enc_comp] = cm_dpske(E,M,mapping,sequence) % CM_DPSKE differentially encodes a sequence. % E is the average energy, M is the number of cons
www.eeworm.com/read/158283/11628035

test autoinc.test

# 2004 November 12 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for you
www.eeworm.com/read/158100/11643627

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/347709/11647447

c msp430x54x_adc12_06.c

//****************************************************************************** // msp430FG5438 Demo - ADC12, Repeated Sequence of Conversions // // Description: This example shows how to perfor
www.eeworm.com/read/157653/11677231

test autoinc.test

# 2004 November 12 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for you