代码搜索:machine
找到约 10,000 项符合「machine」的源代码
代码结果 10,000
www.eeworm.com/read/433717/7912608
m machine.m
www.eeworm.com/read/197407/7997304
h machine.h
#ifndef Machine_
#define Machine_
class Machine {
friend void main(void);
public:
operator int() const
{return avail;}
private:
int avail; // time machine g
www.eeworm.com/read/196362/8097667
java machine.java
interface Machine
{
void run();
}
class Person
{
void run()
{
System.out.println("run");
}
}
class Robot extends Person
{
private class MachineHeart implements Machine
www.eeworm.com/read/196362/8097688
class machine.class
www.eeworm.com/read/146126/12668961
h machine.h
// struct used in machine shop simulation
#ifndef machine_
#define machine_
#include "arrayQueue.h"
#include "job.h"
using namespace std;
struct machine
{
arrayQueue jobQ;
www.eeworm.com/read/330873/12862787
v machine.v
module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir,
datactl_ena, halt, clk1, zero, ena, opcode );
output inc_pc, load_acc, load_pc, rd, wr, load_ir;
output datactl_ena, halt;
input clk1, zero
www.eeworm.com/read/143389/12879179
h machine.h
#define PCIMEM_BASE 0x04000000;
#define is_central_function 1
www.eeworm.com/read/141995/12974178
rpt machine.rpt
www.eeworm.com/read/139738/13137040
java machine.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.security.*;
import nachos.ag.*;
import java.io.File;
/**
* The master class of the simulated machine. Proce
www.eeworm.com/read/139189/13184948
h 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