代码搜索结果
找到约 102,371 项符合
State Machine 的代码
fsm.c
/*
* fsm.c - {Link, IP} Control Protocol Finite State Machine.
*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
* Redistribution and use in source and binary forms are
qfsm.cpp
/////////////////////////////////////////////////////////////////////
// Quantum Finite State Machine definition
// Copyright (c) 2002 Miro Samek, Palo Alto, CA.
// All Rights Reserved.
/////////
qfsm.h
/////////////////////////////////////////////////////////////////////
// Quantum Finite State Machine declarations (C++ version)
// Copyright (c) 2002 Miro Samek, Palo Alto, CA.
// All Rights Rese
qhsm.h
/////////////////////////////////////////////////////////////////////
// Quantum Hierarchical State Machine declaration (C++ version)
// Copyright (c) 2002 Miro Samek, Palo Alto, CA.
// All Rights
pppfsm.c
/*
* PPPFSM.C -- PPP Finite State Machine
*
* This implementation of PPP is declared to be in the public domain.
*
* Acknowledgements and correction history may be found in PPP.C
*/
#i
quad.vhd
-- QUAD.vhd
-- --------------------------------------------
-- Quadrature Decoder State Machine
-- --------------------------------------------
-- (c) 2004 - B. Cuzeau, ALSE
-- http://www.alse-f
finitestate.html
finite state machine
statemachine.html
state machine
finitestmmin.html
finite state machine minimization
statmach.v
// MAX+plus II Verilog Example
// State Machine
// Copyright (c) 1997 Altera Corporation
module statmach(clk, in, reset, out);
input clk, in, reset;
output out;
reg out;
reg sta