代码搜索:continue

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

代码结果 10,000
www.eeworm.com/read/460231/7255135

m fanning.m

%平铺(以粒子个数分几种情况) for m=12:211 for n=12:211 s=DD(m,n); %个数小于10 if s
www.eeworm.com/read/459103/7282683

m ex3_12.m

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

sh ex28.sh

#!/bin/bash LIMIT=19 # Upper limit echo echo "Printing Numbers 1 through 20 (but not 3 and 11)." a=0 while [ $a -le "$LIMIT" ] do a=$(($a+1)) if [ "$a" -eq 3 ] || [ "$a" -eq 11 ] # Excludes 3
www.eeworm.com/read/458281/7299648

for powell.for

SUBROUTINE POWELL(X,Y,FY,N,IMOS,ICOVG,XT,FT,IT) DIMENSION X(N),Y(N),DIR(20,20),S(20),W(20),BEF(20) ITER=0 IF(IT.GT.0) GO TO 101 XT=0.001 FT=0.001 101 ICOVG=0 N1=N-1 TD=FT*0.1 DO 2 I=
www.eeworm.com/read/458281/7299660

for flesim.for

SUBROUTINE FLESIM(X,FX,N,FT,STEP,IT,IMOS,ICOVG) DIMENSION X(N),A(30,30),F(30) IF(IT.EQ.1) GO TO 87 FT=0.0000001 87 ITER=0 ALPHA=1.0 BETA=0.5 GAMA=2.0 VN=FLOAT(N) K1=N+1 K2=N+2 K3
www.eeworm.com/read/458159/7303091

for svd.for

Clarge! PROGRAM SVD PARAMETER(N=686,IP=160,IT=50) DIMENSION X(N,IP),U(N,N),V(IP,IP),E(N),WORK(N),S(N) dimension TC1(N,IT),TC2(IP,IT),R(16),AM1(N),AM2(IP) dimension S
www.eeworm.com/read/457948/7315119

cpp 406 prime cuts.cpp

#include #include using namespace std; int main() { int n,i,k,c,end; int arr[200]; while ((cin >> n >> c) && n >=1 && n = 1 && c
www.eeworm.com/read/457946/7315152

cpp 406 prime cuts.cpp

#include #include using namespace std; int main() { int n,i,k,c,end; int arr[200]; while ((cin >> n >> c) && n >=1 && n = 1 && c
www.eeworm.com/read/457841/7316967

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/457703/7319245

cpp ex0209.cpp

// ex0209.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include int main(int argc, char* argv[]) { int hSum=0; int i; for (i=1 ;i