代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/260026/11751261
h except.h
//$$ except.h Exception handling classes
// A set of classes to simulate exceptions in C++
//
// Partially copied from Carlos Vidal's article in the C users' journal
/
www.eeworm.com/read/257528/11921607
cpp spi.cpp
#include "SPI.H"
//#include "..\ArmBIOS.h"
#include "..\..\Lib\ArmOs\ArmLib.h"
//这个是模拟SPI
//----------------------------------------------------------------------
/*
void ____simulate_spi_____
www.eeworm.com/read/131284/14152280
h myexcept.h
//$$ myexcept.h Exception handling classes
// A set of classes to simulate exceptions in C++
//
// Partially copied from Carlos Vidal's article in the C users' journal
www.eeworm.com/read/129357/14249562
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "Simulate"
ClientHeight = 8940
ClientLeft = 45
ClientTop = 330
C
www.eeworm.com/read/214672/15092278
cc interrupt.cc
// interrupt.cc
// Routines to simulate hardware interrupts.
//
// The hardware provides a routine (SetLevel) to enable or disable
// interrupts.
//
// In order to emulate the hardware, we need to ke
www.eeworm.com/read/214672/15092283
cc network.cc
// network.cc
// Routines to simulate a network interface, using UNIX sockets
// to deliver packets between multiple invocations of nachos.
//
// DO NOT CHANGE -- part of the machine emulation
//
//
www.eeworm.com/read/491809/1187550
cc interrupt.cc
// interrupt.cc
// Routines to simulate hardware interrupts.
//
// The hardware provides a routine (SetLevel) to enable or disable
// interrupts.
//
// In order to emulate the hardware, we need to ke
www.eeworm.com/read/491809/1187552
cc network.cc
// network.cc
// Routines to simulate a network interface, using UNIX sockets
// to deliver packets between multiple invocations of nachos.
//
// DO NOT CHANGE -- part of the machine emulation
//
//
www.eeworm.com/read/457053/1600744
modelsim
#! /bin/sh
# usage to run this program
# ./modelSim
#
#
#The file isiweb.tcl is a ns script that demonstrates how to use
#the output of ModelGen (the set of CDF files in ./cdf) to simulate
#