代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/449123/7518022
m sflop.m
% PURPOSE:
% SFLOP simulates a floating point operation
%
% x op y where op = +, -, *, /
%
% In chopping or rounding arithmetic using an
% m digit mantissa, base 10, and an un
www.eeworm.com/read/196478/8089328
java trainmover.java
/**
* TrainMover.java
* @version 1.0.0
* @author Hao Chen
* 0236407
*/
/**
* This is a program which simulates this train switching using one or more instances of
* the MyStack class.
www.eeworm.com/read/261064/11667807
f dsmcne.f
! dsmcne - Program to simulate a dilute gas using DSMC algorithm
! This version simulates planar Couette flow
program dsmcne
integer*4 MAXnpart, MAXncell
parameter( MAXnpart =
www.eeworm.com/read/259756/11768569
m circle.m
function circle
% CIRCLE simulates adaptive grids for a problem with moving circlular
% singularities.
%
% L. Chen & C. Zhang 10-12-2006
%------------------------------------------------------------
www.eeworm.com/read/216756/14993262
java crocodile.java
import java.util.Vector;
/**
* Crocodile - simulates a crocodile - can wade, eat, and consume
* energy in the process.
*/
public class Crocodile extends LivingBeing {
/**
* The croco
www.eeworm.com/read/207322/15274897
txt contents.txt
Effect of multipath on COFDM signal.
This simulates the effect of a single multipath signal as the amplitude
of the reflected signal is varied.
The reflected signal has a constant delay of 400
www.eeworm.com/read/294145/3920114
m mimo_midamble.m
% This matlab script simulates the MIMO channel estimation
% Based on the paper by Jaiganesh, Markus, Harish
% titled 'optimal Channel training for multiple antenna systems
% The matrix required on th
www.eeworm.com/read/393395/2474745
m s_normal.m
% this script simulates a bivariate normal distribution
% it shows its pdf as proxied by the 3-D histogram
% it shows the distribution of a generic linear combination (portfolio) of the two variable
www.eeworm.com/read/393395/2474748
m s_studentt.m
% this script simulates a bivariate t distribution
% it shows its pdf as proxied by the 3-D histogram
% it shows the distribution of a generic linear combination (portfolio) of the two variables
%
www.eeworm.com/read/393395/2474749
asv s_normal.asv
% this script simulates a bivariate normal distribution
% it shows its pdf as proxied by the 3-D histogram
% it shows the distribution of a generic linear combination (portfolio) of the two variable