代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/294461/8224219

c alg41.c

#include #include #include /* original element sequence: 0 1 1 2 3 5 8 13 21 34 sequence after applying replace_if < 10 with 0: 0 0 0 0 0 0 0 13
www.eeworm.com/read/293730/8276743

h randmaker.h

#ifndef _RAND_MAKER_H__ #define _RAND_MAKER_H__ class RandMaker { public: /* set the random seed, when you want to product a sequence of number */ static void RandInit(); static
www.eeworm.com/read/393394/8290118

m sigadd.m

function [y,n] = sigadd(x1,n1,x2,n2) % implements y(n) = x1(n)+x2(n) % ----------------------------- % [y,n] = sigadd(x1,n1,x2,n2) % y = sum sequence over n, which includes n1 and n2 % x1 = fi
www.eeworm.com/read/393394/8290385

m sigmult.m

function [y,n] = sigmult(x1,n1,x2,n2) % implements y(n) = x1(n)*x2(n) % ----------------------------- % [y,n] = sigmult(x1,n1,x2,n2) % y = product sequence over n, which includes n1 and n2 % x
www.eeworm.com/read/369274/9657303

py diffutil.py

### Copyright (C) 2002-2006 Stephen Kennedy ### This program is free software; you can redistribute it and/or modify ### it under the terms of the GNU General Public License as pub
www.eeworm.com/read/173349/9661674

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/173140/9670793

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/173140/9670958

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/173140/9671003

asv cm_dpske.asv

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/171979/9727911

m testhuff.m

% TestHuff Test and example of how to use Huff06 %---------------------------------------------------------------------- % Copyright (c) 2000. Karl Skretting. All rights reserved. % Hogskole