代码搜索:State Machine

找到约 10,000 项符合「State Machine」的源代码

代码结果 10,000
www.eeworm.com/read/161121/5558957

c mga_state.c

/* mga_state.c -- State support for mga g200/g400 -*- linux-c -*- * Created: Thu Jan 27 02:53:43 2000 by jhartmann@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas
www.eeworm.com/read/161121/5560101

h ipt_state.h

#ifndef _IPT_STATE_H #define _IPT_STATE_H #define IPT_STATE_BIT(ctinfo) (1
www.eeworm.com/read/161121/5560790

c ipt_state.c

/* Kernel module to match connection tracking information. * GPL (C) 1999 Rusty Russell (rusty@rustcorp.com.au). */ #include #include #include
www.eeworm.com/read/159046/5588618

ini cmp_state.ini

35
www.eeworm.com/read/154890/5632983

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/154079/5642678

vhd sdrmc_state.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_STD.all; use IEEE.std_logic_unsigned.all; -- pragma translate_off library UNISIM; use UNISIM.VCOMPONENTS.ALL; -- pragma translate_on entit
www.eeworm.com/read/476328/6765407

ini cmp_state.ini

147
www.eeworm.com/read/475979/6771799

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/475979/6771801

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/475366/6778995

m bin_state.m

function bin_state = bin_state( int_state, m ) % converts an vector of integer into a matrix; the i-th row is the binary % form % of m bits for the i-th integer for j = 1:length( int_state )