代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/240722/4570150
dox state.dox
/** \page state The State Library
The state library provides means for objects to save and restore their
state. Features include:
Pointers to base types can be saved and restored.
Th
www.eeworm.com/read/240529/4572936
java state.java
package com.javapatterns.state;
public interface State {
void sampleOperation();
/**
* @link
* @shapeType PatternLink
* @pattern State
* @supplierRole
www.eeworm.com/read/237831/4620508
h state.h
/**
* @file state.h State functions and definitions
*
* purple
*
* Purple is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT fil
www.eeworm.com/read/237831/4620541
c state.c
/**
* @file state.c State functions and definitions
*
* purple
*
* Purple is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT fil
www.eeworm.com/read/236816/4637835
java state.java
/*
* $Header: /home/wistrand/cvs/knopflerfish.org/osgi/bundles/measurement/src/org/osgi/util/measurement/State.java,v 1.1.1.1 2004/03/05 20:35:13 wistrand Exp $
*
* Copyright (c) The Open Services
www.eeworm.com/read/233075/4694963
state pxl.state
FILE_TYPE = PXL_HDL_CENTRIC_STATE_FILE;
VERSION = PXL_HDL_CENTRIC_VERSION_1;
TIME = '01-May-2002 AT 09:01:16.00';
{--------------------------------------------------------------------------}
BEGIN_M
www.eeworm.com/read/232657/4696872
java state.java
public interface State {
public abstract void doClock(Context context, int hour); // 设定时间
public abstract void doUse(Context context); // 使用金库
public abstract void doA
www.eeworm.com/read/232657/4696879
java state.java
public interface State {
public abstract void doClock(Context context, int hour); // 设定时间
public abstract void doUse(Context context); // 使用金库
public abstract void doA
www.eeworm.com/read/232657/4696886
java state.java
public interface State {
public abstract void doClock(Context context, int hour); // 设定时间
public abstract void doUse(Context context); // 使用金库
public abstract void doA
www.eeworm.com/read/230232/4723685
cs state.cs
using System;
namespace State
{
///
///empty base class containing State methods to override
///
public class State {
//keeps state of each button
protected