代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/392996/8316311
cpp network.cpp
// 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/392996/8316330
cpp interrupt.cpp
// 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/174160/9605590
readme
###############
Description:
MATLAB routines to simulate a branching Brownian motion in the plain
and make an animation. The detailed documentation can be found in
http://www.math.uu.se/resear
www.eeworm.com/read/235522/14065564
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/235522/14065568
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/100399/15874729
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 jou
www.eeworm.com/read/100398/15874754
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 jou
www.eeworm.com/read/100397/15874786
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 jou
www.eeworm.com/read/100394/15874895
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 jou
www.eeworm.com/read/385844/8786337
cc console.cc
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si