代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/437952/1828674
java state.java
// $Id: State.java 14801 2008-06-24 19:03:32Z hardy.ferentschik $
package org.hibernate.test.annotations.immutable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import ja
www.eeworm.com/read/437952/1828701
java state.java
//$Id: State.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
package org.hibernate.test.annotations.generics;
/**
* @author Emmanuel Bernard
*/
public enum State {
ACTIVE,
DORMANT
}
www.eeworm.com/read/433911/1876119
cpp state.cpp
// $Id: State.cpp 80826 2008-03-04 14:51:23Z wotte $
#include "ace/Task.h"
class HA_CommandHandler : public ACE_Task_Base
{
public:
virtual int svc (void)
{
ACE_DEBUG
((LM_DE
www.eeworm.com/read/433911/1876122
state gnumakefile.state
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.State
#
# $Id: gnu.mpd 83821 2008-11-17 16:10:27Z mitz
www.eeworm.com/read/432906/1887992
c state.c
#include
#include
#include
#include
#include
#include "mtrr.h"
/* Put the processor into a state where MTRRs can be safely set */
void s
www.eeworm.com/read/430599/1919864
java state.java
/*
* (c) Copyright Hewlett-Packard Company 2001
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
www.eeworm.com/read/429325/1949777
h state.h
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 X
www.eeworm.com/read/429325/1949781
xst state.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn state.prj
-ifmt mixed
-ofn state
-ofmt NGC
-p xc3s400-4-pq208
-top state
-opt_mode Speed
-opt_level 1
-iuc NO
-lso state.lso
-keep_hier
www.eeworm.com/read/429117/1951761
h state.h
//enum for one hot coding
enum onehot_t {
STATE_0 = 0, STATE_1 = 1, STATE_2 = 2, STATE_3 = 4,
STATE_4 = 8, STATE_5 = 16, STATE_6 = 32 };
struct state_t {
onehot_t state;
int delay;
uns
www.eeworm.com/read/429117/1951802
h state.h
//enum for one hot coding
struct state_t {
enum onehot_t {
STATE_0 = 0, STATE_1 = 1, STATE_2 = 2, STATE_3 = 4,
STATE_4 = 8, STATE_5 = 16, STATE_6 = 32 };
state_t::onehot_t state;
int