代码搜索:Simulates

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

代码结果 1,151
www.eeworm.com/read/394638/2455075

java catfish.java

import java.util.Vector; /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * */ public class Catfish extends LivingBeing { /** * The
www.eeworm.com/read/394638/2455076

java crocodile.java

import java.util.Vector; /** * Crocodile - simulates a Crocodile - can swim, eat, and consume * energy in the process. * * */ public class Crocodile extends LivingBeing { /**
www.eeworm.com/read/394638/2455077

java catfish.java

import java.util.Vector; /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * */ public class Catfish extends LivingBeing { /** * The
www.eeworm.com/read/394638/2455078

java crocodile.java

import java.util.Vector; /** * Crocodile - simulates a Crocodile - can swim, eat, and consume * energy in the process. * * */ public class Crocodile extends LivingBeing { /**
www.eeworm.com/read/394409/2457445

gel app.gel

/* * This GEL script simulates user input/output; there is one switch * (selection of which channel will be output), and two sliders * (volume gain for each channel). A "switch" is implement
www.eeworm.com/read/393395/2474704

asv s_normalcopulasimul.asv

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

m s_tcopulasimul.m

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

m s_normalcopulasimul.m

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

m s_lognormalcopulasimul.m

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

m s_uniform.m

% this script simulates a bivariate uniform distribution on an ellipsoid % it shows its pdf as proxied by the 3-D histogram % it shows the distribution of a generic linear combination (portfolio) of