代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/338643/12290857
m xrwalk.m
% xrwalk.m
% Scope: This MATLAB program generates a random walk process, and plots the
% random walk sequence and the normalized auto-correlation sequence
www.eeworm.com/read/150429/12293814
m mxulie.m
function [mseq]=m_sequence(fbconnection)
n=length(fbconnection)-1;
N=2^n-1;
register=[ones(1,n) 1];
mseq(1)=register(n);
for i=2:N
newregister(1)=mod(sum(fbconnection.*register),2);
for
www.eeworm.com/read/252197/12294087
m ip_07_04.m
% MATLAB script for Illustrative Problem 7.4
clear
mapping=[0 1 3 2 7 6 4 5]; % for Gray mapping
M=8;
E=1;
sequence=[0 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0];
[e]=cm_dpske(E,M,mapping,sequenc
www.eeworm.com/read/150133/12310035
m mhmm_sample.m
function [obs, hidden] = mhmm_sample(T, numex, initial_prob, transmat, mu, Sigma, mixmat)
% SAMPLE_MHMM Generate random sequences from an HMM with (mixtures of) Gaussian output.
% [obs, hidden] = samp
www.eeworm.com/read/150133/12310087
m~ mhmm_sample.m~
function [obs, hidden] = mhmm_sample(T, numex, initial_prob, transmat, mu, Sigma, mixmat)
% SAMPLE_MHMM Generate random sequences from an HMM with (mixtures of) Gaussian output.
% [obs, hidden] = samp
www.eeworm.com/read/150133/12310090
m# #mhmm_sample.m#
function [obs, hidden] = mhmm_sample(T, numex, initial_prob, transmat, mu, Sigma, mixmat)
% SAMPLE_MHMM Generate random sequences from an HMM with (mixtures of) Gaussian output.
% [obs, hidden] = samp
www.eeworm.com/read/336594/12435175
sql createsequencetable.sql
CREATE TABLE "SCOTT"."SEQUENCE_TABLE" ("NO" NUMBER(10) NOT NULL)
TABLESPACE "USERS"
www.eeworm.com/read/148707/12436987
cpp 5iii.cpp
// Sort3() Place three parameters into numerical order
// IN/OUT: x, y, z are any values. Upon return, they
// will be in numeric sequence
void Sort3 (float& x, float& y, float& z)
{ if (x > y)
www.eeworm.com/read/148679/12444189
h wsrm.h
/*
** wsrm.h - winsock extension for Reliable Multicast (RMCast) Transport
**
** This file contains PGM specific information for use by WinSock2 compatible
** applications that need Reliable Mul
www.eeworm.com/read/233497/14148874
lst tcp.lst
C51 COMPILER V7.50 TCP 08/02/2006 19:24:57 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TCP
OBJECT MODULE PLACED IN Tcp