代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/323581/3514479
h state.h
COMMON/STATE/NLINES,NKEEPL,NSTAMM,NFSTAT,ISNAME,NSNAME,IRNAME,
1 NRNAME,IGNAME,NGNAME,INDCNT,INDFAC,KNTDO,KNTIF,IBLPAD,NRORST,
2 NSTANU,ICBPRT,NCBNAM,NEQNAM,NCBVAR,
+ NCBGRP
www.eeworm.com/read/323368/3516930
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/321483/3534719
t state.t
use strict;
use warnings;
BEGIN {
if ($ENV{'PERL_CORE'}){
chdir 't';
unshift @INC, '../lib';
}
use Config;
if (! $Config{'useithreads'}) {
print("1..0 # Skip:
www.eeworm.com/read/318815/3562525
java state.java
package com.javapatterns.state;
public interface State {
void sampleOperation();
/**
* @link
* @shapeType PatternLink
* @pattern State
* @supplierRole
www.eeworm.com/read/316872/3586066
c state.c
#include
#include
#include
#include
#include
#include
#include "mtrr.h"
/* Put the processor into a state whe
www.eeworm.com/read/316872/3598393
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/314938/3628260
java state.java
package com.javapatterns.state;
public interface State {
void sampleOperation();
/**
* @link
* @shapeType PatternLink
* @pattern State
* @supplierRole
www.eeworm.com/read/314803/3629251
java state.java
/*
* Copyright (c) 2007 innoSysTec (R) GmbH, Germany. All rights reserved.
* Original author: Edmund Wagner
* Creation date: 01.06.2007
*
* Source: $HeadURL$
* Last changed: $LastChangedDa