代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/230232/4723694
sln state.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "State", "State.csproj", "{42C4F50F-C512-44F2-B19A-FB785B4CDCBC}"
EndProject
Global
www.eeworm.com/read/229812/4733878
h state.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4733902
c state.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4733906
def state.def
#ifndef _STATE_DEF_INCLUDED
#define _STATE_DEF_INCLUDED
#include "object.def"
typedef struct state STATE;
typedef enum {
DORMANT
, OVERBOX
, MOVING
, EDITING
, SIZING
,
www.eeworm.com/read/229812/4735362
inc state.inc
;*****************************************************************************
;*
;* Open Watcom Project
;*
;* Portions Copyright (c) 1983-2002 Sybase, Inc. All Right
www.eeworm.com/read/227819/4768369
c state.c
/*
* state.c To generate and verify State attribute
*
* $Id: state.c,v 1.10 2004/03/19 02:22:16 mcr Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/223571/4809712
java state.java
/*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* ful
www.eeworm.com/read/221595/4828171
java state.java
/*
* 项目名称 Pattern
* 包名称 com.niufish.pattern.state
*
* 文件名称 State.java
*
*/
package com.niufish.pattern.state;
/**
* 抽象状态角色
*
* View Source
www.eeworm.com/read/221464/4831297
hpp state.hpp
//-----------------------------------------------------------------------------
// boost fsm/state.hpp header file
// See http://www.boost.org for updates, documentation, and revision history.
//--