C
crossbannyli
Unregistered / Unconfirmed
GUEST, unregistred user!
unit hanshu;
interface
uses
math;
function rodliquid(lr,rd:array of double;pd,td,ro,lh:double):double;
implementation
function compload(xx,p1,p2,p: array of double; ww:double):double;
begin
end;
end.
//-------------------------------------
为什么在uses下面加type end;就有错误?
interface
uses
math;
function rodliquid(lr,rd:array of double;pd,td,ro,lh:double):double;
implementation
function compload(xx,p1,p2,p: array of double; ww:double):double;
begin
end;
end.
//-------------------------------------
为什么在uses下面加type end;就有错误?