代码搜索:montecarlo
找到约 154 项符合「montecarlo」的源代码
代码结果 154
www.eeworm.com/read/242663/12994266
asv montecarlo.asv
%simulation chain
% This is simulation for the OFDM system.
% ------- simulation1.m ------------------------------------
% Black team
% April-08-05
% ------------------------------------------------
www.eeworm.com/read/242663/12994325
m montecarlo.m
%simulation chain
% This is simulation for the OFDM system.
% ------- simulation1.m ------------------------------------
% Black team
% April-08-05
% ------------------------------------------------
www.eeworm.com/read/140759/13062743
txt montecarlo.txt
2.00000000 0 0.0000 0 0.0000 0 0.0000 0 0.0000
1.50000000 0 0.0000 0 0.0000 1 0.0000 0 0.0000
1.12500000 0
www.eeworm.com/read/306092/13752698
m montecarlo.m
%% Simulation de monte carlo d'un actif de rpix Spot 100, de volatilit
www.eeworm.com/read/307764/6342522
m montecarlo.m
%this program is a monte carlo computer simulation that was
%used to generate figure 2.10a
%set seed of random number generator to initial value
randn('seed',0);
%set up values of variance, data
www.eeworm.com/read/332498/6357262
dsw montecarlo.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/332498/6357263
cpp montecarlo.cpp
#include
#include
#include
using namespace std;
void main(int argc, char* argv[])
{
double t,x,y;
int i,j=0,k;
cout
www.eeworm.com/read/332498/6357264
dsp montecarlo.dsp
# Microsoft Developer Studio Project File - Name="montecarlo" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/492413/6422473
war montecarlo.war
www.eeworm.com/read/486797/6529347
m montecarlo.m
function root = Montecarlo(f,B,x0,eps)
format long;
if(nargin==3)
eps=1.0e-4;
end
Fx = subs(sym(f),findsym(sym(f)),x0);
while abs(Fx)>eps
Fx = subs(sym(f),findsym(sym(f)),x0);
Fx