代码搜索结果

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

machine.h

/* * Machine dependent defines/includes for LAME. * * Copyright (c) 1999 A.L. Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU

machine.h

/* Copyright 2005-2007 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks is free software; you can redistribute it an

machine.h

/* * machine.h -- Machine/group probing for ip32 * * Copyright (C) 2001 Keith M Wesolowski * * This file is subject to the terms and conditions of the GNU General Public * License. See the file

machine.h

/* @(#) machine.h 2.1 87/12/25 12:22:43 */ /* The contents of this file are hereby released to the public domain. -- Rahul Dhesi 1986/11/14 */ /* This file hold

machine.c

#ifndef LINT /* @(#) machine.c 2.3 88/01/02 01:21:44 */ static char sccsid[]="@(#) machine.c 2.3 88/01/02 01:21:44"; #endif /* LINT */ /* The contents of this file are hereby released to the pu

machine.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: machine.h,v 1.5.20.1 2004/07/09 01:56:17 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved. *

machine.java

package deadlock; public class Machine extends Thread{ private Counter counter; //共享数据 public Machine(Counter counter){ this.counter=counter; start(); //启动自身线程 } public void

machine.java

package withex; public class Machine extends Thread{ public void run(){ for(int a=0;a

machine.java

package join; public class Machine extends Thread{ public void run(){ for(int a=0;a

machine.java

package exhandler; class MachineGroup extends ThreadGroup{ public MachineGroup(){super("MachineGroup");} public void uncaughtException(Thread t, Throwable e){ System.out.println(getName(