代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/143816/12839445

fc while.fc

void main (string args[]) { int i; i=0; while(i
www.eeworm.com/read/328957/12992788

bmp while.bmp

www.eeworm.com/read/328803/13001283

asm while.asm

;int main() ;{ ; int i = 5; ; while( i ) ; i--; ; return 0; ;} _data segment _data ends _text segment assume cs:_text ,ds:_data main proc far start: push ds xor ax, ax push
www.eeworm.com/read/328485/13025042

txt while语句.txt

<mark>while</mark>语句和repeat语句的不同之处是,它的布尔表达式在循环的开头进行判断。<mark>while</mark>保留字后面必须跟一个布尔表达式。如果该表达式的结果为真,循环被执行,否则会退出循环,执行<mark>while</mark>语句后面的程序。 下面的例程达到和上面的repeat例程达到同样的效果:  i := 0; <mark>while</mark> i ...
www.eeworm.com/read/138927/13202361

fc while.fc

void main (string args[]) { int i; i=0; while(i
www.eeworm.com/read/319707/13445787

py while.py

# Filename : while.py number = 23 running = True while running: guess = int(raw_input('Enter an integer :')) if guess == number: print 'Congratulations, you guessed id.'
www.eeworm.com/read/317014/13512257

vbw while.vbw

wb = 0, 0, 0, 0, C, 22, 22, 547, 462, C
www.eeworm.com/read/317014/13512263

vbp while.vbp

Type=Exe Form=while.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation IconForm="wb" Startup="Sub Main" Command32="" Name="工
www.eeworm.com/read/317014/13512267

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
www.eeworm.com/read/317014/13512268

log while.log

行 28: 控件 hb 的类 MSWinsockLib.Winsock 不是一个已加载的控件类。 行 31: 属性名 _ExtentX 在 hb 中是无效的。 行 32: 属性名 _ExtentY 在 hb 中是无效的。 行 33: 属性名 _Version 在 hb 中是无效的。