代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/102768/15759411
dat source.dat
while (a>b)
{
if (m>=n) a=a+1;
else
while (k==h) x=x+2;
}#~
www.eeworm.com/read/292398/8358701
dat errortc31.dat
出错信息: Do statement must have while
中文解释: do-while语句中缺少while部分
www.eeworm.com/read/378183/9246370
dat codetc3.dat
do-while 语句
功能: 先执行循环体,然后判断循环条件是否成立.
----
形式: do
----
循环体语句
while(表达式)
www.eeworm.com/read/378183/9246772
dat errortc31.dat
出错信息: Do statement must have while
中文解释: do-while语句中缺少while部分
www.eeworm.com/read/176085/9517672
dat errortc31.dat
出错信息: Do statement must have while
中文解释: do-while语句中缺少while部分
www.eeworm.com/read/272348/10961650
txt source.txt
PROGRAM MERGE(L1,L2;list;car LOUT:listout);
VAR I,J:inerger;
BEGIN
I:=1;J:=1;{从第一个元素开始}
WHILE(I
www.eeworm.com/read/129770/5970294
dat errortc31.dat
出错信息: Do statement must have while
中文解释: do-while语句中缺少while部分
www.eeworm.com/read/131795/14127436
dat codetc3.dat
do-while 语句
功能: 先执行循环体,然后判断循环条件是否成立.
----
形式: do
----
循环体语句
while(表达式)
www.eeworm.com/read/131795/14127768
dat errortc31.dat
出错信息: Do statement must have while
中文解释: do-while语句中缺少while部分