代码搜索结果
找到约 10,000 项符合
State Machine 的代码
machine.cc
// machine.cc
// Routines for simulating the execution of user programs.
//
// DO NOT CHANGE -- part of the machine emulation
//
// Copyright (c) 1992-1993 The Regents of the University of Californi
machine.h
/////////////////////////////////////////////////////////////
//FileName : machine.h
//
//Creator : Li Shouchao(0410716)
//CreateTime : 2007-1-3
//
//File Desc:
// 1. Data structures for simu
machine.def
SKDA
BKDC
BF275
USER
machine.java
package cmm.cmmcc;
import cmm.collections.CodeMass;
/**
* 虚拟机类
* @author Huang Xuanxing
*
*/
public class Machine {
private CodeMass codeMass; // 目标代码区
private String[] memory;
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.cc
// machine.cc
// Routines for simulating the execution of user programs.
//
// DO NOT CHANGE -- part of the machine emulation
//
// Copyright (c) 1992-1996 The Regents of the University of Californi
machine.h
// machine.h
// Data structures for simulating the execution of user programs
// running on top of Nachos.
//
// User programs are loaded into "mainMemory"; to Nachos,
// this looks just like an arra