代码搜索:Dim
找到约 10,000 项符合「Dim」的源代码
代码结果 10,000
www.eeworm.com/read/146694/12618757
cpp dim3_0.cpp
//dim3_0.cpp
#include //cout
#include //getch()
const int R=3;
const int C=4;
const int D=3;
void main()
{ int a[R][C][D],i,j,k;
for (i=0;i
www.eeworm.com/read/146694/12618770
cpp dim2_0.cpp
//dim2_0.cpp
#include //cout
#include //getch()
#include //randomize(),random()
const int ROW=3;
const int COLUMN =4;
void main()
{ int a[ROW][COLUMN],i,j;
www.eeworm.com/read/247775/12619555
cpp f1dim.cpp
double f1dim(double x)
{
double xt[51];
for (int j = 1; j
www.eeworm.com/read/135438/13930043
txt f1dim.txt
Function F1DIM(X:real):real;
var
XT:array[0..50] of real;
J:integer;
begin
For J:=1 To NCOM do
XT[J]:=PCOM[J] + X * XICOM[J];
F1DIM:=FUNC2(XT, NCOM);
end;
www.eeworm.com/read/133753/14027413
cpp dim3_0.cpp
//dim3_0.cpp
#include //cout
#include //getch()
const int R=3;
const int C=4;
const int D=3;
void main()
{ int a[R][C][D],i,j,k;
for (i=0;i
www.eeworm.com/read/133753/14027418
cpp dim2_0.cpp
//dim2_0.cpp
#include //cout
#include //getch()
#include //randomize(),random()
const int ROW=3;
const int COLUMN =4;
void main()
{ int a[ROW][COLUMN],i,j;
www.eeworm.com/read/235479/14070718
png bg-snippet-dim.png
www.eeworm.com/read/132413/14089932
c df1dim.c
extern int ncom; /* defined in DLINMIN */
extern float *pcom,*xicom,(*nrfunc)();
extern void (*nrdfun)();
float df1dim(x)
float x;
{
int j;
float df1=0.0;
float *xt,*df,*vector();
void
www.eeworm.com/read/132413/14089943
c f1dim.c
extern int ncom; /* defined in LINMIN */
extern float *pcom,*xicom,(*nrfunc)();
float f1dim(x)
float x;
{
int j;
float f,*xt,*vector();
void free_vector();
xt=vector(1,ncom);
for (j=
www.eeworm.com/read/108219/15590776
c df1dim.c
extern int ncom; /* defined in DLINMIN */
extern float *pcom,*xicom,(*nrfunc)();
extern void (*nrdfun)();
float df1dim(x)
float x;
{
int j;
float df1=0.0;
float *xt,*df,*vector();
void