代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/388457/8608188

m p1_1.m

% Program P1_1 % Generation of a Unit Sample Sequence clf; % Generate a vector from -10 to 20 n = -10:20; % Generate the unit sample sequence u = [zeros(1,10) 1 zeros(1,20)]; % Plot the unit s
www.eeworm.com/read/387887/8649612

m p1_1.m

% Program P1_1 % Generation of a Unit Sample Sequence clf; % Generate a vector from -10 to 20 n = -10:20; % Generate the unit sample sequence u = [zeros(1,10) 1 zeros(1,20)]; % Plot the unit s
www.eeworm.com/read/286662/8751805

m hmm_evaluation.m

function P = HMM_evaluation(a, b, V) % Find the probability of a finite state in a Markov chain % % Inputs: % a - Transition probability matrix % b - Output generator matrix % V -
www.eeworm.com/read/186987/8886252

m p1_1.m

% Program P1_1 % Generation of a Unit Sample Sequence clf; % Generate a vector from -10 to 20 n = -10:20; % Generate the unit sample sequence u = [zeros(1,10) 1 zeros(1,20)]; % Plot the unit sample s
www.eeworm.com/read/384211/8890056

cpp test.cpp

#include int sublength(int a[100]); int binary(int i,int k); void main() { int i,k=0,n,c; int sequence1[100],sequence2[100][100]; do{ scanf("%d",&n); for(i=0;i
www.eeworm.com/read/282660/9077228

m p1_1.m

% Program P1_1 % Generation of a Unit Sample Sequence clf; % Generate a vector from -10 to 20 n = -10:20; % Generate the unit sample sequence u = [zeros(1,10) 1 zeros(1,20)]; % Plot the unit s
www.eeworm.com/read/177129/9468861

m hmm_evaluation.m

function P = HMM_evaluation(a, b, V) % Find the probability of a finite state in a Markov chain % % Inputs: % a - Transition probability matrix % b - Output generator matrix % V -
www.eeworm.com/read/372113/9521186

m hmm_evaluation.m

function P = HMM_evaluation(a, b, V) % Find the probability of a finite state in a Markov chain % % Inputs: % a - Transition probability matrix % b - Output generator matrix % V -
www.eeworm.com/read/362008/10023875

m hmm_evaluation.m

function P = HMM_evaluation(a, b, V) % Find the probability of a finite state in a Markov chain % % Inputs: % a - Transition probability matrix % b - Output generator matrix % V -
www.eeworm.com/read/164583/10100656

i ghmmwrapper.i

/* author : Wasinee Rungsarityotin and Benjamin Georgi * filename : ghmmwrapper/ghmmwrapper.i * created : DATE: September, 2003 * * $Id: ghmmwrapper.i,v 1.28 2004/05/03 11:41:28 ci