代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/172642/9697907
m ctr_state.m
function [retval, outState] = CTR_State(slot, ctr)
% [retval, outState] = CTR_State(slot, ctr)
% No documentation is available yet.
[retval, outState] = daq2(31, slot, ctr);
www.eeworm.com/read/171312/9761975
bmp state0.bmp
www.eeworm.com/read/171312/9762024
bmp state1.bmp
www.eeworm.com/read/171136/9769371
gif state1.gif
www.eeworm.com/read/170740/9792158
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