代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/121515/14754545
cpp loop1.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/220617/14795097
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/118750/14857851
gif btn_loop_on.gif
www.eeworm.com/read/118454/14869466
prg test_loop.prg
******程序功能:统计由ASCII码字符组成的字符串中包含字母的个数
CLEAR
cString="The United States of America is abbreviated to U.S.A.."
nResult=0
m=LEN(cString)
FOR n=1 TO m
c=SUBSTR(cString,n,1)
IF !BETWEEN(c,"a","z")
www.eeworm.com/read/118454/14869469
fxp test_loop.fxp
www.eeworm.com/read/118454/14869471
err test_loop.err
END
第 10 行发生错误: 命令中缺少必需的子句。
ENDFOR
第 12 行发生错误: FOR...ENDFOR 或 DO CASE...ENDCASE 命令中缺少关键字。
第 13 行发生错误: 缺少 IF | ELSE | ENDIF 语句。
www.eeworm.com/read/118109/14886765
h delay_loop.h
/*------------------------------------------------------------------*-
Delay_Loop.H (v1.00)
------------------------------------------------------------------
- See Delay_Loop.C for d
www.eeworm.com/read/118109/14886781
lst delay_loop.lst
C51 COMPILER V7.06 DELAY_LOOP 12/14/2004 09:46:38 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE DELAY_LOOP
OBJECT MODULE PLACED