代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/483659/6600352
y ch3-04.y
%{
#include "ch3hdr.h"
#include
%}
%union {
double dval;
struct symtab *symp;
}
%token NAME
%token NUMBER
%left '-' '+'
%left '*' '/'
%nonassoc UMINUS
%type express
www.eeworm.com/read/483227/6601428
asv crossover.asv
%交叉操作,概率为0.7,单点交叉
for i=1:2:40
cross_pos=round(9*rand(10)); %交叉位置为0~9,若位置为0,则不进行交叉操作
if cross_pos==0
continue;
end
cross_P=rand; %随机产生一个数,以比较交叉概率
if cr
www.eeworm.com/read/481966/6633753
cpp 1791.cpp
/* This Code is Submitted by wywcgs for Problem 1791 on 2006-09-11 at 14:32:08 */
#include
#include
#include
#include
using namespace std;
const int N = 7
www.eeworm.com/read/481966/6633948
cpp 1787.cpp
/* This Code is Submitted by wywcgs for Problem 1787 on 2006-07-19 at 15:44:54 */
#include
#include
#include
using namespace std;
typedef long long int64;
in
www.eeworm.com/read/479746/6685803
for bianjieyuan.for
PROGRAM BEMIP
! PARAMETER (NS=25,NI=10,ND=35,M=45,NE=34,NS1=24)
PARAMETER (NS=25,NI=12,ND=37,M=49,NE=36,NS1=24)
DOUBLE PRECISION FB(M,M),U0(M)
DIMENSION JN(2,NE),X(2,ND),W(3,4),SL(3
www.eeworm.com/read/478902/6707845
cpp registry.cpp
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
www.eeworm.com/read/476738/6749097
c loop.c
#include "calld.h"
#include
static void cli_done(int);
static void child_done(int);
/*
* One bit per client cxn, plus one for listenfd;
* modified by loop() and cli_done()
*/
static fd_
www.eeworm.com/read/476738/6749178
c zap.c
#include "apue.h"
#include
#include
int
main(int argc, char *argv[])
{
int i, fd;
struct stat statbuf;
struct utimbuf timebuf;
for (i = 1; i < argc; i++) {
if (stat(arg
www.eeworm.com/read/476738/6749437
21 fig4.21
#include "apue.h"
#include
#include
int
main(int argc, char *argv[])
{
int i, fd;
struct stat statbuf;
struct utimbuf timebuf;
for (i = 1; i < argc; i++) {
if (stat(arg