代码搜索结果
找到约 10,000 项符合
State Machine 的代码
remove_hhmm_end_state.m
function [transprob, termprob] = remove_hhmm_end_state(A)
% REMOVE_END_STATE Infer transition and termination probabilities from automaton with an end state
% [transprob, termprob] = remove_end_state(
remove_hhmm_end_state.m
function [transprob, termprob] = remove_hhmm_end_state(A)
% REMOVE_END_STATE Infer transition and termination probabilities from automaton with an end state
% [transprob, termprob] = remove_end_state(
tr_tr_state_1.cc
// file: tr_tr_state_1.cc
//
// isip include files
//
#include "train_trace.h"
#include "train_trace_constants.h"
// method: get_state_ind_cc
//
// arguments: none
//
// return: an uint_1 with state
tr_tr_state_0.cc
// file: tr_tr_state_0.cc
//
// isip include files
//
#include "train_trace.h"
#include "train_trace_constants.h"
// method: set_state_ind_cc
//
// arguments:
// uint_1 state: (input) the state ind
add_hhmm_end_state.m
function A = add_hhmm_end_state(transprob, termprob)
% ADD_HMM_END_STATE Combine trans and term probs into transmat for automaton with an end state
% function A = add_hhmm_end_state(transprob, termpro
remove_hhmm_end_state.m
function [transprob, termprob] = remove_hhmm_end_state(A)
% REMOVE_END_STATE Infer transition and termination probabilities from automaton with an end state
% [transprob, termprob] = remove_end_state(
remove_hhmm_end_state.m
function [transprob, termprob] = remove_hhmm_end_state(A)
% REMOVE_END_STATE Infer transition and termination probabilities from automaton with an end state
% [transprob, termprob] = remove_end_state(
ssl_set_connect_state.pod
=pod
=head1 NAME
SSL_set_connect_state, SSL_get_accept_state - prepare SSL object to work in client or server mode
=head1 SYNOPSIS
#include
void SSL_set_connect_state(SSL *ssl);
md5state.java~1~
package smscenter;
// FrontEnd Plus for JAD
// DeCompiled : MD5State.class
class MD5State
{
int state[];
int count[];
byte buffer[];
public MD5State()
{
buffer = new b
parser_shared_input_state.sa
(*
ANTLR Translator Generator
Project led by Terence Parr at http://www.jGuru.com
Software rights: http://www.antlr.org/RIGHTS.html
$Id: //depot/code/org.antlr/release/antlr-2.7.0/lib/sath