代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/310538/6303353
h second.h
extern unsigned char ms;
void Second_Initial(); //使用定时器0;
void Second_Service();
www.eeworm.com/read/170690/6326710
m sample_pomdp.m
function [obs, hidden] = sample_pomdp(initial_prob, transmat, obsmat, act)
% SAMPLE_POMDP Generate a random sequence from a Partially Observed Markov Decision Process.
% [obs, hidden] = sample_pomdp(p
www.eeworm.com/read/493479/6393982
h display.h
# ifndef _DISPLAY_H_
# define _DISPLAY_H_
# include
# include
# include
# include
# include
# include
# include
www.eeworm.com/read/493206/6398516
m hmm_forward.m
function [Pout, Alpha] = HMM_Forward(a, b, initial_state, V)
% Find the probability of a finite state in a Markov chain using the HMM forward algorithm
%
% Inputs:
% a - Transition probabili
www.eeworm.com/read/493206/6398534
m hmm_generate.m
function out = HMM_generate(a,b,initial,seq_len)
% Generate a Markov sequence
%
% Inputs:
% a - Transition probability matrix
% b - Output generator matrix
% initial - Initial state
% seq
www.eeworm.com/read/492798/6409155
mht rksquare.mht
From:
Subject:
Date: Tue, 12 May 2009 09:54:49 -0700
MIME-Version: 1.0
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-
www.eeworm.com/read/492929/6414212
m tvp_garch_like.m
function llik = tvp_garch_like(parm,y,x,start,priorb0,priorv0)
% PURPOSE: log likelihood for tvp_garch model
% -------------------------------------------------------
% USAGE: llike = tvp_garch_lik
www.eeworm.com/read/492302/6420934
c cfb_getiv.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/492302/6420995
c cbc_getiv.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/492302/6421086
c ctr_getiv.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar