代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/392997/7247771

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/454611/7386890

f90 mp-sang.f90

! main program mesoscale model ! this program is used to simulate three-dimensional flow fields over urban boundary layer ! z -- height in terrain following coordinate system !
www.eeworm.com/read/436816/7762236

m brownianbridge.m

clear all; global sigma; %demonstrates simulation of Brownian bridge %an example case is considered to price an option at a maturity %MC is used to simulate prices for 2*T maturity %and brown
www.eeworm.com/read/312355/13612766

c servo-simple.c

// - Servo simple - // This simple example sets up a Servo objectm hooks the event handlers and opens it for device connections. Once a Servo is attached // with a motor in motor 0 it will simulate
www.eeworm.com/read/307313/13724314

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/108242/6183843

txt knownbug.txt

The following options are missing: [no]optimize - affects screen redrawing method [no]redraw - simulate character insertion by redrawing line [no]slowopen - don't use character insertion tags="tag
www.eeworm.com/read/493401/6402323

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/493401/6402325

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/481225/6645149

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/481225/6645151

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 // //