代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/463724/7176244
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/370721/7200436
c to24.c
#include "stdio.h"
int Total=0;
void calu(float,float,float,float);
void main(void)
{
int i,j,k,l;
int a,b,c,d;
float x[4];
int f[4];
printf("Please Input:\n");
printf("a=");
scanf(
www.eeworm.com/read/461625/7222978
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/461294/7229680
m gademo2.m
% GADEMO2
clf;
figure(gcf);
echo on
clc
% This demonstration show the use of the genetic toolbox to optimize a
% multi-dimensional non-convex function.
% The function is coded in the coranaEva
www.eeworm.com/read/460770/7240906
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 t
www.eeworm.com/read/460682/7243509
txt yhjsf.txt
#include
#define m 5
#define n 3
int Available[n]={2,3,3},
Alloc[m][n]={{2,1,2},{4,0,2},{3,0,5},{2,0,4},{3,1,4}},
Need[m][n]={{3,4,7},{1,3,4},{0,0,3},{2,2,1},{1,1,0}};
int saf
www.eeworm.com/read/460384/7252227
f e_212_02.f
read *, n
i=2
1 continue
if(mod(n,i).eq.0) then
print *, '不是素数,可被',i,'整除'
else
i=i+1
if(i.le.int(sqrt(n*1.))) go to 1
print *, '是素数'
www.eeworm.com/read/460384/7252237
for fixed.for
C-----CALCULATING 99
INTEGER i, j
DO 100 i=1, 9
DO 100 j=1, 9
PRINT *, i, j, i*j
100 CONTINUE
END
www.eeworm.com/read/460384/7252245
f e_212_01.f
read *, n
i=2
1 continue
if(mod(n,i).eq.0) then
print *, '不是素数,可被',i,'整除'
end if
if(mod(n,i).ne.0) then
i=i+1
if(i.le.int(sqrt(n*1.))) go to 1
www.eeworm.com/read/460375/7252450
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
#