代码搜索:continue

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

代码结果 10,000
www.eeworm.com/read/168219/9931483

install-sh

#!/bin/sh # # install - install a program, script, or datafile # # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the #
www.eeworm.com/read/363722/9939098

install-sh

#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). # # Copyright 1991 by the Massachusetts Institute of Technology # # Permission to
www.eeworm.com/read/363713/9939525

m ex3_12.m

for n=100:200 if rem(n,21)~=0 continue end break end n
www.eeworm.com/read/167847/9950151

install-sh

#! /bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). # # Copyright 1991 by the Massachusetts Institute of Technology # # Permission to
www.eeworm.com/read/363342/9958079

c 逆阵.c

#include "stdio.h" float z[4][4],*y=z; /*定义一个全局二维数组用来存放N-1阶余子式,因为A的伴随矩阵除以|A|时会产生小数,因此定义成float而非int*/ int js(int *p,int n) /*计算行列式的函数*/ {int k=0,i,s2=0,s1=0,j,s,t; printf("\n"
www.eeworm.com/read/363342/9958152

c 十五人排序.c

/*原题: 一寝室有15个人,每天都要三人一行外出散步一次,要在一周 (7天)内 每个人都跟其他14人各散步一次,问每一天应该怎么安排?? 要快点想哟!!!! 都等一会15分钟*/ #include int anpai[7][5][3]; int biaozhi[16][16]; int i=0,j=0,k=0,a,total=0; void hui
www.eeworm.com/read/362573/9990596

cpp zoj1820.cpp

#include using namespace std; int num[10010]; int n; int main(){ while (scanf("%d", &n) != EOF && n != 0){ if ((n * (n + 1)) % 4 != 0){ printf("0\n\n");
www.eeworm.com/read/166780/9998535

install-sh

#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). # # Copyright 1991 by the Massachusetts Institute of Technology # # Permiss
www.eeworm.com/read/166436/10021220

install-sh

#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). # # Copyright 1991 by the Massachusetts Institute of Technology # # Permission to
www.eeworm.com/read/166436/10021232

install-sh

#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). # # Copyright 1991 by the Massachusetts Institute of Technology # # Permission to