代码搜索结果
找到约 10,000 项符合
State Machine 的代码
machine.pas
{******************************************************************************}
{Copyright(C) 2007,Pefine Security Lab }
{All rights reserved.
machine.dfm
object MachineFrm: TMachineFrm
Left = 261
Top = 234
BorderStyle = bsDialog
Caption = 'Machine Type'
ClientHeight = 233
ClientWidth = 377
Color = clBtnFace
Font.Charset = ANSI_C
machine.h
/*
* 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 machine.
*/
/*
* the sta
machine.h
/* Define machine-dependencies for bison,
Copyright (C) 1984, 1989 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redis
machine.h~
#ifndef _VIVI_MACHINE_H_
#define _VIVI_MACHINE_H_
#include "config.h"
#ifdef CONFIG_SA1100_KINGS
#include "platform/kings.h"
#endif
#ifdef CONFIG_SA1100_FORTE
#include "platform/forte.h"
#endif
#ifd
machine.h
#ifndef _VIVI_MACHINE_H_
#define _VIVI_MACHINE_H_
#include "config.h"
#ifdef CONFIG_SA1100_KINGS
#include "platform/kings.h"
#endif
#ifdef CONFIG_SA1100_FORTE
#include "platform/forte.h"
#endif
#ifd