代码搜索:machine
找到约 10,000 项符合「machine」的源代码
代码结果 10,000
www.eeworm.com/read/188938/8507782
pbl machine.pbl
www.eeworm.com/read/188938/8507798
bak machine.bak
www.eeworm.com/read/188938/8507909
pbd machine.pbd
www.eeworm.com/read/433054/8549416
machine key.machine
@BF3CD3B458FC1FBD688F2E9137BBEACE139B646DED461D9346F69F393623407EFAAC81A70F0DE83
www.eeworm.com/read/187979/8582931
m machine.m
www.eeworm.com/read/385844/8786327
cc 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
www.eeworm.com/read/385844/8786391
h machine.h
/////////////////////////////////////////////////////////////
//FileName : machine.h
//
//Creator : Li Shouchao(0410716)
//CreateTime : 2007-1-3
//
//File Desc:
// 1. Data structures for simu
www.eeworm.com/read/429030/8823590
java machine.java
package cmm.cmmcc;
import cmm.collections.CodeMass;
/**
* 虚拟机类
* @author Huang Xuanxing
*
*/
public class Machine {
private CodeMass codeMass; // 目标代码区
private String[] memory;
www.eeworm.com/read/429030/8823611