代码搜索结果
找到约 102,371 项符合
State Machine 的代码
isuniverse.m
function st = isuniverse(s)
% Check if a region of a finite-state machine is the universe set (the
% set of all states).
%
% Syntax:
% "st = isuniverse(s)"
%
% Description:
% Returns 1
fsm.c
/*****************************************************************************
* fsm.c - Network Control Protocol Finite State Machine program file.
*
* Copyright (c) 2003 by Marc Boucher, Services
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
fsm.c
/* fsm.c - {Link, IP} Control Protocol Finite State Machine */
/* Copyright 1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 Carnegie Mellon University.
* All ri
带同步复位的状态机.txt
-- State Machine with Asynchronous Reset
-- dowload from: www.fpga.com.cn & www.pld.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity stmch1 is
port(clk, in1, rst: in std_logic;
mason.txt
A Finite State Machine Framework
by P. Dale Mason
Listing 1:
// C-style method of doing a simple Finite State Machine
#define INVALID_EVENT -1
#define INVALID_STATE -1
typede
rfc689.txt
Request for Comments: 689 May 1975
NIC #32656
TENEX NCP Finite State Machine for connections
TENEX Memo Number 1
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
rfc689.txt
Request for Comments: 689 May 1975
NIC #32656
TENEX NCP Finite State Machine for connections
TENEX Memo Number 1
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