代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/229886/14313670
py while.py
#!usr/bin/python
#while.py
number=23
loop=True
while loop:
guess=int(raw_input("输入一个数"))
if guess==number:
print "正确"
loop=False
elif guess
www.eeworm.com/read/228848/14359754
bmp while.bmp
www.eeworm.com/read/228773/14363961
while1
#!/bin/sh
echo "Enter password"
read trythis
while [ "$trythis" != "secret" ]; do
echo "Sorry, try again"
read trythis
done
exit 0
www.eeworm.com/read/228773/14363984
while2
#!/bin/sh
foo=1
while [ "$foo" -le 20 ]
do
echo "Here we go again"
foo=$(($foo+1))
done
exit 0
www.eeworm.com/read/126151/14443327
txt while.txt
Program(If,Dos.MZ);
var(info,word,1);
var(char,word);
Begin
Do:
info = info + 1;
char = info + 47;
WriteLn('Number '+char);
While info
www.eeworm.com/read/218018/14941024
cpp while.cpp
#include
#include
#include
#define buf 20
#define MAXBUF 255
typedef struct Token
{
int label;
char name[buf];
int code;
}Token;
typedef struct Sy
www.eeworm.com/read/216160/15025141
ats while.ats
Section Main
var @a as atsint
@a = 1
While @a < 5
msgbox @a
@a = @a +1
Wend
End Section
www.eeworm.com/read/704/2763
vi while循环.vi
www.eeworm.com/read/4686/38170
opt while.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/4686/38171
c while.c
#include
void Delayx1ms(Byte count);
void Ifdemo3(void){Byte FgpulseShort,FgpulseLong,Dutycount;
while(P1_0==0) //不为0跳过
{Delayx1ms(1); //当检测到P1_0为低电平时计数直到P1_0变高,
if(P1_0==