代码搜索结果

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

machine.c

/* machine.c * Translate the Kaffe instruction set to the native one. * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for in

machine.h

/* machine.h * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this file.

machine.c

/* machine.c * Translate the Kaffe instruction set to the native one. * * Copyright (c) 1996-1999 * Transvirtual Technologies, Inc. All rights reserved. * * Copyright (c) 2003, 2004 * Kaffe.or

machine.h

/* machine.h * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * Copyright (c) 2004 * Kaffe.org contributors. See ChangeLog for details. All rights reserved.

machine.c

/* * machine.c * Java virtual machine interpreter. * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * Copyright (c) 2004 * Kaffe.org contributors, see Cha

machine.h

/* * machine.h * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this file.

machine.h

/* DO NOT EDIT THIS FILE. It has been auto-edited by fixincludes from: "fixinc/tests/inc/sys/machine.h" This had to be done to correct non-standard usages in the original, manufacture

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