代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/308711/13694960
opt loop2.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/308711/13694961
plg loop2.plg
礦ision3 Build Log
Project:
F:\gongshuchao\单片机c 光盘\exam\CH04\loop2\loop2.uv2
Project File Date: 03/11/2008
Output:
www.eeworm.com/read/308711/13694962
lst loop2.lst
C51 COMPILER V8.02 LOOP2 03/11/2008 15:54:34 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LOOP2
OBJECT MODULE PLACED IN l
www.eeworm.com/read/307658/13717876
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/306749/13738807
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule