代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/245324/12804203
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/245324/12804207
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/244714/12848186
gif scea-state.gif
www.eeworm.com/read/143592/12858578
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/330723/12873637
vhd state5.vhd
library ieee;
use ieee.std_logic_1164.all;
entity state5 is
port(clk:in std_logic;
statein5:in bit_vector(1 downto 0);
dir:in integer range 0 to 5;
m:in std_logic_vector(0 to 8);
right
www.eeworm.com/read/330723/12873707
vwf state5.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/143214/12888746