代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/393530/8277427
m interpolate.m
%function is=interpolate(s)
% s is the signal
%*****************************
%******* this is for interpolate******
s=x0;
f=find(s==0);
l=length(f);
lt=l;
is=s;
i=2;
while i
www.eeworm.com/read/293184/8310061
pl0 test10.pl0
var a,b,c;
begin
read(a,b,c);
while a#0 do
begin
if b#0 then write(a,b,c);
read(a,b,c)
end
end.
www.eeworm.com/read/393010/8315400
txt keyword.txt
else if int return void while bool ;
+ - * / < >= == != = ( ) [ ] { } /* */
|| | && & ! ,
ENDed
www.eeworm.com/read/174061/9610206
c 5-12.c
#include
main()
{
int i;
i=0;
while (1)
{
if ((i%3==2)&&(i%4==2)&&(i%5==2)&&(i%6==2))
{
printf("%d",i);
break;
}
i=i+
www.eeworm.com/read/174061/9610212
c 7-18.c
main()
{ char s[100],*p=s,ch;
scanf("%c",&ch);
while(ch!='\n')
{ *p=ch;
p++;
scanf("%c",&ch);
}
www.eeworm.com/read/368565/9689458
txt main.txt
main()
a:int;
b:int;
c:int;
{
a=12;
b=10;
c=5;
if c>b and c>a then a=b;
while c>b do b=b+3;
a=(b+c)*a+b
}
www.eeworm.com/read/367908/9723342
c c2.c
#include
void main(void)
{
while(1)
{
if(P1_4==0)
{
P1_0=0;
}
else
{
P1_0=1;
}
if(P1_5==0)