代码搜索:Dim
找到约 10,000 项符合「Dim」的源代码
代码结果 10,000
www.eeworm.com/read/387489/8671185
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/285004/8877030
c~ n_dim_traversal.c~
#include
#include
#include
#include "n_dim_traversal.h"
/* Note: VALTYPE and VALNULL are defined in n_dim_traversal.h */
int dimsize=500;
void insert_val (LEAFTYPE *,
www.eeworm.com/read/285004/8877032
c n_dim_traversal.c
#include
#include
#include
#include "n_dim_traversal.h"
/* Note: VALTYPE and VALNULL are defined in n_dim_traversal.h */
int dimsize=500;
void insert_val (LEAFTYPE *,
www.eeworm.com/read/285004/8877063
h~ n_dim_traversal.h~
#include
#ifndef VALTYPE
#define VALTYPE int
#endif
typedef struct qtp {VALTYPE val; struct qtp *next;} qtype;
#ifndef LEAFTYPE
#define LEAFTYPE qtype *
#endif
#ifndef VALNULL
#define
www.eeworm.com/read/285004/8877070
h n_dim_traversal.h
#ifndef _N_DIM_TRAVERSAL_H
#ifndef VALTYPE
#define VALTYPE int
#endif
typedef struct qtp {VALTYPE val; struct qtp *next;} qtype;
#ifndef LEAFTYPE
#define LEAFTYPE qtype *
#endif
#ifndef VALNULL
#d
www.eeworm.com/read/284171/8957764
fig router1dim.fig
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
0 32 #a0a0a0
6 810 855 9630 5445
6 810 855 9630 5445
6 4950 2610 7560 3690
6 6615 2700 7560 3510
2 1 0 1 0 7 48 -1 -1 3.000 0 0 -1 1 0
www.eeworm.com/read/184998/9060724
f dim1sun.f
* Copyright c 1998-2002 The Board of Trustees of the University of Illinois
* All rights reserved.
* Developed by: Large Scale Systems Research Laboratory
* Professor Richard Braa
www.eeworm.com/read/178548/9392150
doc cm1dim.doc
www.eeworm.com/read/178548/9392206
doc cm2dim.doc
www.eeworm.com/read/373742/9441168
c f1dim.c
#define JSWLANSI
#include "jswlutil.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