代码搜索:Simulates

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

代码结果 1,151
www.eeworm.com/read/327948/13054088

m pr3_26_ss_counternarrowbandjammer_withband-eliminationfiltering.m

%Problem 3.26; %Simulates antijamming features of spread spectrum signal (band elimination used) against narrow %band jammer and compares to the ones of plain signals; clear all; close all; t=[0
www.eeworm.com/read/139738/13137077

java processor.java

// PART OF THE MACHINE SIMULATION. DO NOT CHANGE. package nachos.machine; import nachos.security.*; /** * The Processor class simulates a MIPS processor that supports a * subset of the R
www.eeworm.com/read/315460/13542073

c dicetest.c

/* * File: dicetest.c * ---------------- * This program simulates rolling a die. */ #include #include "genlib.h" #include "random.h" /* * Constants * --------- * NTrials -- Number o
www.eeworm.com/read/130242/5962515

java walkmanhire.java

class WalkmanHire { /* The Museum Walkman Hire program J M Bishop Jan 1997 simulates the hiring of Walkmen from a fixed pool for G1 each. There are several helpers at different
www.eeworm.com/read/291067/6302855

m compsim4.m

function [sigvar, tgtSig] = compsim4(antenna, waveform, noSamp, tgtType, tgtParam, noiseType, noiseParam, clutterType, clutterParam) %COMPSIM4 Simulates received antenna signals in passive mode. % %-
www.eeworm.com/read/472938/6306883

m pso2.m

%% Particle Swarm Optimization Simulation % Simulates the movements of a swarm to minimize the objective function % % $$ \left( x-15 \right) ^{2}+ \left( y-20 \right) ^{2} = 0$$ % % The swarm m
www.eeworm.com/read/456267/6332178

m pso.m

%% Particle Swarm Optimization Simulation % Simulates the movements of a swarm to minimize the objective function % % $$ \left( x-15 \right) ^{2}+ \left( y-20 \right) ^{2} = 0$$ % % The swarm m
www.eeworm.com/read/490842/6443163

java catfish.java

/** * Basic Catfish - simulates a catfish - can swim and consume energy in the process. * * @author A JiaYi * @version 1.0.0 * Created on 2005-5-4 */ import java.util.*; public cla
www.eeworm.com/read/487033/6522457

java stack.java

package wapide; import java.lang.*; import java.util.*; /** * A helper class that simulates a stack object. * Copyright (c) 2003 * @author Mark Busman * @version 1.0 * * For Licens
www.eeworm.com/read/479166/6700033

cpp deckofcards.cpp

// Fig. 19.15: DeckOfCards.cpp // Member-function definitions for class DeckOfCards that simulates // the shuffling and dealing of a deck of playing cards. #include using std::cout; us