代码搜索:Simulates

找到约 1,151 项符合「Simulates」的源代码

代码结果 1,151
www.eeworm.com/read/270992/11013593

m onedwalk.m

%spider.m/created by PJNahin for "Dueling Idiots"(1/10/99) %This m-file simulates the one-dimensional, symmetrical walk %with an absorbing barrier at x = 3. % rand('state',100*sum(clock)) %
www.eeworm.com/read/199568/7844809

java craps.java

// Fig. 6.9: Craps.java // Craps class simulates the dice game craps. import java.util.Random; public class Craps { // create random number generator for use in method rollDice private
www.eeworm.com/read/143592/12858839

cpp prg1_2.cpp

// File: prg1_2.cpp // the program simulates playing the game of Craps. // if die is a randomNumber object, simulate tossing // the dice with the expression // (1 + die.random(6)) + (1+ die.ran
www.eeworm.com/read/329659/12942625

m aci.m

function [Te,Wr,X] = aci(Wr0,X0,U,p) % This function simulates the dynamic response of Induction machine % in the stationary reference frame % Inputs: % Wr0 = Rotor electrically angular
www.eeworm.com/read/314681/13561782

m fmess_sim2.m

function [rvcorr]=fmess_sim2(d,rv,alpha) % %function [rvcorr]=fmess_sim2(d,rv,alpha) % %This function simulates a normal random variable with a matrix exponential variance-covariance function %In
www.eeworm.com/read/151092/5686622

java printer.java

// Printer.java // This class simulates a printer device on a network. // deitel package package com.deitel.advjhtp1.jiro.DynamicService.printer; // java core package import java.util.Stack; i
www.eeworm.com/read/134873/5891753

java simulator.java

package at.ac.uni_linz.tk.vchat; import java.awt.*; import java.util.*; /** * Simulates Users for the demo-mode. Those Users will walk around and send * random messages. * * @author
www.eeworm.com/read/122558/6065260

java simulator.java

package at.ac.uni_linz.tk.vchat; import java.awt.*; import java.util.*; /** * Simulates Users for the demo-mode. Those Users will walk around and send * random messages. * * @author
www.eeworm.com/read/402001/11544795

c cache.c

/* Cache simulator: Simulates 4-way set-associative cache, using LRU for replacement policy Cache parameters configured at compile time */ #include "cache.h" #include "defs.h" #include "m
www.eeworm.com/read/343059/11979776

java simulator.java

package at.ac.uni_linz.tk.vchat; import java.awt.*; import java.util.*; /** * Simulates Users for the demo-mode. Those Users will walk around and send * random messages. * * @author