代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/312156/13617696
m int_state.m
function int_state = int_state( state )
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech.
% for academic use only
% converts a row vector of m bits into a integer (base 10)
[dumm
www.eeworm.com/read/312156/13617709
doc bin_state.doc
www.eeworm.com/read/312156/13617710
doc int_state.doc
www.eeworm.com/read/311909/13622706
h d_state.h
#ifndef STATECITY_CLASS
#define STATECITY_CLASS
#include
#include
using namespace std;
// object stores the state name and city in the state
class stateCity
{
public
www.eeworm.com/read/310205/13655489
m bin_state.m
function bin_state = bin_state( int_state, m )
% Copyright Matt C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% converts an vector of integer into a matrix; the i-th row is the binary
www.eeworm.com/read/310205/13655492
m int_state.m
function int_state = int_state( state )
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech.
% for academic use only
% converts a row vector of m bits into a integer (base 10)
[dummy, m] =