代码搜索:machine
找到约 10,000 项符合「machine」的源代码
代码结果 10,000
www.eeworm.com/read/422939/10600204
h machine.h
// General processor specific definitions
#ifndef __MACHINE_H
#define __MACHINE_H
//#include "skp_bsp.h"
// Data type definitions
typedef signed char s8;
typedef unsigned char u8;
typedef signed in
www.eeworm.com/read/277111/10667378
res machine.res
www.eeworm.com/read/277111/10667381
exe machine.exe
www.eeworm.com/read/277111/10667384
dpr machine.dpr
program machine;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/159325/10670250
h machine.h
www.eeworm.com/read/274824/10850476
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_EN
www.eeworm.com/read/272848/10941438
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/208178/7117713
ico machine.ico
www.eeworm.com/read/128951/7132652
bas machine.bas
Attribute VB_Name = "Machine"
Option Explicit
Global hPrinter As Long
Public Function Print_ICCID(pICCID As String, PrintType As Integer) As Boolean
Dim bRc As Long
Dim lPrinterACKTimeout
www.eeworm.com/read/392997/7247742
cpp machine.cpp
// 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