代码搜索结果
找到约 10,000 项符合
State Machine 的代码
ldp_state_funcs.c
/*
* Copyright (C) James R. Leu 2000
* jleu@mindspring.com
*
* This software is covered under the LGPL, for more
* info check out http://www.gnu.org/copyleft/lgpl.html
*/
#include
rdopt_coding_state.h
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
rdopt_coding_state.c
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
rdopt_coding_state.h
/*!
***************************************************************************
* \file
* rdopt_coding_state.h
*
* \author
* Heiko Schwarz
*
* \date
* 17. April 2001
*
rdopt_coding_state.c
/*!
***************************************************************************
* \file rdopt_coding_state.c
*
* \brief
* Storing/restoring coding state for
* Rate-Distortion optim
get_state_number.m
function state_number = get_state_number(state_id)
% We assume the label strings in the Stateflow diagram have the following
% format.
%
%
% entry: u = ;
%
label
get_labeled_state.m
function state_number = get_labeled_state(state_id)
state_number = [];
for k = 1:length(state_id)
state_number(k) = get_state_number(state_id(k));
end
return
% ------------------------------------
get_auto_state.m
function val = get_auto_state(whichauto,st,param)
% Get a parameter of the specified state in the specified `approximating
% automaton`.
%
% Syntax:
% "val = get_auto_state(whichauto,st,param