代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/446622/1711382
uv2 while.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'T
www.eeworm.com/read/438925/1821198
js while.input.js
function while_loop() {
foo();
while(cond->()) {
bar();
baz->();
bee();
}
boo();
}
function do_while_loop() {
foo();
do {
bar();
baz->();
bee();
} while(cond->());
boo();
}
// bu
www.eeworm.com/read/438925/1821202
js while.output.js
function while_loop(){var njf1=njen(this,arguments);nj:while(1){switch(njf1.cp){case 0:
foo();case 1:njf1.pc(2,null,
cond,[]);case 2:with(njf1)if((rv2=f.apply(c,a))==NJSUS){return fh;}njf1.cp=(njf
www.eeworm.com/read/435874/1858640
uv2 while.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'T
www.eeworm.com/read/428548/1958631
tests while1.tests
while false; do echo NOT SHOWN; done
echo OK:$?
www.eeworm.com/read/428548/1958659
tests while_in_subshell.tests
(while true; do exit; done)
echo OK: $?
www.eeworm.com/read/419387/2078938
exp while-stepping.exp
# Copyright 1998 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the
www.eeworm.com/read/419387/2078948
exp while-dyn.exp
# Copyright 1998 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the