H
hzy172
Unregistered / Unconfirmed
GUEST, unregistred user!
在定义CORBA对象接口与方法的时候,怎么定义用户自己的类型
procedure GAUSSJ(var arryMatrix: matrx2 ;
N: Integer ;
VAR arryConstant:array of String ;
Add: matrx2 ;
Mu: matrx2 ;
AddUn1: String ;
MuUn1: String ;
AddElLong: Integer ;
MuElLong: Integer) ;
比如说这个过程,里面的变量有些要自己定义, matrx2 = array of array of String
我改怎么做?
procedure GAUSSJ(var arryMatrix: matrx2 ;
N: Integer ;
VAR arryConstant:array of String ;
Add: matrx2 ;
Mu: matrx2 ;
AddUn1: String ;
MuUn1: String ;
AddElLong: Integer ;
MuElLong: Integer) ;
比如说这个过程,里面的变量有些要自己定义, matrx2 = array of array of String
我改怎么做?