代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/185783/8985239
c loop.c
#include "calld.h"
#include
#include
static void cli_done(int);
static void child_done(int);
static fd_set allset; /* one bit per client conn, plus one for listenfd */
/
www.eeworm.com/read/185783/8985466
c zap.c
#include
#include
#include
#include
#include "ourhdr.h"
int
main(int argc, char *argv[])
{
int i;
struct stat statbuf;
struct utimbuf timebuf;
www.eeworm.com/read/185628/8995774
java lifedemo.java
import java.applet.*;
import java.awt.*;
//定义一个LifeDemo类
public class LifeDemo extends Applet implements Runnable
{
static int col=30,row=10;
boolean life[][]=new boolean[col][row];
FontMet
www.eeworm.com/read/426516/9016505
m divider.m
function [N,M]=divider(N1);
%DIVIDER Find dividers of an integer.
% [N,M]=DIVIDER(N1) find two integers N and M such that M*N=N1 and
% M and N as close as possible from sqrt(N1).
%
% Example :
% N1
www.eeworm.com/read/185455/9037018
m divider.m
function [N,M]=divider(N1);
%DIVIDER Find dividers of an integer.
% [N,M]=DIVIDER(N1) find two integers N and M such that M*N=N1 and
% M and N as close as possible from sqrt(N1).
%
% Example :
% N1
www.eeworm.com/read/185294/9044593
htm s04_17.htm
使用continue控制循环
var input,input_number,sum
for(sum=0;;)
{
input = prompt("sum="+sum + "\n请输入新的累加数(输入Q结束):","0");
if (input==null ||
www.eeworm.com/read/185058/9059251
cpp 关键字.cpp
auto
break
case
catch
char
class
const
continue
default
delete
do
double
else
enum
explicit
extern
false
float
for
friend
goto
if
inline
int
long
mutable
new
operator
priva
www.eeworm.com/read/183759/9141626
c routed_if.c
/* routed_if.c - RIP routines for handling available interfaces */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983, 1993
* The Regents of t
www.eeworm.com/read/281673/9142959
cpp extractundeliverable.cpp
//: C10:ExtractUndeliverable.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Find undeliverable
www.eeworm.com/read/281651/9143661
cpp clutil.cpp
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dominik Reichl , Germany.
All rights reserved.
Distributed unde