|
发表于 2008-5-2 06:28:47
|
显示全部楼层
有说明书阿,具体的接口(C++)如下:( G. f" T. Q. t( c
extern "C" _declspec(dllexport) int _stdcall LF_UP0( l3 h6 C/ a" P5 v
int &Markend,const int &NTime, const int *Npar,
& g3 H5 R. Q0 K" G% J const double * varin,const int &nvarin," W2 F& y9 @$ w$ X
double * varout,const int &nvarout,, ?, \0 M$ |8 g) P
double * varprn,const int &nvarprn,
: n* u) x" U- x! q$ d5 c3 o const double * vector,const int &nvector,* J/ p6 v/ D% W5 c: R$ X) f
const int *vp,const int *nvp,const int &nnvp)
+ m3 d$ D. R' ^$ \) p/******* Arguments description ****************************************
% C' g: Q% b1 s3 L! ? Markend: mark of computing end given by UP -0 j+ W& R( S& L( x, w5 y, P ^. E+ W
( 0: end of compution; 1: continuing) -
1 h3 _' W% V* \, ]' I Ntime : times, the UP called by LF, provided by LF -, ^! l8 N- @+ d
NPar : Group no. of parameter -! G ]) `) N6 U2 M8 g
F1 : Array of input variavles provided by LF, dimension nf1 -
; L% m7 @1 q7 j, R1 I! h7 X F2 : Array of output variavles, provided by UP, dimension nf2 -
3 m7 y% y4 ?7 l4 u- n F3 : Array of print variavles, provided by UP, dimension nf3 -9 X/ V5 o4 p7 E+ V; X. d( `1 t1 r
V1 : Array of input vectors,provided by LF, dimension nv1 -
) W) \9 g; D3 D8 F7 A, { IVP : start position pointer of each vector in V1, dimension nnvp-
; Y; m) d" V) ` NVP : dimension of each vector in V1, dimension nnvp -
4 H. C/ q" l$ _9 L3 p2 H**********************************************************************/ |
|