代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/110800/15524901
h cpl_error.h
/**********************************************************************
* $Id: cpl_error.h,v 1.16 2001/11/02 22:07:58 warmerda Exp $
*
* Name: cpl_error.h
* Project: CPL - Common Portability
www.eeworm.com/read/110800/15524904
cpp cpl_error.cpp
/**********************************************************************
* $Id: cpl_error.cpp,v 1.27 2003/05/27 20:44:16 warmerda Exp $
*
* Name: cpl_error.cpp
* Project: CPL - Common Portabil
www.eeworm.com/read/109586/15553964
txt call_error.txt
\\外层函数不能调用在内层定义的函数
var a;
procedure p;
var b;
procedure q;
var c;
begin
c:=2;
b:=2+3+4-1+5*6*1+3/2/3+1
end;
begin
call q;
call p;
read(a)
end;
begin
www.eeworm.com/read/109586/15553974
txt error2.txt
\\建议:不要使用TAB 键
const guhe1=12;
var guhe2,guhe3;
procedure jiaohuan;
var temp,temp2;
procedure jiaohuan2;
begin
call jiaohuan;
temp:=-guhe2*(+guhe2/(guhe2-guhe2+guhe2*guhe2+-));
g
www.eeworm.com/read/109586/15553980
txt error1.txt
const guhe1=12;
var guhe2,guhe3;
procedure jiaohuan;
var temp;
begin
call jiaohuan;
temp:=-guhe2*(+guhe2/(guhe2-guhe2+guhe2*guhe2+-));
guhe2:=guhe3;
guhe3:=temp;
if guhe2>=guhe3
www.eeworm.com/read/107790/15601327
sct my_error.sct
www.eeworm.com/read/107790/15601458
dbf my_error.dbf
www.eeworm.com/read/107790/15601739