代码搜索:do-while
找到约 169 项符合「do-while」的源代码
代码结果 169
www.eeworm.com/read/120641/14795056
cs main.cs
using System;
using System.IO;
namespace MSPress.CSharpCoreRef.DirList
{
///
/// Demonstrates a do-while loop and other flow-control
/// techniques.
///
www.eeworm.com/read/435150/7796627
cpp prog5_02.cpp
// Program 5.2 Using a do-while loop to control input
#include
using std::cin;
using std::cout;
using std::endl;
int main() {
char ch = 0; // Stores
www.eeworm.com/read/319883/13440594
cpp prog5_02.cpp
// Program 5.2 Using a do-while loop to control input
#include
using std::cin;
using std::cout;
using std::endl;
int main() {
char ch = 0; // Stores
www.eeworm.com/read/145991/5741003
c devcon.c
/*
DEVCON.C
revised: 14 May 1991
note: the do-while loop shown in the first and second printings of
UNDOCUMENTED DOS will miss the last device driver in the chain!
This has been fixe
www.eeworm.com/read/120207/14809736
c devcon.c
/*
DEVCON.C
revised: 14 May 1991
note: the do-while loop shown in the first and second printings of
UNDOCUMENTED DOS will miss the last device driver in the chain!
This has been fixe
www.eeworm.com/read/478549/1350616
c devcon.c
/*
DEVCON.C
revised: 14 May 1991
note: the do-while loop shown in the first and second printings of
UNDOCUMENTED DOS will miss the last device driver in the chain!
This has been fixe
www.eeworm.com/read/249482/4450963
dat codetc3.dat
do-while 语句
功能: 先执行循环体,然后判断循环条件是否成立.
----
形式: do
----
循环体语句
while(表达式)
www.eeworm.com/read/229812/4738152
c diag0229.c
// STMTCONS -- test processing of constants in IF, FOR, DO-WHILE, WHILE-DO
// statements
//
// 92/07/01 -- J.W.Welch -- defined
int f1()
{
for( ;0; ) { // test expr
www.eeworm.com/read/180437/5283853
c devcon.c
/*
DEVCON.C
revised: 14 May 1991
note: the do-while loop shown in the first and second printings of
UNDOCUMENTED DOS will miss the last device driver in the chain!
This has been fixe
www.eeworm.com/read/298155/3875116
dat codetc3.dat
do-while 语句
功能: 先执行循环体,然后判断循环条件是否成立.
----
形式: do
----
循环体语句
while(表达式)