代码搜索结果
找到约 10,000 项符合
State Machine 的代码
machine.java
package withdaemon;
public class Machine extends Thread{
private int a;
private static int count;
public void start(){
super.start();
Thread deamon=new Thread(){ //匿名线程类
machine.java
package wrongstart;
public class Machine extends Thread{
private int a=0;
public void start(){
run();
}
public void run(){
for(a=0;a
machine.java
package usetimer;
import java.util.Timer;
import java.util.TimerTask;
public class Machine extends Thread{
private int a;
private static int count;
public void start(){
super.start(
machine.java
package group;
public class Machine extends Thread{
public Machine(ThreadGroup group, String name){super(group,name);}
public void run(){
for(int a=0;a
detect-machine
#!/bin/sh
CPUMACHINE=`awk 'BEGIN { FS=": " } /Hardware/ { print $2 } '
machine.java
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b26-ea3
// See http://java.sun.com/xml/jaxb
machine.c
/*
* top - a top users display for Unix
*
* SYNOPSIS: Any Sun running SunOS 5.x (Solaris 2.x)
*
* DESCRIPTION:
* This is the machine-dependent module for SunOS 5.x (Solaris 2).
* There is some
machine.h
/*
* This file defines the interface between top and the machine-dependent
* module. It is NOT machine dependent and should not need to be changed
* for any specific machine.
*/
/*
* the sta
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