代码搜索:Simulations
找到约 1,388 项符合「Simulations」的源代码
代码结果 1,388
www.eeworm.com/read/354574/10344920
m manygeneralchains.m
% manygeneralchains.m generates multiple simulations using generalchain.m.
num=6;
for v=1:num,
subplot(num,1,v);
generalchain;
end
www.eeworm.com/read/354574/10344924
m manychains.m
% manychains.m generates multiple simulations using chain.m.
num=6;
for v=1:num,
subplot(num,1,v);
chain;
end
www.eeworm.com/read/354573/10344955
m manyprocesses.m
% manyprocesses.m generates multiple simulations using process.m.
num=6;
for v=1:num,
subplot(num,1,v);
process;
end
www.eeworm.com/read/136663/13367147
m montecarloeuro.m
function [P] = MonteCarloEuro(OptionType,So,K,r,T,sigma,NSimulations)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This function prices a Vanilla European Call/Put O
www.eeworm.com/read/105644/6197570
java progressframe.java
/*
* ProgressFrame.java
*
* Created on February 9, 2003, 10:50 AM
*
*
* Copyright (C) 2003 - Edwin S. Peer
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/105644/6197572
java simulator.java
/*
* Simulator.java
*
* Created on February 4, 2003, 3:59 PM
*
*
* Copyright (C) 2003 - Edwin S. Peer
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/203062/15366586
txt eqpot.txt
Equipotentials
These are boundaries which set the potential as a function of time.
They only produce time-varying behavior in electrostatic simulations.
In electromagnetic simulations they only serv
www.eeworm.com/read/201251/15412138
txt readme.txt
********************************************************************************************
The sim folder has sample test_bench files to simulate the designs in Modelsim environment.
This folder
www.eeworm.com/read/386159/8762701
asv run_me.asv
%% Display Start message
disp('Running Fading Channel BER Simulation set')
disp('To produce smoother simulation curves, increase')
disp('maxNumErr inside Fading_Simulate.m to collect more')
disp('
www.eeworm.com/read/182833/9188552
readme
Disclaimer
----------
This is a pre alpha version of p2psim. We would value your feedback with
suggestions and improvements.
Compiling p2psim
----------------
Please see INSTALL for compilation instr