代码搜索:simulate

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

代码结果 2,241
www.eeworm.com/read/284556/8919081

cc disk.cc

// disk.cc // Routines to simulate a physical disk device; reading and writing // to the disk is simulated as reading and writing to a UNIX file. // See disk.h for details about the behavior of disks
www.eeworm.com/read/284556/8919105

h console.h

// console.h // Data structures to simulate the behavior of a terminal // I/O device. A terminal has two parts -- a keyboard input, // and a display output, each of which produces/accepts // charac
www.eeworm.com/read/383517/8940729

java turtle.java

import java.util.Vector; /* * Created on Jul 6, 2003 * */ /** * Turtle - to simulate artificial life. Eats small fish. * * @author iCarnegie av * */ public class Turtle extends A
www.eeworm.com/read/427148/8972098

txt readme.txt

This programm can be used to simulate packet loss on RTP files. The C random number generator is used for selecting the packets. The random number generator is not initialized befur usage. Therefo
www.eeworm.com/read/380786/9128144

m rayleigh_fading.m

% Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to % Baddour's work: "Autoregressive modeling for fading channel simulation", IEEE Transaction on Wirele
www.eeworm.com/read/377209/9290085

m heed.m

NodeNums = 1000; % the num of node AreaR = 2000 ; % the area of simulate NodeTranR=10; % the transit Radius Elec=50 * 10^(-9); % Eamp=100*10^(-12); Bx=0; % The Postion of Baseation By=Ar
www.eeworm.com/read/362900/9976983

ctl material-dispersion.ctl

; Material dispersion example, from the Meep tutorial. Here, we simply ; simulate homogenous space filled with a dispersive material, and compute ; its modes as a function of wavevector k. Since ome
www.eeworm.com/read/354574/10344930

m generalchain.m

% generalchain.m simulates a Markov chain with a general state space given an % initial distribution and a transition matrix. % Program to simulate a Markov chain % You might want to set up another .
www.eeworm.com/read/161674/10386828

cc disk.cc

// disk.cc // Routines to simulate a physical disk device; reading and writing // to the disk is simulated as reading and writing to a UNIX file. // See disk.h for details about the behavior of disks
www.eeworm.com/read/161674/10386864

h console.h

// console.h // Data structures to simulate the behavior of a terminal // I/O device. A terminal has two parts -- a keyboard input, // and a display output, each of which produces/accepts // charac