代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/157848/5602080
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 ta
www.eeworm.com/read/155175/5628813
java state.java
package com.croftsoft.core.util.state;
/*********************************************************************
* The state of an object may be communicated by a State object.
*
www.eeworm.com/read/153859/5644683
java state.java
import java.awt.*;
public class State
{
public void mouseDown(int x, int y){}
public void mouseUp(int x, int y){}
public void mouseDrag(int x, int y){}
public void select(Drawing d, Color c){}
www.eeworm.com/read/153151/5653017
java state.java
package com.javapatterns.state;
public interface State {
void sampleOperation();
/**
* @link
* @shapeType PatternLink
* @pattern State
* @supplierRole
www.eeworm.com/read/152843/5659349
c state.c
#include
#include
#include
#include
#include
#include "mtrr.h"
/* Put the processor into a state where MTRRs can be safely set */
vo
www.eeworm.com/read/475069/6801363
state b.state
www.eeworm.com/read/142081/6831663
h state.h
enum DIRECTION { NONE, NORTH, EAST, SOUTH, WEST };
class CState {
private:
char Grid[10];
char Depth;
DIRECTION OperatorApplyed;
CState *PrevState;
// Find where the Blank is
www.eeworm.com/read/473251/6849743
png state.png
www.eeworm.com/read/473251/6849778
png state.png
www.eeworm.com/read/472419/6876985
c state.c
/*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provid