代码搜索:VEGAS

找到约 274 项符合「VEGAS」的源代码

代码结果 274
www.eeworm.com/read/414769/11102202

for vegas.for

SUBROUTINE vegas(region,ndim,fxn,init,ncall,itmx,nprn,tgral,sd, *chi2a) INTEGER init,itmx,ncall,ndim,nprn,NDMX,MXDIM REAL tgral,chi2a,sd,region(2*ndim),fxn,ALPH,TINY P
www.eeworm.com/read/291235/8433232

cpp vegas.cpp

#include #include #include #include "nr.h" using namespace std; extern int idum; void NR::vegas(Vec_I_DP ®n, DP fxn(Vec_I_DP &, const DP), const int init, c
www.eeworm.com/read/387009/8712105

h vegas.h

void vegas(VecDoub_I ®n, Doub fxn(VecDoub_I &, const Doub), const Int init, const Int ncall, const Int itmx, const Int nprn, Doub &tgral, Doub &sd, Doub &chi2a) { static const Int NDMX=50, MX
www.eeworm.com/read/180187/9317099

c vegas.c

#include #include #define NRANSI #include "nrutil.h" #define ALPH 1.5 #define NDMX 50 #define MXDIM 10 #define TINY 1.0e-30 extern long idum; void vegas(float regn[],
www.eeworm.com/read/179705/9341683

c vegas.c

/* monte/vegas.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Michael Booth * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/424281/10467537

c vegas.c

/* monte/vegas.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Michael Booth * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/278154/10564453

c vegas.c

#include #include #define NRANSI #include "nrutil.h" #define ALPH 1.5 #define NDMX 50 #define MXDIM 10 #define TINY 1.0e-30 extern long idum; void vegas(float regn[], i
www.eeworm.com/read/244597/12854330

cpp vegas.cpp

#include #include #include #include "nr.h" using namespace std; extern int idum; void NR::vegas(Vec_I_DP ®n, DP fxn(Vec_I_DP &, const DP), const int init, c
www.eeworm.com/read/140665/13068991

cpp vegas.cpp

#include #include #include #include "nr.h" using namespace std; extern int idum; void NR::vegas(Vec_I_DP ®n, DP fxn(Vec_I_DP &, const DP), const int init, c
www.eeworm.com/read/139776/13134739

c vegas.c

#include #include #define NRANSI #include "nrutil.h" #define ALPH 1.5 #define NDMX 50 #define MXDIM 10 #define TINY 1.0e-30 extern long idum; void vegas(float regn[], int ndim, f