代码搜索:FSM
找到约 3,748 项符合「FSM」的源代码
代码结果 3,748
www.eeworm.com/read/278099/10570319
h fsm.h
/* +++Date last modified: 05-Jul-1997 */
/* =======================================================================
FSM.h Finite State machines.
Version 0.01x, 9
www.eeworm.com/read/278099/10572450
c fsm.c
/* +++Date last modified: 05-Jul-1997 */
/* =======================================================================
FSM.c Finite State machines.
Version 0.22x, 9
www.eeworm.com/read/352108/10580176
cpp fsm.cpp
/****************************************
* Author: Nathaniel Meyer *
* E-Mail: nath_meyer@hotmail.com *
* Website: http://www.nutty.ca *
* *
* You are free to use, redistribute,
www.eeworm.com/read/352108/10580181
h fsm.h
/****************************************
* Author: Nathaniel Meyer *
* E-Mail: nath_meyer@hotmail.com *
* Website: http://www.nutty.ca *
* *
* You are free to use, redistribute,
www.eeworm.com/read/352108/10580192
sln fsm.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FSM", "FSM.vcproj", "{F47819B7-060E-4161-8AA2-58E60FB799E0}"
EndProject
Global
Glob
www.eeworm.com/read/352108/10580202
exe fsm.exe
www.eeworm.com/read/352108/10580209
rc fsm.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/159920/10589756
c fsm.c
/*
** code snippet demonstrating a finite state machine (FSM)
*/
typedef enum {s0,s1,s2,s3,s4,...,sn,sexit} state;
state nextstate;
int done = 0;
nextstate = s0; /* set up to start with
www.eeworm.com/read/422910/10603538
v fsm.v
/*********************************************************
MODULE: Sub Level SDRAM Controller FSM Block
FILE NAME: fsm.v
VERSION: 1.0
DATE: April 8nd, 2002
AUTHOR: Hossein Amidi
COMPANY:
C