代码搜索:Dim
找到约 10,000 项符合「Dim」的源代码
代码结果 10,000
www.eeworm.com/read/475809/1381090
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/475809/1381200
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/475809/1381444
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/475809/1381587
c xdf1dim.c
/* Driver for routine df1dim */
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define NDIM 3
int ncom; /* defining declarations */
float *pcom,*xicom;
void (*
www.eeworm.com/read/475809/1381648
c xf1dim.c
/* Driver for routine f1dim */
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
float func(float x[])
{
int i;
float f=0.0;
for (i=1;i
www.eeworm.com/read/475809/1381865
c f1dim.c
#define NRANSI
#include "nrutil.h"
extern int ncom;
extern float *pcom,*xicom,(*nrfunc)(float []);
float f1dim(float x)
{
int j;
float f,*xt;
xt=vector(1,ncom);
for (j=1;j
www.eeworm.com/read/475809/1381996
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
www.eeworm.com/read/457727/1593615
c xdf1dim.c
/* Driver for routine df1dim */
#include
#include "nr.h"
#include "nrutil.h"
#define NDIM 3
int ncom; /* defining declarations */
float *pcom,*xicom;
void (*nrdfun)();
void
www.eeworm.com/read/457727/1593676
c xf1dim.c
/* Driver for routine f1dim */
#include
#include "nr.h"
#include "nrutil.h"
float func(x)
float x[];
{
int i;
float f=0.0;
for (i=1;i
www.eeworm.com/read/457727/1593877
c f1dim.c
#include "nrutil.h"
extern int ncom;
extern float *pcom,*xicom,(*nrfunc)();
float f1dim(x)
float x;
{
int j;
float f,*xt;
xt=vector(1,ncom);
for (j=1;j