Y
yanke
Unregistered / Unconfirmed
GUEST, unregistred user!
for i:=1 to cs do
begin
subn:=round(depth / (0.4*b));
for j:=1 to subn do
begin
***** depth1[i,j]:= thick/subn*(j-1/2)+depth[i-1];
showmessage('计算到底');
end ;
end ;
这一段小程序骗译没有错误,但运行后输入数据,光标就停在*****句上,并输出以下
错误信息提示:project cjjs.exe raised exception class Eaccessviolation with
message 'access violation at address 004565f3 in module 'cjjs.exe',read of address
FFFFFFFF,process stopped,use step or run to continue.
请各位高手指教!
begin
subn:=round(depth / (0.4*b));
for j:=1 to subn do
begin
***** depth1[i,j]:= thick/subn*(j-1/2)+depth[i-1];
showmessage('计算到底');
end ;
end ;
这一段小程序骗译没有错误,但运行后输入数据,光标就停在*****句上,并输出以下
错误信息提示:project cjjs.exe raised exception class Eaccessviolation with
message 'access violation at address 004565f3 in module 'cjjs.exe',read of address
FFFFFFFF,process stopped,use step or run to continue.
请各位高手指教!