代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/217557/14958679
m set_state.m
function s = set_state(s,i,val)
% Method to modify a "region" object.
%
% Syntax:
% "s = set_state(s,i,val)"
%
% Description:
% A "region" object represents a subset of states in a finite
www.eeworm.com/read/115588/15007191
h tf_state.h
/* ###########################################################################
*
* ------ / / /\ / /--- ----- / ---- / /
* / / / / \ / /--- -/- / \-- /---/
*
www.eeworm.com/read/115588/15007411
h tf_state.h
/* ###########################################################################
*
* ------ / / /\ / /--- ----- / ---- / /
* / / / / \ / /--- -/- / \-- /---/
*
www.eeworm.com/read/115119/15025684
h r_state.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: r_state.h,v 1.2 2003/09/08 22:34:31 jasonk Exp $
//
// Copyright (C
www.eeworm.com/read/216014/15029456
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/216014/15029457
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] =
www.eeworm.com/read/114134/15075287
java lalr_state.java
package java_cup;
import java.util.Hashtable;
import java.util.Enumeration;
import java.util.Stack;
/** This class represents a state in the LALR viable prefix recognition machine.
* A state cons
www.eeworm.com/read/114134/15075323