代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/250243/4439660
h state.h
/*
* linux/include/nfsd/state.h
*
* Copyright (c) 2001 The Regents of the University of Michigan.
* All rights reserved.
*
* Kendrick Smith
* Andy Adamson
www.eeworm.com/read/250033/4442903
plo state.plo
state.lo: state.c ../../config.h \
/8634L/v147/smp86xx_toolchain_2.7.147.0/build_mipsel/staging_dir/bin-ccache/../lib/gcc/mipsel-linux-uclibc/3.4.2/../../../../mipsel-linux-uclibc/sys-include/string
www.eeworm.com/read/249104/4457496
java state.java
package carstate;
//定义抽象状态类:
public abstract class State {
public void pull( Car wrapper ) {
wrapper.setState( new Off() );
System.out.println( " turning off" );
}
}
www.eeworm.com/read/248521/4469893
xst state.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn state.prj
-ifmt mixed
-ofn state
-ofmt NGC
-p xc2s50-5-pq208
-top state
-opt_mode Area
-opt_level 1
-iuc NO
-lso state.lso
-keep_hierar
www.eeworm.com/read/245172/4506627
java state.java
package com.jestdoc.flowmodel;
import java.sql.ResultSet;
import java.util.*;
import com.jestdoc.dbconn.DbConn;
import com.jestdoc.flowdata.*;
/**
* Title: 瑈祘
www.eeworm.com/read/243866/4518748
java state.java
package com.javapatterns.state;
public interface State {
void sampleOperation();
/**
* @link
* @shapeType PatternLink
* @pattern State
* @supplierRole
www.eeworm.com/read/242732/4544672
h state.h
/**
* \file state.h
* State management.
*/
/*
* Mesa 3-D graphics library
* Version: 6.3
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
* Permission is hereby g
www.eeworm.com/read/242732/4544748
c state.c
/*
* Mesa 3-D graphics library
* Version: 6.4
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a