代码搜索结果

找到约 10,000 项符合 State Machine 的代码

state.h

/* * * * (C) 2000 Daniel Kobras * * $Id: state.h,v 1.4 2004/04/08 20:13:44 nold Exp $ * * This program is free software; you can redistribute it and/or modify * i

state.c

/* * * Central noflushd state machine, and random accumulated crap. * * Copyright (C) 2000, 2001 Daniel Kobras * * except the sync functions which are * * Copyri

state.h

// State.h -*- C++ -*- State algebra in Hilbert space. // // Copyright (C) 1995 Todd Brun and Ruediger Schack // // This program is free software; you can redistribute it and/or modify

state.cc

// State.cc -- State algebra in Hilbert space. // // Copyright (C) 1995 Todd Brun and Ruediger Schack // // This program is free software; you can redistribute it and/or modify // it

state.java

package simcpu; public enum State { NEW, RUNNING, BLOCKED, READY, TERMINTED }