代码搜索:simulate

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

代码结果 2,241
www.eeworm.com/read/454550/1629768

java smtpserverexception.java

package org.iocworkflow.test.sequence.ratedrop.smtp; /** * Class:SMTPServerException * Creation Date: Mar 13, 2005 * CVS ID $Id:$ * * Placehodlder exception to simulate an error comm
www.eeworm.com/read/219872/4844724

java ducksimulator.java

package headfirst.combining.decorator; public class DuckSimulator { public static void main(String[] args) { DuckSimulator simulator = new DuckSimulator(); simulator.simulate(); } void simula
www.eeworm.com/read/219550/4847896

java event.java

/* * Created on 01-dic-2003 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */ package planet.simulate; import planet
www.eeworm.com/read/219550/4847909

java scheduler.java

package planet.simulate; import planet.util.OrderedList; import java.util.*; /** * This class implements the interface IScheduler and manage * events to produce to simulated network. * @a
www.eeworm.com/read/209559/4966061

c scsi_debug.c

/* * linux/kernel/scsi_debug.c * vvvvvvvvvvvvvvvvvvvvvvv Original vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv * Copyright (C) 1992 Eric Youngdale * Simulate a host adapter with 2 disks attached. Do a lot
www.eeworm.com/read/193974/5138337

py test_profile.py

"""Test suite for the profile module.""" import profile # In order to have reproducible time, we simulate a timer in the global # variable 'ticks', which represents simulated time in milliseconds. #
www.eeworm.com/read/181243/5277597

java ducksimulator.java

package headfirst.combining.decorator; public class DuckSimulator { public static void main(String[] args) { DuckSimulator simulator = new DuckSimulator(); simulator.simulate(); } void simula
www.eeworm.com/read/178758/5314513

h rmint.h

#ifndef __RMINT_H__ #define __RMINT_H__ /* Registers structure to be used in DPMI service */ /* "Simulate real mode interrupt". */ typedef union rmregs { struct { DWORD edi;
www.eeworm.com/read/344610/3207398

c rfsim.c

/* * FILENAME: rfsim.c * * Copyright 2001 By InterNiche Technologies Inc. All rights reserved * * Code to simulate wireless networks by adding a controlled latency and * loss rate to rout
www.eeworm.com/read/438717/1823320

py electrons.py

#! /usr/bin/env python # Simulate "electrons" migrating across the screen. # An optional bitmap file in can be in the background. # # Usage: electrons [n [bitmapfile]] # # n is the number of electr