代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/292445/3953156
java state.java
package controller.state;
import model.persistency.*;
import viewer.*;
/**
*
* Title:
* 状态类
* Description:
* 对于相同动作,其继承类可以对应不同的状态
* 这里的相同动作指点击鼠标,不同状态指不同的试题框架
*/
publi
www.eeworm.com/read/288894/4003002
java state.java
package org.hibernate.test.stats;
/**
* @author Steve Ebersole
*/
public class State extends Locality {
}
www.eeworm.com/read/288845/4003890
mdl state.mdl
(object Petal
version 45
_written "Rose 7.5.0103.1920"
charSet 134)
(object Design "Logical View"
is_unit TRUE
is_loaded TRUE
quid "3EFAFD6F0
www.eeworm.com/read/284005/4068540
java state.java
package org.kxml.io;
import org.kxml.*;
public class State
{
public State prev;
public PrefixMap prefixMap;
public String namespace;
public String name;
public String tag; // for
www.eeworm.com/read/282708/4088879
h state.h
/**************************************************************************
* Name : state.h
* Author : BCB
* Created : 02/05/2003
*
* Copyright : 2003 by Imagination T
www.eeworm.com/read/282708/4088929
c state.c
/**************************************************************************
* Name : state.c
* Author : BCB
* Created : 01/05/2003
*
* Copyright : 2003 by Imagination T
www.eeworm.com/read/281897/4111920
py state.py
# -*- coding: ISO8859-1 -*-
#
# Copyright 2003, 2004 Norwegian University of Science and Technology
#
# This file is part of Network Administration Visualized (NAV)
#
# NAV is free software; you can r
www.eeworm.com/read/279715/4135015
java state.java
package org.drools.examples.state;
/*
* $Id: State.java,v 1.3 2004/11/26 03:23:21 dbarnett Exp $
*
* Copyright 2002 (C) The Werken Company. All Rights Reserved.
*
* Redistribution and use
www.eeworm.com/read/279715/4135477
cs state.cs
using System;
namespace org.drools.dotnet.examples.state
{
public class State
{
private string _name;
private Status _status;
public State(string name)
{
_name = name;
_s
www.eeworm.com/read/277246/4157076
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