代码搜索结果

找到约 10,000 项符合 State Machine 的代码

machine.h.in

/* Any machine specific stuff goes here */ /* Add details necessary for your own installation here! */ /* RCS id: $Id: machine.h.in,v 1.3 1995/03/27 15:36:21 des Exp $ */ /* This is for use wit

machine.h

// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch) // // This file is part of Torch 3. // // All rights reserved. // // Redistribution and use in source and binary forms,

machine.v

`timescale 1ns/10ps module machine( //input A, B, clk, rst_n, //output outA, outB ); input A,B,clk,rst_n; output [1:0]outA; output outB; reg [1:0]outA_t; reg outB_t

machine.h

#include /* * This file defines the interface between top and the machine-dependent * module. It is NOT machine dependent and should not need to be changed * for any specific machin

machine-type

#!/bin/csh -f # # File: machine-type # Author: The SRI DECIPHER (TM) System # Date: Thu Apr 13 17:01:24 1995 # # Description: # Determine machine type (sparc, mips, etc.) by #

machine.cpp

// Machine.cpp : implementation file // #include "stdafx.h" #include "NC.h" #include "Machine.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #

machine.h

#if !defined(AFX_MACHINE_H__0A1BC579_D128_4E98_AE93_2EC23471CA31__INCLUDED_) #define AFX_MACHINE_H__0A1BC579_D128_4E98_AE93_2EC23471CA31__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MS