代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/433256/8535412
+
/////////////////////////////////////////////
//----------foryou.cpp---------------------//
/////////////////////////////////////////////
//设有两个自然数a,b,2〈a,b
www.eeworm.com/read/289579/8541626
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/289579/8541728
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/389171/8545312
m floatexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed to t
www.eeworm.com/read/389171/8545408
m binaryexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed back
www.eeworm.com/read/388977/8559055
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/388876/8568466
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/388569/8600624
cpp 1443 joseph.cpp
#include
int A[15];
int main()
{
bool flag;
int i,j,k,r,n,now;
for(i = 1;i < 14;i++)
{
for(j = i+1; ;j++)
{
n = 2 * i;
now = j % n;
www.eeworm.com/read/432393/8607105
m numdiff3.m
% numdiff3.m
% Matlab file for Part 3 of the Numerical Solutions
% of Differential Equations module
disp('********************************************')
disp('Part 2: The Logistic Equation ')
www.eeworm.com/read/388460/8607499
c 12.c
# include "stdlib.h"
main( )
{
int a ,b , c , x=0;
while (x100)
continue;