代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/480828/6662364
c wl_state.c
// WL_STATE.C
#include "WL_DEF.H"
#pragma hdrstop
/*
=============================================================================
LOCAL CONSTANTS
================================
www.eeworm.com/read/479129/6699599
m propogate_state.m
function [X,Xdot] = propogate_state(xyz, uvw, a, pqr, Q, g, dt)
% This will compute the X dot equations for the model
% Inputs:
% xyz = [X; Y; Z]
% uvw = [u; v; w]
% a = [ax; ay; az]
% pqr =
www.eeworm.com/read/478364/6715350
bmp state0.bmp
www.eeworm.com/read/478364/6715364
bmp state1.bmp
www.eeworm.com/read/477995/6727017
v state3.v
//3-paragraph method to describe FSM
//Describe sequential state transition in the 1st sequential always block
//State transition conditions in the 2nd combinational always block
//Describe the FSM
www.eeworm.com/read/477995/6727019
v state2.v
//2-paragraph method to describe FSM
//Describe sequential state transition in 1 sequential always block
//State transition conditions in the other combinational always block
//Package state output