代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/133667/14030954
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/133667/14030976
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/204809/15333357
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/204809/15333375
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/110432/15533694
c while.c
/* Chapter 3 - Program 1 */
/* This is an example of a "while" loop */
main()
{
int count;
count = 0;
while (count < 6) {
printf("The va
www.eeworm.com/read/109586/15553961
txt while.txt
var a;
begin
while a#0 do
begin
read(a);
write(a)
end;
end.
www.eeworm.com/read/106762/15623091
vbp while.vbp
Type=Exe
Form=while.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WIN\SYSTEM\StdOle2.tlb#OLE Automation
IconForm="while"
Startup="while"
Command32=""
Name="工程1"
HelpContextID
www.eeworm.com/read/106762/15623095
frm while.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form wb
AutoRedraw = -1 'True
BackColor = &H00000000&
BorderStyle = 5