代码搜索:Dim
找到约 10,000 项符合「Dim」的源代码
代码结果 10,000
www.eeworm.com/read/244597/12853938
cpp xf1dim.cpp
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine f1dim
int ncom; // defining declarations
DP (*nrfunc)(Vec_I_DP &);
Vec_DP *pcom_p,*xicom_
www.eeworm.com/read/244597/12854217
cpp df1dim.cpp
#include "nr.h"
extern int ncom;
extern DP (*nrfunc)(Vec_I_DP &);
extern void (*nrdfun)(Vec_I_DP &, Vec_O_DP &);
extern Vec_DP *pcom_p,*xicom_p;
DP NR::df1dim(const DP x)
{
int j;
DP df1
www.eeworm.com/read/244597/12854787
cpp f1dim.cpp
#include "nr.h"
extern int ncom;
extern DP (*nrfunc)(Vec_I_DP &);
extern Vec_DP *pcom_p,*xicom_p;
DP NR::f1dim(const DP x)
{
int j;
Vec_DP xt(ncom);
Vec_DP &pcom=*pcom_p,&xicom=*xicom
www.eeworm.com/read/142425/12946191
txt f1dim.txt
Function F1DIM(X)
Dim XT(50)
For J = 1 To NCOM
XT(J) = PCOM(J) + X * XICOM(J)
Next J
F1DIM = FUNC2(XT(), NCOM)
Erase XT
End Function
www.eeworm.com/read/140665/13068241
cpp xdf1dim.cpp
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine df1dim
int ncom; // defining declarations
DP (*nrfunc)(Vec_I_DP &);
Vec_DP *pcom_p,*xicom
www.eeworm.com/read/140665/13068644
cpp xf1dim.cpp
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine f1dim
int ncom; // defining declarations
DP (*nrfunc)(Vec_I_DP &);
Vec_DP *pcom_p,*xicom_
www.eeworm.com/read/140665/13068927
cpp df1dim.cpp
#include "nr.h"
extern int ncom;
extern DP (*nrfunc)(Vec_I_DP &);
extern void (*nrdfun)(Vec_I_DP &, Vec_O_DP &);
extern Vec_DP *pcom_p,*xicom_p;
DP NR::df1dim(const DP x)
{
int j;
DP df1
www.eeworm.com/read/140665/13069343
cpp f1dim.cpp
#include "nr.h"
extern int ncom;
extern DP (*nrfunc)(Vec_I_DP &);
extern Vec_DP *pcom_p,*xicom_p;
DP NR::f1dim(const DP x)
{
int j;
Vec_DP xt(ncom);
Vec_DP &pcom=*pcom_p,&xicom=*xicom
www.eeworm.com/read/140062/13112441
cpp f1dim.cpp
double f1dim(double x)
{
double xt[51];
for (int j = 1; j
www.eeworm.com/read/139776/13133801
c df1dim.c
#define NRANSI
#include "nrutil.h"
extern int ncom;
extern float *pcom,*xicom,(*nrfunc)(float []);
extern void (*nrdfun)(float [], float []);
float df1dim(float x)
{
int j;
float df1=0.0;
float