代码搜索:machine

找到约 10,000 项符合「machine」的源代码

代码结果 10,000
www.eeworm.com/read/214672/15092256

cc 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
www.eeworm.com/read/214672/15092285

h 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
www.eeworm.com/read/213391/15135712

v machine.v

//---------------------------------------------------------------------------- module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir, datactl_ena, halt, clk1, zero, ena, opcode ); output inc
www.eeworm.com/read/208728/15238461

java machine.java

/* * @(#)Machine.java 2.1 2003/10/07 * * Copyright (C) 1999, 2003 D.A. Watt and D.F. Brown * Dept. of Computing Science, University of Glasgow, Glasgow G12 8QQ Scotland * a
www.eeworm.com/read/207715/15263849

ico machine.ico

www.eeworm.com/read/9694/175954

v machine.v

module machine(clk,reset,in,out); input clk,reset,in; output out; reg out; parameter set0=0,hold=1,set1=2; reg [1:0] state; always@(posedge clk or negedge reset) begin if
www.eeworm.com/read/11187/211849

cfg machine.cfg

www.eeworm.com/read/13976/291033

h machine.h

/* * Machine dependent defines/includes for LAME. * * Copyright (c) 1999 A.L. Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Libra
www.eeworm.com/read/14735/406879

h machine.h

/* * Machine dependent defines/includes for LAME. * * Copyright (c) 1999 A.L. Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU
www.eeworm.com/read/15480/465417

h machine.h

/* * Machine dependent defines/includes for LAME. * * Copyright (c) 1999 A.L. Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU