代码搜索:Simulates

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

代码结果 1,151
www.eeworm.com/read/220439/14800799

cpp critter_caretaker.cpp

//Critter Caretaker //Simulates caring for a virtual pet #include using namespace std; class Critter { public: Critter(int hunger = 0, int boredom = 0); voi
www.eeworm.com/read/207322/15274893

m simmult3.m

%NOT USED IN THE THESIS %This script can be used to show that if the multipath delay spread is %less guard period than no intersymbol interference occurs. % %This script simulates a COFDM link wit
www.eeworm.com/read/463018/1539793

makefile

# # ======== makefile ======= # GNUmake-based makefile for linuxonly speech sample app. # # This file simulates the build for a generic Linux application that # happens to use Codec Engine. This ma
www.eeworm.com/read/223561/4810480

java cashregister.java

// Exercise: 11.16 CashRegister.java // Application simulates the behavior of a cash register, allowing // the user to input prices, keep a running subtotal, and // calculate the sales tax and total.
www.eeworm.com/read/393395/2474709

m s_logtcopulasimul.m

% this script simulates the copula of a bi-variate log-t distribution % see "Risk and Asset Allocation"-Springer (2005), by A. Meucci clc; clear; close all %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/393395/2474744

m s_normalmatrix.m

% this script simulates a matrix-variate normal distribution % it computes the summary statistics both in simulations and analytically % see Sec. 2.6.2 in "Risk and Asset Allocation"-Springer (2005)
www.eeworm.com/read/393395/2474747

m s_lognormal.m

% this script simulates a bivariate lognormal distribution % it shows its pdf as proxied by the 3-D histogram % it computes the summary statistics of the market % see "Risk and Asset Allocation"-Sp
www.eeworm.com/read/385044/2595687

java catfish.java

import import java.util.Vector; /* */ /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author iCarnegie nb * */ public class Catfi
www.eeworm.com/read/385044/2595689

java catfish.java

import java.util.Vector; /* * Created on Jul 5, 2003 * */ /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author iCarnegie av * *
www.eeworm.com/read/385044/2595690

java catfish.java

import java.util.*; /* * Created on Jan 6, 2004 * */ /** * Basic Catfish - simulates a catfish - can swim and consume * energy in the process. * * @author iCarnegie srt * */ p