代码搜索结果
找到约 10,000 项符合
State Machine 的代码
get_fsm_state.m
function [state_name,state_number] = get_fsm_state(block_name,q)
% Get the FSM state for the specified FSMB given the composite FSM state
% vector.
%
% Syntax:
% "[state_name,state_number] =
set_auto_state.m
function set_auto_state(whichauto,st,param,val)
% Set a parameter of the specified state in the specified `approximating
% automaton`.
%
% Syntax:
% "set_auto_state(whichauto,st,param,val)"
c4state.java
class C4State {
private static boolean[][][] map;
private int[][] score = new int[2][winPlaces];
public static final int winPlaces = 69, maxPieces = 42, Empty = 2;
privat
c4state.java
class C4State {
private static boolean[][][] map;
private int[][] score = new int[2][winPlaces];
public static final int winPlaces = 69, maxPieces = 42, Empty = 2;
privat
state_moor_mealy.txt
-- State Machine with Moore and Mealy outputs
-- dowload from: www.fpga.com.cn & www.pld.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity mealy1 is port(
clk, rst: in